1. An error occurred saving the project user options. 2. Form cannot be displayed

  • Thread starter Thread starter AlexAngAB
  • Start date Start date
A

AlexAngAB

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.
 
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 :)
 
Hi Eric,
It doesn't work. Did you do anything to the corresponding solution
file. (i.e. projname.sln), Thanks.
 
Back
Top