Q
QINGFENG DUAN
I have a Visual C++.NET DLL, which statically links to a C lib and is
used in a windows user control written in C#. This windows user control
will be hosted in IE. To do so, I have to Fully Trust these .NET dlls
(windows user control and VC++.net dll) using .NET framework
configuration wizard (can be found in Control Panel -> Administrative
Tools).
I have successfully done it in .NET framework 1.1 and Windows
2000/Windows XP Home and everything runs great.
But, when I tried to Fully Trust the VC++.NET dll under .NET framework
1.1 and Windows XP Professional, I got the following problem when doing
Trust An Assembly:
Unable to load Vic32NET.dll.
-- Note: Vic32NET.dll is my Visual C++.NET DLL. The windows user control
C#.NET dll is loaded successfully.
Why cann't .NET framework under Win XP professional load a VC++.NET dll?
used in a windows user control written in C#. This windows user control
will be hosted in IE. To do so, I have to Fully Trust these .NET dlls
(windows user control and VC++.net dll) using .NET framework
configuration wizard (can be found in Control Panel -> Administrative
Tools).
I have successfully done it in .NET framework 1.1 and Windows
2000/Windows XP Home and everything runs great.
But, when I tried to Fully Trust the VC++.NET dll under .NET framework
1.1 and Windows XP Professional, I got the following problem when doing
Trust An Assembly:
Unable to load Vic32NET.dll.
-- Note: Vic32NET.dll is my Visual C++.NET DLL. The windows user control
C#.NET dll is loaded successfully.
Why cann't .NET framework under Win XP professional load a VC++.NET dll?