I am developing an Pocket PC application using VS .Net 2003. And I
frequently get the following error when I click the "Save All" button
in the Visual Studio. Can anybody help?

error message:
an error occurred saving the project user options
file 'projname.vbproj.user'

Then I click "OK" to the above message box. I attempts to save the
file but it says the file already exists. So, I just choose the option
to over write it. It happens again and again for the same
project/solution.

Another problem I has in the same project/solution is: the "form1.vb
(design)" cannot be displayed in the Visual Studio IDE. (i.e. I cannot
see the grey color form and all the controls in the form such as text
boxes). The way I fix this problem is to:
1. Insert a new form
2. Then delete this new form
3. Automatically, the form can then be displayed.

I am not too sure whether the 2 problems are related.
Thanks.

Re: 1. An error occurred saving the project user options. 2. Form cannot be displayed by Eric

Eric
Mon Oct 10 11:19:48 CDT 2005

Hi, Alex
for the question 1, my fix method is to delete the user option files ,
then, reload the project file and re-save it.
every afterhere will fine

for the question 2, the way I fixed it same as you

wish help you :)

<AlexAngAB@gmail.com> wrote in message
news:1128939414.078786.313230@z14g2000cwz.googlegroups.com...
> I am developing an Pocket PC application using VS .Net 2003. And I
> frequently get the following error when I click the "Save All" button
> in the Visual Studio. Can anybody help?
>
> error message:
> an error occurred saving the project user options
> file 'projname.vbproj.user'
>
> Then I click "OK" to the above message box. I attempts to save the
> file but it says the file already exists. So, I just choose the option
> to over write it. It happens again and again for the same
> project/solution.
>
> Another problem I has in the same project/solution is: the "form1.vb
> (design)" cannot be displayed in the Visual Studio IDE. (i.e. I cannot
> see the grey color form and all the controls in the form such as text
> boxes). The way I fix this problem is to:
> 1. Insert a new form
> 2. Then delete this new form
> 3. Automatically, the form can then be displayed.
>
> I am not too sure whether the 2 problems are related.
> Thanks.
>



Re: 1. An error occurred saving the project user options. 2. Form cannot be displayed by AlexAngAB

AlexAngAB
Tue Oct 11 20:11:01 CDT 2005

Hi Eric,
It doesn't work. Did you do anything to the corresponding solution
file. (i.e. projname.sln), Thanks.