There isn't anything interesting about the code. It is a simple string
myVariable = "Blahblah " + Application.ProductVersion;
I tried to comment it out, and then a few lines later got a bizarre
exception about drag/drop on a line that set the Visible property of the form
to true.
Could it be possible that my 2.0 framework is corrupt somehow? Is there a
way the framework can be effectively removed and reinstalled?
> This is very strange as the System.Windows.Forms.Application.ProductVersion
> doesnt throw exceptions and is well coded to prevent them. Post you code
[quoted text clipped - 17 lines]
> > [assembly : AssemblyVersion("2.2.0.0")]
> > which works just as expected in 1.1
Ciaran O''Donnell - 13 Nov 2006 13:00 GMT
You should be able to uninstall it in 'Add/Remove Programs' and then download
a new installer for it.
Sounds like a good be, even if just to remove the option from a list of
possibles
Ciaran O'Donnell
> There isn't anything interesting about the code. It is a simple string
> myVariable = "Blahblah " + Application.ProductVersion;
[quoted text clipped - 27 lines]
> > > [assembly : AssemblyVersion("2.2.0.0")]
> > > which works just as expected in 1.1