help in debugging a 1.1 DLL using 2.0 windows application

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
 
S

Shekhar

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
 
I

Ignacio Machin ( .NET/ C# MVP )

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top