help in debugging a 1.1 DLL using 2.0 windows application

  • Thread starter Thread starter srinivas
  • Start date Start date
S

srinivas

Hi,
Can you please point me to some article which provides instructions on
debugging a DLL written in Net 1.1 using a windows application written
in .Net 2.0 .

TIA,
Srinivas
 
What's so different about this. This should work exactly the way you debug
any .NET 2.0 application which uses some dll. The framework affinity is set
to process and not the module in a sense that only one framework is loaded
in a process. So if your app. is .NET2.0, your dll will also use the same
framework.

Please send your exact questions/scenario to clarify it further.

Thanks,
~Shekhar
 
Hi,
    Can you please point me to some article which provides instructions on
 debugging a DLL written in Net 1.1 using a windows application written
in .Net 2.0 .

 TIA,
 Srinivas

Do you ahve your .pdb file?

It should be the same
 
Back
Top