.NET Framework 4.8

.NET Framework 4.8

gleeuwdrent
Advocate Advocate
1,117 Views
3 Replies
Message 1 of 4

.NET Framework 4.8

gleeuwdrent
Advocate
Advocate

Hi all, since .NET Framework 4.8 is the standard framework for VS 2022, is it possible to upgrade existing plugins (.NET Framework 4.7.2) to 4.8 without any problems? Will the plugins work also for older AutoCAD versions? Or do I need to stay at 4.7.2?

0 Likes
Accepted solutions (1)
1,118 Views
3 Replies
Replies (3)
Message 2 of 4

_gile
Consultant
Consultant
Accepted solution

@gleeuwdrent  a écrit :

Hi all, since .NET Framework 4.8 is the standard framework for VS 2022, is it possible to upgrade existing plugins (.NET Framework 4.7.2) to 4.8 without any problems?


The only problem is that the Framework 4.8 is not installed on the end user's computer.

 


@gleeuwdrent  a écrit :

Will the plugins work also for older AutoCAD versions?


Yes, it will.

 


@gleeuwdrent  a écrit :

Or do I need to stay at 4.7.2?


You can keep your projects targeting older Frameworks as long as you don't use the features of newer Frameworks (in this case Visual Studio won't compile the project).



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes
Message 3 of 4

gleeuwdrent
Advocate
Advocate

Thanks for your reply, clear now.

0 Likes
Message 4 of 4

sivaprasad.yarlagadda2016
Explorer
Explorer

After upgrading existing plugins in Visual studio 2022 with .Net framework  getting below error .Please suggest.

 'Autodesk.Map.IM.Forms.Desktop.DocumentFlyIn' could not be loaded. Ensure the assembly has been referenced and that all projects have been built in AutoCAD Map3D 2024 and Visual studio 2022.

sivaprasadyarlagadda2016_0-1700536208201.png

 

0 Likes