473,507 Members | 2,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CreateInstanceFromAndUnwrap not working when called from Excel

Hi,I'm getting a "assembly or one of its dependancies could not be found"
error when running the code below.The code works fine when called by a .NET
program, but fails when called by an assembly instantiated in Excel 2000.
The CreateInstanceFromAndUnwrap looks for the assembly in Excel's "Default
file location" setting, even though the correct path is set by
setup.ApplicationBase.

What am I doing wrong?

Thanks.Francis Gingras

// Get reflection permission
ReflectionPermission reflectionPerm = new
ReflectionPermission(PermissionState.None);
reflectionPerm.Flags = ReflectionPermissionFlag.MemberAccess;

// Get file permissions
FileIOPermission fileperm = new FileIOPermission(FileIOPermissionAccess.Read
| FileIOPermissionAccess.PathDiscovery,
Path.GetDirectoryName(Assembly.GetExecutingAssembl y().Location));
fileperm.Assert();

AppDomainSetup setup = new AppDomainSetup();
setup.ApplicationBase =
Path.GetDirectoryName(Assembly.GetExecutingAssembl y().Location);

Evidence evidence = AppDomain.CurrentDomain.Evidence;
adapterDomain = AppDomain.CreateDomain("MyApp.Adapter", evidence, setup);
ILoader loader = (ILoader)
adapterDomain.CreateInstanceFromAndUnwrap("c:\bin\ MyApp.dll",
"MyApp.Loader");
Nov 16 '05 #1
0 2089

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
297
by: Francis Gingras | last post by:
Hi,I'm getting a "assembly or one of its dependancies could not be found" error when running the code below.The code works fine when called by a .NET program, but fails when called by an assembly...
0
249
by: Francis Gingras | last post by:
Hi,I'm getting a "assembly or one of its dependancies could not be found" error when running the code below.The code works fine when called by a .NET program, but fails when called by an assembly...
0
240
by: Francis Gingras | last post by:
Hi,I'm getting a "assembly or one of its dependancies could not be found" error when running the code below.The code works fine when called by a .NET program, but fails when called by an assembly...
0
252
by: Francis Gingras | last post by:
Hi,I'm getting a "assembly or one of its dependancies could not be found" error when running the code below.The code works fine when called by a .NET program, but fails when called by an assembly...
0
7111
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7031
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1542
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
760
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.