|
-
May 13th, 2010, 06:25 PM
#4
Re: Debugging going bad
 Originally Posted by S_M_A
Try closing the IDE and delete all files that can be recreated, i.e. all files in output dirs such as obj, debug and so on. Set explorer to show hidden files by the way. All hidden files should be deletable but to be on the safe side make full copy before deleting anything.
Yes, deleting the obj directory (at the same time that bin folder) worked. 
I don't remember the specific file that i mentioned, but I think thas was the pdb file.
the class that failed to show in text, as if where a form, was caused because I made two vb files (in different directories), with the same name. One of the files was an user control, and the other file contained an independent class, but it seems that VS tougth that it was part of the user control.
Renaming the non user control file to another name, allowed to see his text.
I think that is a bug, but not sure. ¿Should I report it in Connect, or is a by design feature?
[Vb.NET 2008 (ex Express)]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|