Missing Component Designer Generated Code

I just added a component to my project and cannot find the code that should have been generated by the component designer. When I went to the code window the screen was blank. I created a constructor "Public Sub New()" and when trying to build the project I received an error that I had duplicate constructors. I know it created some code but cannot see it. Where could it be

Answer this question

Missing Component Designer Generated Code

  • srollins

    Exactly what code are you expecting

    you will also definitions an positioning information in filename.designer.vb



  • TrevorL

    from the solution explorer window click on the "show all files" button (second from the left)...it will then show the designer.vb files which is where all of the IDE generated code resides...

  • Missing Component Designer Generated Code