Visual Studio.NET loosing it..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey,

This Visual Studio.NET keeps playing up. It is acting strange. It keeps
loosing the colors of the fonts, and sometimes it doesnt even add events like
these..

this.btnAssignTeam.Click += new System.EventHandler(this.btnAssignTeam_Click);

Has anyone encountered a similar problem before ?

Thanks,

I.A
 
There was an old problem like that but I think it was fixed in a service
pack. Are you up to date?
 
Yes I have version 1.1.4322, and this is the error message I get when I try
to undo something,

Unknown Undo/Redo error.

Strangely enough it is only happening with one file..

What do you think is wrong ?
 
If it is an ASP.NET page that is causing the problem, try deleting the
aspx.resx file. It will be recreated automatically.

You might need to change the solution to view hidden to find an.aspx.resx.

If that's not it, I'd call MS support. You get free support incidents with
your software and if its a bug, they won't count it against you.

Ken
 
Deleting the .resx file for the form in question has fixed the problem
for me. I was having the exact same problem and it drove me nuts for
weeks. I have been working one full day without this error so far. This
may have fixed it. I'll let you know if the problem resurfaces.

Problems i was having: intellisense disabled, code color coding
disappears, undo operation generates error, cutting and pasting
produces weird cursor and line/carriage return behaviors, etc...

I even tried the cleanup software and that didn't do the trick.
apparently, it missed the resx files!
 

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