C# Upgrade

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Just i have installed VS 2005 and converted my VS 2003 C# windows
application to this (By using the wizard which came while i open my
application) and it is compling and working fine.

But i dont see any VS 2005 properties like Partial class and etc hence my
control initialization and C# code are present in the same page. What should
i do while upgrading to take advantage of all features which are provided in
VS 2005.
 
Hi,

SivaprakashShanmugam said:
Hi,

Just i have installed VS 2005 and converted my VS 2003 C# windows
application to this (By using the wizard which came while i open my
application) and it is compling and working fine.

But i dont see any VS 2005 properties like Partial class and etc hence my
control initialization and C# code are present in the same page. What
should
i do while upgrading to take advantage of all features which are provided
in
VS 2005.

The wizard cannot separate an already written class in partial classes. In
this case you will have to live with your current code, if you include a new
form you will have it partial though.
 
SivaprakashShanmugam said:
But i dont see any VS 2005 properties like Partial class and etc hence my
control initialization and C# code are present in the same page. What
should
i do while upgrading to take advantage of all features which are provided
in
VS 2005.

I have also wondered about this. There must be something in the project
files that causes multiple files to appear to be linked in the project file
tree, though I haven't looked for it yet. I'll take a looksee to see if I
can find it...

-- Alan
 

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

Back
Top