Thank you very much guys. This was really helpful!Dexter said:To clarify the various error message you get:kurt_godel said:*snip*
"Initialization Error...You need version 2.0.50727..." - as I already said that means the user only has .NET 1.x. It's not about .NET 2.0 vs .NET 2.0 SP1 because even SP1 has the same version number (2.0.50727).
"Could not start application error..0xC0...". - that always means no version of .NET installed.
"This application encountered an error and needs to close. Contact ...". - that's a generic error message, it can mean anything including that your application has thrown an exception.
About the generic error message, this occurs in a machine with 3.5 installed and we try to run the same application that works fine anywhere else, so I guess it is not a generic problem, but perhaps as you mention reference related.
One other issue that has occured is that in the application after I added two COM components (WMP, and another) my VS 2005 sometimes has really hard times. CPU goes 100% and it seems there is a bad memory leakage situation. Does anyone have a clue on that and could this be due to me having messed up .NET versions?
thanx!