Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

After I use the command line builder

 

devenv /rebuild release "myproj\myproj.csproj"

or even

devenv /rebuild release "myproj\myproj.prj"

 

Next time I open up that project in dev studio none of my forms work. They only open up in code editor, not form designer..

 

How do I fix this?

Posted

commandline builds with devenv seem to break the metadata store that the UI uses keep track of the type of things. Until the IDE is forced to re-touch the files and update that database the wrong icons will be used on the class/file views and sometime i've found things won't compile cleanly.

Its a pain in the arse but you need to go through and make it reparse each code file in the solution.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...