Cannot install AutoCAD 2019 .NET Wizard

Cannot install AutoCAD 2019 .NET Wizard

vladop
Collaborator Collaborator
18,652 Views
65 Replies
Message 1 of 66

Cannot install AutoCAD 2019 .NET Wizard

vladop
Collaborator
Collaborator

When I try to install the Managed .NET project wizard I get this message:
Wizard.png

 

 

Visual Studio installer shows that .NET Framework 4.7 is installed:VS installer.png 
VS version.png

 

 

Release value in registry is 461808, which means that .NET Framework 4.7.2 is installed:VS version.png

Registry.png

 

Any idea how to solve this?

 

Regards,

Vladimir

0 Likes
Accepted solutions (1)
18,653 Views
65 Replies
Replies (65)
Message 41 of 66

Anonymous
Not applicable

DotNetWizards works ! Thanks

1.JPG

2.JPG

Loading the template, all the references work, but i have this error clicking property on the project name in the solution explorer and going on Application tab. I had the same error when loading the sample in "My first autocad plugin" (see https://knowledge.autodesk.com/support/autocad/learn-explore/caas/simplecontent/content/lesson-1-the...). Have you any idea ? (translation of the error message is "There was an error while loading the page. Not implemented operation or method")

3.JPG

0 Likes
Message 42 of 66

Anonymous
Not applicable

Nice! Thank you!

0 Likes
Message 43 of 66

nicole
Enthusiast
Enthusiast

Thank you very much, the screencast helped a lot!  We got it working. 

There were some issues in the discussion group thread with the syntax typed in DOS, but the screencast cleared it up!  Thanks again, Nicole

0 Likes
Message 44 of 66

Anonymous
Not applicable

When I try run command in administrator command Promt:

 

C:\Temp>msiexec /i "AutoCADNetWizards.msi" TRANSFORMS=LcsMst4DotNet47-8.mst

instalation starts but after I click on button InstalNow an error occure

 

"Could not access network location [WindowsVolme]"

could you please help me to solve this issue ?

0 Likes
Message 45 of 66

nicole
Enthusiast
Enthusiast

Hello,

Is it possible you don't have permissions to install to the volume you are working on? 

https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-...

 

When i walked through the steps above, there was a problem with the syntax in the typed commands in DOS, but when i reviewed the video it cleared it up for me.  

 

I hope this helps.

Best Regards,

Nicole Morris

KETIV Technologies, Inc.

0 Likes
Message 46 of 66

Anonymous
Not applicable

Thank you, the fix for framework 4.8 worked for me.

Message 47 of 66

Ahmed_204
Enthusiast
Enthusiast

Ahmed_204_0-1605681919146.png

 

Good Day ,

is there any transorm files for .net framework 4.8 update (528372) ?

Thanks 

 

0 Likes
Message 48 of 66

m_latz
Advisor
Advisor

For the .NET Wizard 2019 ?

 

regards

 

Markus

0 Likes
Message 49 of 66

Ahmed_204
Enthusiast
Enthusiast

Hi, 

 

Yes , for AutoCAD 2019 .NET Wizard

 

Thanks for replying 

0 Likes
Message 50 of 66

Ahmed_204
Enthusiast
Enthusiast

@m_latz  

HI , 

 

Is there any solution file for this version of framework ?

 

Thanks

 

 

0 Likes
Message 51 of 66

m_latz
Advisor
Advisor

Hi @Ahmed_204 ,

 

sorry for the delay.

 

Extract the attached transformation file and try this:

 

msiexec /i AutoCADNetWizards.msi TRANSFORMS=LcsMst4DotNet47ff.mst

 

I have simplified the condition check and hope it works on all .NET 4.7 and above versions.

 

For details see previous posts.

 

regards

 

Markus

0 Likes
Message 52 of 66

Ahmed_204
Enthusiast
Enthusiast

hi @m_latz ,

 

Thank you for your support , i tried the new file and the attached error appeared to me after pressing enter in the installation process.

 

Ahmed_204_0-1606838796535.png

 

Thanks again and i hope we can solve it.

0 Likes
Message 53 of 66

m_latz
Advisor
Advisor

Have you opened the cmd window with "Administrator" rights ?

 

regards

 

Markus

0 Likes
Message 54 of 66

Ahmed_204
Enthusiast
Enthusiast
Yes
0 Likes
Message 55 of 66

Ahmed_204
Enthusiast
Enthusiast

Yes 

0 Likes
Message 56 of 66

Ahmed_204
Enthusiast
Enthusiast

Hi @m_latz ,

 

Do you have any suggestions that we can do to solve this problem ?

 

Thanks for your support.

0 Likes
Message 57 of 66

m_latz
Advisor
Advisor

You should try to call the install with logging:

 

msiexec /i AutoCADNetWizards.msi TRANSFORMS=LcsMst4DotNet47ff.mst /L*v "C:\Temp\AcadNetWiz.log"

 

and upload the log file here, then I can take a look.

 

The log file name I used is only an example, you need a valid path.

 

regards

 

Markus

0 Likes
Message 58 of 66

Ahmed_204
Enthusiast
Enthusiast

Hi @m_latz ,

 

Thanks for your reply , I uploaded the log file.

 

Thanks for your support.

0 Likes
Message 59 of 66

m_latz
Advisor
Advisor

Which Visual Studio version(s) do you have installed ?

 

Where is your is your %userprofile% folder ? (Which drive ?)

 

And do you have the folder %userprofile%\Documents\Visual Studio 2017\Templates\ProjectTemplates ?

 

regards

 

Markus

0 Likes
Message 60 of 66

Ahmed_204
Enthusiast
Enthusiast

Hi @m_latz  ,

 

1-I installed visual studio 2017

2-Drive (c:)

3-yes, I have 

 

Thanks for your Support.

 

 

0 Likes