Switching 2003 SRV to 2008 caused Asp.net application not to load DLL

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-03T09:03:28Z Indexed on 2010/05/03 9:08 UTC
Read the original article Hit count: 168

Switching aged 2003 SRV to 2008 caused my Asp.net 2 application fail: The application is no more loading the required library DLL from /bin/ folder anymore.

What should I change in my code or web.config to make this webapp load OK also in new 2008 server?

Now I receive this error when I access the application: This type is in IMPORTS ( Dll ).

Compiler Error Message: BC30002: Type 'Facebook.Entity.User' is not defined.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about windows-server-2008