IV10 addin and .NET 2005

IV10 addin and .NET 2005

Anonymous
Not applicable
252 Views
1 Reply
Message 1 of 2

IV10 addin and .NET 2005

Anonymous
Not applicable
I've seen a couple messages asking how to use .NET 2005 with IV10. By default IV10 only uses the .NET 1.1 runtime (.NET 2003). To use a .NET 2005 addin, the file Inventor.exe.config (in the folder ..\Inventor 10\Bin) must be updated to support .NET 2005. Find the file and edit the following section of the config file:

startup
supportedRuntime version="v1.1.4322"
startup

Change this section as follows:

startup
supportedRuntime version="v2.0.50727"
supportedRuntime version="v1.1.4322"
startup

NOTE: order is important and v2.0.50727 must be the first supported version.

Hope this helps.
0 Likes
253 Views
1 Reply
Reply (1)