11/27/2024 2:23:24 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Errors in the "Leveraging .NET" components
Posted: 11 Feb 07 6:30 PM
|
fiogf49gjkf0d Trying to get Ryan's .NET components to work... Followed the instructions, released the bundles, then ran _install.bat, (all in a dev db, of course).
In the Account Details form, I get an error on line 82: System.Security.Permissions.SecurityPermission
A similar error occurs on line 51 of Account RSS Feed and line 22 of AdvancedContacts.
Does the implementation of these components require that SLX be configured for Windows authentication? Or am I missing something?
Thanks. |
|
|
|
Re: Errors in the "Leveraging .NET" components
Posted: 11 Feb 07 6:41 PM
|
fiogf49gjkf0d Are the files copied (and the batch file run) locally on the hard drive of your pc? (ie: not being run from a network share)
The System.Security.Permissions.SecurityPermission exception does not refer to SLX authentication, but an exception caused by the .NET components attempting (failed) to gain permission for a SecurityPermissionFlag on the local pc. Most common is when the .NET components are being run from a network share or something like that. |
|
|
|
Re: Errors in the "Leveraging .NET" components
Posted: 11 Feb 07 7:29 PM
|
fiogf49gjkf0d That was it - simple as could be. I had placed the .dll's in a network share, then run the batch file from there. Had guessed (wrong) that the batch file copies the .dll's to a folder within the machine's .NET framework directory, but I realize now that it simply points to the original location. Moving the files to the machine's c: drive, then re-running _install.bat eliminated the errors.
[btw, you're working late, Ryan!] |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|