locked
.Net framework 3.5 dll is not supporting on .Net framework 1.1 application RRS feed

  • Question

  • Hi,

    I have one .Net application having framework 1.1. Now I want to make some changes on one web part page and when I develop it in Visual Studio 2008 (.Net framework 3.5), its giving me an error.

     

    Can anyone please suggest what could be the reason?

    Wednesday, June 15, 2011 8:02 AM

Answers

  • As .NET Framework 1.1 is an entirely different codebase from .NET Framework 2.0/3.0/3.5, it could be any number of issues. You may be using deprecated features in 1.1 that are not available in 2.0/3.0/3.5.

    If you provide details of the error, readers may be able to assist you. Information needed but missing: Project type, programming language used. Code showing the statement causing the error and a full quote of the error message.

     

    • Proposed as answer by Paul Zhou Thursday, June 16, 2011 9:43 AM
    • Marked as answer by Paul Zhou Wednesday, June 22, 2011 7:27 AM
    Wednesday, June 15, 2011 1:34 PM