Partial Classes (upgrading to)

P

Paul Bunting

Hi,

I am in the process of upgrading some VS 2003 projects to VS 2005, to try
out the new features. I'd like to use the Partial Class ability to seperate
design-time code as well as some of the UI & BL code, using the built in
project upgrade ability has not split the designer code. Is there any way to
get VS2005 to split/upgrade the existing files so that they have the
designer partial class?

Regards,

Paul
 
H

Herfried K. Wagner [MVP]

Paul Bunting said:
I am in the process of upgrading some VS 2003 projects to VS 2005, to try
out the new features. I'd like to use the Partial Class ability to
seperate design-time code as well as some of the UI & BL code, using the
built in project upgrade ability has not split the designer code. Is there
any way to get VS2005 to split/upgrade the existing files so that they
have the designer partial class?

There is no built-in support for splitting the code.
 
C

Cor Ligthert [MVP]

Paul,

Not standard, however it cannot be so difficult to make for that a simple
program yourself.

Cor
 

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