CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    VS.Net 2003 - Microsoft drop the ball again...

    So - I upgraded to VS2003 and recompiled the printwatchserver.net component no problem.

    Now anybody opening the component from VS.Net 2002 gets a stupid "The implementation has changed" error and if they try to open the source code they get "This code was created with a newer version of Visual Studio" so - in order to run my code they will have to upgrade as well????

    Note that the code hasn't actually changed - I just opened it up in VS.Nret 2003 and recompiled it! Any ideas on how I can make a component that is compatible with both versions?
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  2. #2
    Join Date
    Jan 2003
    Location
    Amsterdam, Netherlands
    Posts
    97
    It isn't the code that has changed but the solution and project files and according to Microsoft is a one way conversion. Which they have told you directly after you opened a 2002 solution in 2003 (see the attached picture).

    I know that there are already some tools that can undo the conversion, but i don't remember where I saw them.

    Danny
    Attached Images Attached Images
    Last edited by DdH; February 25th, 2003 at 05:59 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