Visual Studio 2010 Express Objectarx Wizard

Visual Studio 2010 Express Objectarx Wizard

GeeHaa
Collaborator Collaborator
859 Views
5 Replies
Message 1 of 6

Visual Studio 2010 Express Objectarx Wizard

GeeHaa
Collaborator
Collaborator

 

 

AutoCAD Plug In.png

Hi,

 

Does anyone know where I can find the objectarx wizard for VS2010 Express? The objectarx wizards I see on the Autodesk Website seem to be for the full version. I found it once and installed it. If I remember right it wasn't called a wizard. It creates  the template needed for a Basic AutoCAD Plugin.

 

 

Thanks

0 Likes
Accepted solutions (1)
860 Views
5 Replies
Replies (5)
Message 2 of 6

StephenPreston
Alumni
Alumni

Are you looking in the right place? Our .NET Wizards (project templates) are hosted on www.autodesk.com/developautocad. Search on that page for "AutoCAD .NET Wizards" (not ObjectARX Wizards).

 

Cheers,

Stephen Preston
Autodesk Developer Network
0 Likes
Message 3 of 6

kerry_w_brown
Advisor
Advisor

@StephenPreston wrote:

Are you looking in the right place? Our .NET Wizards (project templates) are hosted on www.autodesk.com/developautocad. Search on that page for "AutoCAD .NET Wizards" (not ObjectARX Wizards).

 


The link is broken Stephen.

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes
Message 4 of 6

Anonymous
Not applicable
Accepted solution

www.autodesk.com/developautocad is the correct link. Any punctuation (period, comma...) after a url text always causes this issue all the time. As this punctuation is automatically included in HTML <a> tag on final preview. It's better to have a space between them.

0 Likes
Message 5 of 6

GeeHaa
Collaborator
Collaborator

Thanks Guys,

 

I found it - Its all the way at the bottom of the page. I missed it before.

 

http://usa.autodesk.com/adsk/servlet/index?id=1911627&siteID=123112

 

 

0 Likes
Message 6 of 6

mgorecki
Collaborator
Collaborator

I'll have to try the wizard, I was trying to export my own template, but there were issues when I tried to use it.

I set the AcDbMgd and the AcMgd in my references.  I then output a template and the references were still there, but the path was lost.

<The system cannot find the reference specified>.

Is there any way to force the template output to keep the path?

 

Thanks,

Mark

0 Likes