What version of VB.NET is compatiable with NX6?
What version of VB.NET is compatiable with NX6?
(OP)
What visual studio version for VB.NET is comopatiable with NX6 and what necessary to execute it?
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.1
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.





RE: What version of VB.NET is compatiable with NX6?
I am using Visual Studio 2010, without any problems, and I know others using VS2008. I recommend that you run the .Net Framework 2.0 when creating applications regardless of what version of Visual Studio you are running.
You can not create anything in Visual Studio that has multiple .vb code files, executables, or .dll libraries without the NX .NET Author license. It is easier to code journals in VS though.
I hope this answers your question.
sumBuddy (Mechanical)
--------------------------------------------------------------------------------
"I would like to change the world, but I can't find the source code."
RE: What version of VB.NET is compatiable with NX6?
NX6.0.5.3 mp07, Windows XP 64-bit,Team Center 8.1
Running cad straight out of the box is OK but, a system tuned with application software is the best way to increase productivity.
RE: What version of VB.NET is compatiable with NX6?
"Creating NX Open for .NET executables and .DLLs requires that you have the following installed:
Microsoft Visual Studio .NET 2005 SP1
The Microsoft .NET Framework 2.0, which comes with Visual Studio."
Now I am currently using Visual Studio 2010 with success, but also only using Framework 2.0. You can change the setting in Visual Studio so that a project uses a legacy Framework. You can do this by going to your project's properties -> Compile Tab -> Advanced Compile Options...
Hope this answers your question.
sumBuddy (Mechanical)
--------------------------------------------------------------------------------
"I would like to change the world, but I can't find the source code."