CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Nov 2009
    Posts
    128

    Question problem accessing framework(2) dll in framework(4)

    i have a dll(C#) that is created in .NetFramework 2.0 but i am unable to access it in .NetFramework 4.0 (application) . do i have to make any settings in order to access the dll built in .NetFramework 2.0.

    but if i change my application to .NetFramework 2.0 then the dll(.NetFramework 2.0) works. How do i solve the problem ?
    Last edited by dskp; February 3rd, 2012 at 12:58 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured