cancel
Showing results for 
Search instead for 
Did you mean: 

add-on issues

Former Member
0 Kudos

Hi, all,

my situation is:

I made a .ARD, and the .EXE file is located in my C: drive.

The .ARD ADD-ON was registered and started successfully.

Now I want to deploy it to users, so I copy the .ARD and .EXE to network driver, says "X:" driver.

In user side, the add-on can be installed successfully in X: drive too. However, when select "Start", there is an error prompt-up:

An unhandled exception("System.Security.SecurityException") occured.

Any ideas?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

when the addon is written in any .NET-Language: it's because you're running the program from the network drive - when you copy it to a local drive it should work.

To resolve the problem, I think you need a certificate for the App - you can create this when you right-click on the project in Visual Studio, irrc.

HTH

Chris

Former Member
0 Kudos

Hi,

Thanks for your reply.

I found the solutions here:

http://www.tek-tips.com/viewthread.cfm?qid=1117518&page=1

One of my project set "Full Trust" successfully.

One is not.

I got an error "Unable to load assembly".

Any ideas?

Thanks

Former Member
0 Kudos

Hi,

have you copied all files from the Release-folder?

You need also the manually added assemblies (ie. *.dll) with your exe that are not in the .NET-Framework...

Former Member
0 Kudos

Hi,

I've already copied all files from

obj\Release\ folder.

problem stills.

There is only one .EXE and 2 DLLs (SAP UI and DI)

I use .NET wizad and then "Trust and Assembly"

Thanks