> > On Feb 18, 12:27 pm, Morten Wennevik [C# MVP]
> >
[quoted text clipped - 17 lines]
> breakpoint, the application doesn' teven run.
> Any ideas why this is happening?
Well, two possible scenarios are, there are corrupt beta files left on the
system, or maybe corrupt framework files.
Try compiling to .Net 2.0 (not sure if this is available in the express
edition, but VS 2008 comes with the ability to compile a project to .Net 2.0,
3.0 or 3.5. This option is found in the project properties). If it runs
fine in .Net 2.0 you may want to try to get rid of any beta files still
lingering. I've had problems with the VS2008 designer insisting on using
beta controls in the ToolBox
You are mentioning a winform application, do console and web applications
fail as well?
Do VS2005 work?
I suspect you have a corrupt system which the removal of vs2008 beta didn't
fix. I'm afraid I don't have any good advice on how to fix it.

Signature
Happy Coding!
Morten Wennevik [C# MVP]
Lord Zoltar - 06 Mar 2008 01:08 GMT
On Mar 3, 3:32 am, Morten Wennevik [C# MVP]
<MortenWenne...@hotmail.com> wrote:
> Well, two possible scenarios are, there are corrupt beta files left on the
> system, or maybe corrupt framework files.
[quoted text clipped - 8 lines]
> You are mentioning a winform application, do console and web applications
> fail as well?
I haven't yet tried web apps, but console apps also fail to run
properly in debug mode.
> Do VS2005 work?
No. VB.NET 2005 had the same problem, but I never had much chance to
play with it. But that was a while ago I had it installed, and I did a
clean re-install of the OS last spring.
> I suspect you have a corrupt system which the removal of vs2008 beta didn't
> fix. I'm afraid I don't have any good advice on how to fix it.
Would different C# tools make a difference? I know that there are some
plugins for Eclips for C# editing, but do they also include a seperate
debugger and compiler or do they require Microsoft's to be installed?