Fully Trust a Visual C++.NET DLL under Win XP professional does not work

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?
 
G

Guest

hi
sometimes ago i also ve faced this sort of prob in traansforming from Xp to 2000 and vice versa. May be due to diff authentication u are getting the problems .Try to log in from a admin account and try it again.If however you get any solution mail it to me also .

bye
shreeman
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top