Closed Rpinski closed 10 years ago
See http://community.sharpdevelop.net/forums/t/21895.aspx.
Environment.Version returns 4.0.30319.0 in .NET 4.5.3 CTP, therefore SD assumes it's running in .NET 4.0 and refuses to start.
Environment.Version
Apart from SharpDevelopMain.CheckEnvironment, this also affects DotnetDetection.IsDotnet45Installed. We might be able to check the registry instead (as IsDotnet451Installed already does)
SharpDevelopMain.CheckEnvironment
DotnetDetection.IsDotnet45Installed
IsDotnet451Installed
See http://community.sharpdevelop.net/forums/t/21895.aspx.
Environment.Version
returns 4.0.30319.0 in .NET 4.5.3 CTP, therefore SD assumes it's running in .NET 4.0 and refuses to start.