Message 1 of 2
IV10 addin and .NET 2005
Not applicable
01-26-2006
01:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
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.