metaldan Posted November 3, 2012 Posted November 3, 2012 Hi I have made a vb.net add-on with visual basic 2008. I work well with autocad 2008 t0 2012. But now, I have to use it with autocad 2006 but it don't work. My userform ar showing , but when a start using acad command ( like insert block ) the program stop. I listen somewhere taht autocad 2006 are not compatible with .net. Is it true??? wher a can foud exemple ore tutorial to making add-on for acad 2006?? thank's in advance. Quote
BlackBox Posted January 3, 2013 Posted January 3, 2013 AutoCAD 2006 _is_ compatible with .NET API... I suspect that the problem lies with which version of .NET Framework you've compiled your application to. You see, AutoCAD 2006 uses .NET Framework 1.1, whereas AutoCAD 2008-2010 use newer .NET Frameworks (i.e., 2008 = .NET 2.0, 2009 = .NET 3.0, and 2010 = .NET 3.5). Another issue may be which References, Namespaces, Classes, and Methods your current code is dependent on... There is no way to port newer .NET Framework functionality back to an older .NET Framework dependent environment AFAIK. HTH Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.