Read a ton of material on this one and still cannot find a workable solution...
We have a "Hello, World1" app--one text block on a MainWindow--built and tested with VS2010 (C#). Target version is set to .NET 3.0. When "deployed" on a .NET 3.0 (SP2) system the app fails on startup. It fails in the call to InitializeComponent() in the MainWindow. The error is basically a dump.
When the same app is put on a system with .NET 3.5 it works flawlessly.
Note all the modules loaded during the debugger (in VS2010) indicate dll being loaded are for .Net 2.0. V2.50727.
Can't figure out how to identify what's causing the load problem.
thoughts, strategies, tools, suggestions?
(This is actually holding up a deployment.)
PS. Upgrading to V3.5 in the near future is NOT and option--should be, but it's not.