How does't Vs.net do that?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, all guys,I 've encounter a very stranger error
NO any error message ,no any error any actions ,I just open Vs.net ,and then open a smart device project I wrote before
but the VS.NET has nothing to response.Now I could only see the project files but click it or modify (or select ...)
and anybody could help me that ?what happened in VS.NET ,because I can confirm that the VS.NET and .net cf are all right absoulte.why does vs.net can't open this project (this project I wrote just yesterday and run correctly)
Could anyone help me very very appreciate.
 
Hi,

I also experienced the occational hickup when opening projects. At one
point, the only thing I could do, was create a new project, then add all
the items from my original projects to this new project (using "Add
existing item...". Maybe you should give that a try.


Regards,

Elisa
 
since .vbproj are xml file (or so) have you try to open it with notepad to
see if they were corrupted ?

ROM


ms44cn said:
hi, all guys,I 've encounter a very stranger error.
NO any error message ,no any error any actions ,I just open Vs.net ,and
then open a smart device project I wrote before,
but the VS.NET has nothing to response.Now I could only see the project
files but click it or modify (or select ...).
and anybody could help me that ?what happened in VS.NET ,because I can
confirm that the VS.NET and .net cf are all right absoulte.why does vs.net
can't open this project (this project I wrote just yesterday and run
correctly)?
 
Elisa said:
Hi,

I also experienced the occational hickup when opening projects. At one
point, the only thing I could do, was create a new project, then add all
the items from my original projects to this new project (using "Add
existing item...". Maybe you should give that a try.

Yes, there is something wrong with VS and PPc projects...
Sometimes it is loaded correctly but VS does not see the references, anc
when you do a build it hangs on compiling.

It seems there is no way to correct this.

Sympthoms: after this "hang-up" if you do/load a PPC or WindowsForm
project the form designer does not show your form but an error messages.

I tryied different ways and at last it works again, but I have no found
the correct one:

Fo all the "ways": load just a project at time, no solutions with more
projects.

Way #1

- Delete all the project\bin directory and then reload the project or
also reload the whole VS
- Check yours references
- Do a build

Way #2

- Restart VS
- Load a WindowsForm project: the designer should now work
- Load your PPc project (only the prj, not solution!)
- Remove yours reference (not the frameworks ones)
- Re-add that references and save
- Maybe re-load VS and your project
- Do a build

If someone can find a valid solution PLEASE tell me!
Sometime this take me up to 20mins/half an hour to resolve the probjem,
and it is no payed time!

Thanks
 
Back
Top