Exception from HRESULT: 0x8007007E
Have you ever seen this error message?
It is because there is missing file "msvcr71.dll" in .NET 2.0. This file is from .NET 1.1 and not included in .NET 2.0 instalation.
Is it bug or not? Or maybe the person who creating .NET 2.0 installation forgot with this file.
This error occured if only I am using third party control. I think the third party control has compile in framework 1.1 and 2.0. So the result of that control has defendency with the file.
The solution is:
Find "msvcr71.dll" file and copy to C:\Windows\System32.