VS.NET 2003

  • Thread starter Thread starter info
  • Start date Start date
I

info

Hi There

After making an Testapplication with VS.NET Beta 2005, I get bought
current VS.NET 2003 to develop an PPC application.

And know I get some problems and I hope someone can help me :-).

When I ad an Form and want to open the designer I get the errormessage
"Baseclass System.Windows.Forms.Form could not be loaded"

Whats wrong ? Compilation does work and even the Application on the PPC
shows the form.

What do I have to change ?

First I wanted to startup my main form via Application.Run() but the
compiler says it doens't know application.

Any hints for me ?

thanks!
 
Hello are you trying to use the same project you created with vs2005? You
may need to look at your project references and make sure that the version
number starts with 1.* and not with 2.*.

Cris
 
Back
Top