ADN-DevTech / AutoCAD-Net-Wizards

AutoCAD .Net Wizards for Visual Studio
www.autodesk.com/developautocad
Other
95 stars 39 forks source link

Missing VB templates #1

Closed fakeplastic closed 10 years ago

fakeplastic commented 10 years ago

The updated wizard MSI with added support for VS2013 doesn't seem to have the VB templates in it.

I only see a C# autocad template. image

duchangyu commented 10 years ago

Thank you for your testing and feedback!

You are using VS2013 Express for Desktop, right? Not sure why it does not appear on your side( maybe the compiled MSI is not the lasted version), anyway, I recompile the MSI and tested on my side( VS2013 Express for Desktop), it shows the AutoCAD 2014 templates in both VB and C#. Would you please uninstall your version, download the new copy and test it again? image

fakeplastic commented 10 years ago

Yes, VS2013 Express for Desktop.

I tried the recompiled version, and it still doesn't install the VB templates, only the C# ones.

I ran with the log file (msiexec /i AutoCADNetWizards.msi /liwearucmopvx!* test.txt) but I don't see relevant errors. What should I be looking for?

Besides the templates in ProjectTemplates folder, does this add any other files to the system?

fakeplastic commented 10 years ago

I may have found the issue.

Line 138 of /AutoCADNetWizardsInstaller/directory.wxi

Reads:

TARGETDIR]]>

Should be 2013 i think.

Note sure how to commit the change. It doesn't seem to be syncing for me.

fakeplastic commented 10 years ago

Tested and issue fixed.

duchangyu commented 10 years ago

Good catch Cory! Thank you for the testing and the fix, since the "diff" does not work as expected, so I went ahead to fix it in main stream, Thanks so much and I am so pleased to know that I am not alone! :)

Cheers, Daniel

On Thu, Dec 12, 2013 at 1:59 AM, Cory notifications@github.com wrote:

Tested and issue fixed.

— Reply to this email directly or view it on GitHubhttps://github.com/ADN-DevTech/AutoCAD-Net-Wizards/issues/1#issuecomment-30344370 .