help in debugging a 1.1 DLL using 2.0 windows application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • srinivas

    help in debugging a 1.1 DLL using 2.0 windows application

    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
  • Shekhar

    #2
    Re: help in debugging a 1.1 DLL using 2.0 windows application

    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
    "srinivas" <srinivas@hotma il.comwrote in message
    news:0AC856E2-BE7A-4346-BE1D-F5DC578B1C22@mi crosoft.com...
    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

    Comment

    • Ignacio Machin ( .NET/ C# MVP )

      #3
      Re: help in debugging a 1.1 DLL using 2.0 windows application

      On Nov 17, 9:31 am, "srinivas" <srini...@hotma il.comwrote:
      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

      Comment

      Working...