How to convert windows from VS.2003 to VS2005

P

Peter Stojkovic

In VS.2003 all information was in one file
example: form1.vb

Now in VS.2005 the source-code is splitted into two files.

I have a lot of windows.
Is there any possibility to automatically split the old windows into two
files for Vs.2005 ?


Thanks
Peter
 
T

Tym

Is there any possibility to automatically split the old windows into two
files for Vs.2005 ?

2005 Automatically "upgrades" previous versions ( or so I've found
anyway)

Tym

~There's no place like 127.0.0.1~
 
C

Cor Ligthert [MVP]

Peter,

No and I would not do that, it is a lot of work and helps you with nothing.
One day when there is time enough, than is that in my idea the job that
*can* be done.

Just my thought,

Cor
 
H

Herfried K. Wagner [MVP]

Tym said:
2005 Automatically "upgrades" previous versions ( or so I've found
anyway)

That's basically true, but it doesn't split up forms into partial classes
for user-generated code and designer-generated code.
 

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