C# Express Beta 2 crashes after upgrading to latest .net 2.0 framework

P

playboy601

Has anyone else had problems with opening solutions created in c#
express with an older version of .net 2.0, after upgrading to the
latest build (2.0.50727.42)?? Everytime I tried to open the solutions
after the upgrade.. the whole application crased. I had .net 2.0 build
2.0.50215.44 installed before. I uninstalled the newest build and
reinstalled the previous one, and it works fine. Also, when trying to
run some of my apps created with the previous build, the GUI components
are all messed up.. like labels overlap other controls on the app.. no
idea what's going on. Anyone else notice this strange behavior after
the upgrade??

-Andrew Martin
 
W

Willy Denoyette [MVP]

Has anyone else had problems with opening solutions created in c#
express with an older version of .net 2.0, after upgrading to the
latest build (2.0.50727.42)?? Everytime I tried to open the solutions
after the upgrade.. the whole application crased. I had .net 2.0 build
2.0.50215.44 installed before. I uninstalled the newest build and
reinstalled the previous one, and it works fine. Also, when trying to
run some of my apps created with the previous build, the GUI components
are all messed up.. like labels overlap other controls on the app.. no
idea what's going on. Anyone else notice this strange behavior after
the upgrade??

-Andrew Martin

Quite normal, you cannot mix beta and RTM, the latest framework needs the
latest VS Express.

Willy.
 
P

playboy601

haha, i'm so stupid.. didn't realize they released a newer version of
c# express :-|
 

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