Hi,
My colleagues and I have some misunderstandings about the .NET runtime. I've written a WPF application (targeted for 3.5) that randomly crashes, and in the event log, we see .NET Runtime 2.0 Error Reporting as the source.
Just to confirm:
- 3.5 still runs on the .NET 2.0 Runtime (i.e., it's an extension of it), so an application targeting 3.5 will still show .NET Runtime 2.0 as it's error source.
- When installing .NET 3.5 Framework, there's no way to not install .NET 2.0 along with it.
Am I right?