Menu

#39 Rename the project in Visual Studio

closed
nobody
None
5
2008-12-07
2008-11-22
Yves YANG
No

1. Create a Silverlight project in eclipse4SL
2. Open in VS
3. Rename in VS
4. Switch back to eclipse4SL
5. Refresh the project
The eclipse project is not renamed.
6. Run Web application
We get an exception:
java.io.FileNotFoundException: D:\Dev\eclipse4sl\runtime-New_configuration\demo\demo.csproj (The system cannot find the file specified)

eclipse4sl looks for the .csproj corresponds to eclipse project, which doesn't exists anymore

Discussion

  • Yves YANG

    Yves YANG - 2008-11-22

    This cause of this problem is due to the two mechanism of project management. In VS, the project name is the .csproj file name. In Eclipse, the project name is stored in .project.

    When the project is renamed in VS, csproj is named, but not .project. So, for eclipse, the project is not renamed. When we run web application, eclipse4sl looks for the <project name>.csproj. It cannot find it.

     
  • Yves YANG

    Yves YANG - 2008-11-22
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.