Home All Groups Group Topic Archive Search About

VS.2005 hot to make a inherited form part of a namespace ??

Author
20 Jul 2006 9:06 AM
Peter Stojkovic
I have a form named form2

Everything is ok now. I can work in codeview and designerview

But when I program a namespace like above
_____________________________
NameSpace namespace1
    public class form2

   end class

end program
___________________________________


I cannot open the form2  in designerview???

Is this a bug of visual-Studio 2005 ???

Thanks
Peter Stojkovic

Author
21 Nov 2006 5:51 PM
Michael
Hi Peter,
I'm having the same problem. and I just re-installed VS 2005 before I
realized it had something to do with the Namespace. So I waisted the whole
morning. Anyways, I hope someone has an answer to your request.
Thanks
Michael

Show quoteHide quote
"Peter Stojkovic" wrote:

> I have a form named form2
>
> Everything is ok now. I can work in codeview and designerview
>
> But when I program a namespace like above
> _____________________________
> NameSpace namespace1
>     public class form2
>
>    end class
>
> end program
> ___________________________________
>
>
> I cannot open the form2  in designerview???
>
> Is this a bug of visual-Studio 2005 ???
>
> Thanks
> Peter Stojkovic
>
>
>
>
>
>