Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, June 8, 2025 
 
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!
 Architect Forums - SalesLogix .NET Extensions
Forum to discuss the use of .NET Extensions in SalesLogix version 7 and higher. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix .NET Extensions | New ThreadView:  Search:  
 Author  Thread: .NET DLL in SLX 7.5 Web
Chris
Posts: 1
 
.NET DLL in SLX 7.5 WebYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Apr 09 2:17 AM
Hey guys,

I'm having a problem accessing a .NET DLL in a C# snippet in SLX 7.5 Web.

All of the examples I've found have been for the LAN and I can't, for the life of me, find anything about how to integrate a .NET DLL in a C# snippet in the web client.

I also need to return a strongly typed object as the DLL will be calling a Web Service to retrieve data.

Please would someone be so kind as to help me through this little problem.

Many thanks in advance,

Chris
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: .NET DLL in SLX 7.5 WebYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Apr 09 7:15 AM
Yo Chris,

I guess the first thing I would ask is what is the problem you are having. The second is where you are specifically trying to integrate the calls. For example if your accessing the assembly from a business rule is different then accessing it from a web page. By default at the web page level you should have visibility to any assemblies in the website bin folder (yes add it to support/bin) and as long as you new it up with the fully qualified name new .MyClass() you should be able to get a instance. Now if you are accessing it from a business rule/code snippet you will need to add a assembly reference to your assembly(dll) via either altering the header XML in your snippet and adding a reference or through the assembly reference collection accessable from the property grid (when the code editor is selected). Choose code snippet header from the drop down and then assembly references (I believe that is the name). Now your reference will be based on some offset I suspect so also make sure that you assembly file is copied into the "Assembly refererence" folder. You can locate this folder by selecting tools->Build Settings (I beleve). You should be able to access your functionality then.

Regards,
Mark
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/8/2025 2:17:24 PM