PDA

View Full Version : API and security



fwp
2007-01-05, 06:41 PM
All,

I think I need to sign my dll due to .NET security issues. I need to run my API tool from a network drive and access an Oracle database on a different server. When I attempt to sign the project in Visual Studio I get an error stating that the RevitAPI does not have a strong name. Any idea what to do about this.

Frank

GuyR
2007-01-07, 08:34 PM
What is causing the error, the network access or database access?

Guy

fwp
2007-01-08, 02:36 AM
The database access is generating the error.