2018 .Net Wizard Error

2018 .Net Wizard Error

Anonymous
Not applicable
788 Views
3 Replies
Message 1 of 4

2018 .Net Wizard Error

Anonymous
Not applicable

I am new to .Net programming and just started to work at

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/simplecontent/content/my-first-aut....

I found this link for installing AutoCAD 2018 .Net wizards at

https://github.com/ADN-DevTech/AutoCAD-Net-Wizards/blob/205be75302209641512355e4c11778465b34497d/Aut...

But when I try to install the wizards I get following error

2018_wiz_err.png

I am using AutoCAD 2018 and Visual Studio 2017. Does this mean I can only work with VS2015? and if so how can I install it?

Any advice is appreciated. Thanks in advance.

0 Likes
Accepted solutions (2)
789 Views
3 Replies
Replies (3)
Message 2 of 4

Ed__Jobe
Mentor
Mentor
Accepted solution

The wizards check for a specific version of VS, so its a problem if you upgrade because they don't update the wizards. However, you can easily make your own templates following this tutorial.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

Message 3 of 4

Anonymous
Not applicable

Thank you!1 I will give it a go. Meanwhile the IT guys at my work are making a big fuss about .scr files. Is it really such a big security threat to allow users access to scr files? I am trying my bext to convince them but is there an alternative way of doing this tutorial without the .scr file?

0 Likes
Message 4 of 4

Ed__Jobe
Mentor
Mentor
Accepted solution

If IT lets you be a developer and use VS, then they need to allow you some extra privileges over regular users. Do they think you're going to write a virus?

 

There are other ways around using a scr. When you start debugging, VS will start AutoCAD. The scr is there just to netload your dll. Personally, I have all my company code in one dll with an associated palette tab in a cuix. I use the menu's mnl file to netload my dll under normal conditions. When I'm debugging, I comment out that line and add one that points to the bin\Debug folder. When I'm done debugging, I fix my mnl.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes