Excel Macro/Assembly i created in C# wont load on End user compute
Ok when i try to run the excel file on an end user machine at first i get the
..NET security policies do not allow blah blah blah because the assembly its
pointing to does not have trust.. So after that i go to the .NET security
policies and grant full acess to that assembly on a Machine lvl... The exact
same access i granted on my development machine which works. So after that
the trust is granted i get the error that says Macro/Assembly not found in
the path or could not be loaded.
Anyone know of any way to fix this? I have tried lots of things. Like
importing the security policies from my machine over to the end user and
still no luck..
Thanks in advance
|