Problem with - Visual Studio Express

  • Thread starter Thread starter loga123
  • Start date Start date
L

loga123

Hi All,

I am using Microsoft Visual Web Developer Studio 2005 Express Edition.
I have been using it for the past few months and all of sudden today,
it started to behave in a strange manner.

I am not able to open any .aspx files from solution explorer either in
Design or Source mode,
whereas I am able open .aspx.vb files in my project.

When I open .aspx.vb files, it's not recognizing any key stokes. I am
not able type anything.
I checked with other projects too. I face the same problem.

It's the same problem I have with the websites on filesystem and also
with the websites on local IIS.

Can anyone help me? It's urgent.

Thanks in advance.
 
You might want to try resetting VWDE to the default settings.

From the command line, navigate to the Express directory and try

Devenv.exe /ResetSettings

If that doesn't work, you probably need to reinstall VWDE.

Ken
Microsoft MVP [ASP.NET]
 
Thank you, Ken.

I had uninstall everything and reinstall. This solved my problem.

Thanks said:
You might want to try resetting VWDE to the default settings.

From the command line, navigate to the Express directory and try

Devenv.exe /ResetSettings

If that doesn't work, you probably need to reinstall VWDE.

Ken
Microsoft MVP [ASP.NET]

loga123 said:
Hi All,

I am using Microsoft Visual Web Developer Studio 2005 Express Edition.
I have been using it for the past few months and all of sudden today,
it started to behave in a strange manner.

I am not able to open any .aspx files from solution explorer either in
Design or Source mode,
whereas I am able open .aspx.vb files in my project.

When I open .aspx.vb files, it's not recognizing any key stokes. I am
not able type anything.
I checked with other projects too. I face the same problem.

It's the same problem I have with the websites on filesystem and also
with the websites on local IIS.

Can anyone help me? It's urgent.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top