Okay. Just to clarify all this ... I'm on Windows 7 and I'm on my machine.
You may need to change permissions on the following folders in the usual way.
I have Visual Studio C # express edition on my machine with Visual Web developer Express. I cannot browse the local SQL server using C # express and connect to the database. Therefore, I followed the method described above.
Open a regular explorer window and select:
C: \ Documents and Settings \ YOURUSERNAME \ Application Data \ Microsoft \ VCSExpress \ 10.0 \ ServerExplorer
rename DefaultView.SEView to DefaultView.SEViewORIGINAL
Open another explorer window and go to:
C: \ Documents and Settings \ YOURUSERNAME \ Application Data \ Microsoft \ VWDExpress \ 10.0 \ ServerExplorer
Copy the DefaultView.SEView file and paste it into a folder in another explorer window.
You will now have 2 files in the folder
DefaultView.SEView
and
DefaultView.SEViewORIGINAL
If you open visual studio C # express 2010, you will see your databases. However, you cannot create a new one in this database. First you will need to create all new connections in VWDExpress and repeat the process.
Someone might want to check how easy it is to move the differences between these files and fix it this way.
Good luck.
source share