10-08-2013 12:24 AM - edited 10-13-2013 08:22 PM
Hi all,
i try to make a 64Bit-Addin using Visual Studio 5 with C# under Windows XP 64, Solid Edge64Bit.
Under Windows XP (32Bit) the Addin works fine, but using 64Bit-SolidEdge it doesn't work.
I think the automatically produced COM-Wrappers (Interop.SolidEdgeAssembly.dll etc...) are corrupt.
Using the Dependency Walker it looks like a 32Bit-Dll refer to 64Bit-Dlls!
Any ideas?
Regards
Ralf
Posted by: Ralf K
Post date: 6/17/2008 9:54:40 PM
10-08-2013 12:25 AM - edited 10-13-2013 08:22 PM
Is there anybody who has written 64Bit-Addin, using ".net"???
Regards
Ralf
Posted by: Ralf K
Post date: 6/19/2008 10:40:08 PM
10-08-2013 12:26 AM - edited 10-13-2013 08:22 PM
Hello,
Are you using the 64bit template in Visual Studio? Is it set to Debug Mode with 64Bit enabled? Are you getting any errors while referencing the 64bit SE assemblies in your solution? If I compile a solution with 64bit, I'm not able to run it at a 32bit machine/OS.
I have no experience with SE & 64 bit, but for sure it will the next big issue...
Sibi
Posted by: Seb Sosna
Post date: 6/20/2008 11:05:02 PM