Hi all,
I have a problem and I hope somebody help me ! We (a very big development
team) are using VS Studio .NET 2003 on a very big vb.net project. I have
this problem :
Steps :
1 - Create a windows form on a project. Then put controls on this form.
2 - compile the project
3 - Create an inherited form (based on the first created form)
4 - compile the project, save all, then close the solution
And then, i dont know why, but when I re-open this solution, i cant see the
inherited forms on the form
designer. I see them on the solution browser, but the object is tagged with
the vb icon, not with the form icon, and
the option "View Designer" doesn't appear when i right-click on the
inherited form. Notice that the problem occurs only on inherited forms,
everything is allright on a standard form.
Peoples here become very angry when things like this occurs. Please help me
:)
morfy - 31 May 2004 21:07 GMT
Hi,
If I recall my same problem correctly I deleted the bin and obj -folders and
tada everything showed up right again.
(my problem was that some inherited forms files showed as code only)
regards, morfy
> Hi all,
>
[quoted text clipped - 19 lines]
> Peoples here become very angry when things like this occurs. Please help me
> :)
Spartacus - 31 May 2004 21:46 GMT
This solution doesn't fixed my bug :(
Additional help appreciated
> Hi,
>
[quoted text clipped - 30 lines]
> me
> > :)
Grant Frisken - 05 Jun 2004 12:03 GMT
This unfortunately seems to happen pretty frequently in the IDE. The
easiest solution I've found is to select the project and then ensure that
"Show All Files" is selected. Now select the problem form .vb and .resx
files and using the right mouse menu exclude them from the project then
right click and include them. This forces the IDE into recognising them as
Form files again.
Regards
Grant Frisken
> This solution doesn't fixed my bug :(
>
[quoted text clipped - 38 lines]
> > me
> > > :)
Frank Hileman - 05 Jun 2004 14:22 GMT
Or open the project in a text editor, and change the SubType of the
problematic files back to "Form":
SubType = "Form"
Regards,
Frank Hileman
check out VG.net: www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor
> This unfortunately seems to happen pretty frequently in the IDE. The
> easiest solution I've found is to select the project and then ensure that
[quoted text clipped - 5 lines]
> Regards
> Grant Frisken