I developed a standalone client app in VS2003 that runs fine with the .NET 1.1 Framework installed, as expected. It fails, however, when only .NET 2.0 is installed on the machine, giving a dialog box entitled " MyAppname.exe .NET Framework Initialization Error". I have read through the Microsoft article entitled "Microsoft .NET Framework 1.1 and 2.0 Compatibility," which says that Microsoft's goal was backward compatibility but that there are roughly 10 known breaking issues with backward compatibility.
My question is: How can I get some diagnostic information at runtime about what problems .NET 2.0 is encountering so that I can attempt to fix the problem(s)
.NET Development10
|