I don't have any .Design.vb files

A

academic

I converted from vs2003 to vs2005 and noticed it now places Designer
generated code in a designer.vb file.
I would like to convert my solution to that format.

That is, I'd like the designer to place its code into a Designer.vb file

Is the a way?


Thanks
 
C

Chris

academic said:
I converted from vs2003 to vs2005 and noticed it now places Designer
generated code in a designer.vb file.
I would like to convert my solution to that format.

That is, I'd like the designer to place its code into a Designer.vb file

Is the a way?


Thanks

You could create the .designer file yourself and then copy the generated
code over there manually.
 
A

academic

I think I have about 50.
Was hoping the system would do it.
Suppose I could write a program to do it.

Thanks
 
C

Chris

academic said:
I think I have about 50.
Was hoping the system would do it.
Suppose I could write a program to do it.

Thanks

Or just live with it being at the top of your files, you did it for a
long time in vs.2003
 
H

Herfried K. Wagner [MVP]

academic said:
I think I have about 50.
Was hoping the system would do it.
Suppose I could write a program to do it.

VS 2005 unfortunately doesn't support automatic upgrade to the new file
structure (partial classes, designer file).
 

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

Top