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.

Re: How does't Vs.net do that? by Elisa

Elisa
Wed Feb 25 02:05:44 CST 2004

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

Re: How does't Vs.net do that? by Romain

Romain
Wed Feb 25 02:43:00 CST 2004

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

ROM


"ms44cn" <ms44cn@hotmail.com> a écrit dans le message de news:
FAA5C845-A080-4636-A830-B96C4CF63AAB@microsoft.com...
> 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.



Re: How does't Vs.net do that? by Zanna

Zanna
Wed Feb 25 04:37:41 CST 2004

Elisa wrote:
> 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