Jump to content

Recommended Posts

Posted

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.

  • 2 months later...
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...