I have written a application in C# Beta that had worked great until I moved up to C# 2.0. Now the program hangs on a call to a dll created in vb 1.1. When the call to the dll is viewed in the call stack it states the language is unknown.
Please help.
Phil

dll
_cyclops_
I've already tried that to no avail. All I get are errors trying to recompile.
Thanks
PaulCatasus
I've already tried that to no avail. All I get are errors trying to recompile.
Thanks
Martin Xie - MSFT
From personal experience I belive 1.1 and 2.0 are completely incompatible, and the new .NET really doesn't like calling out to old stuff (like DirectX). I've read all over this forum that the old betas were really buggy and quite a lot is changed now. My only suggestion is to recompile your DLL using VB Express if that's possible.
gatharia
Yeah you will have to fix those errors and get the old code to compile again.
Out of interest, does the code run outside the IDE debugger