Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, April 26, 2024 
 
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 control is not showing up in saleslogix form for some users....
Raj Ubendran
Posts: 24
 
.Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 11:24 AM

I have created a user control using .Net framework 3.5 and I have impoted into my saleslogix in the follwoing way:


 


'Including Script - System:FX NetExtension Helper - ExtensionControl



option explicit


 Dim extControl


Sub AXFormOpen(Sender)


  Set extControl = new ExtensionControl
  extControl.Load "HLC.SalesLogix.Controls", "HLC.SalesLogix.Controls.Manage.Agent.UITest", Panel2.HWND, true
    Form.Caption ="UI Test Form"
End Sub


Sub AXFormDestroy(Sender)
' release all unmanaged resources on Form's destruction
    Set extControl = nothing
End Sub


Sub AXFormCreate(Sender)


End Sub


It is working fine when I loged-in as myself on my machine and any credentials on saleslogix but when I logged in with a different loged -in on the same machine and then on saleslogix the form is loading but the user control is not loading up?


Iis something to do with the windows login but I couldn't figure out what? Have anybody come across this issue? any advice very grately appreciated.


 

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 11:50 AM

Did you add it in Architect - and then release to Everyone ?

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 11:53 AM
fiogf49gjkf0d

Yes, I did in deed...

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 11:55 AM
fiogf49gjkf0d

Which version of SLX. If v7.5.4 have you applied Hot-Fix 01 ?

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 12:01 PM

Version is: 7.5.4.7048.


Also it is working for me but not for other windows profile which I logged-in with on my machine. Do you think it might be the .Net framework which is available to me but not for that particular user on my machine.

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 13 12:04 PM
fiogf49gjkf0d

That's the original version (no hot-fixes). Apply Hot-Fix 01 - this fixes a .NET issue. Then try again.


.NET is system wide, not user specific.

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Apr 13 2:35 AM

Hi,


Do you know where do I find this Hotfix from?


 

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Apr 13 4:11 AM

Hi,


I have applied the update 01 but that didn't make any different. Any other sugestion?


 

[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 Apr 13 10:53 AM

It is possible that the SLX .NET Extensions feature is not registered for those other users. When logged into Windows as one of those users, look in the SalesLogix install folder (C:\Program Files (x86)\SalesLogix) for a file named "RegisterSLXNetExtentions.bat" and execute it. Then open SLX and see if that worked.

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Apr 13 3:27 AM
fiogf49gjkf0d

Ryan,


Sorry for the delay in replying. Yse, I did try the above step for this particular user but that didn't help. However, we were able to track down the problem and the issue here is these users have the roaming profile and thier profile is kept on a network drive rather than on the local drive so when the dll is being loaded from the saleslogix it is pointing to this network drive hence the problem.


 

[Reply][Quote]
Raj Ubendran
Posts: 24
 
Re: .Net control is not showing up in saleslogix form for some users....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Apr 13 5:23 AM

This is how we fixed this problem:


(1)Login to the machine with admin previlage(2) control pannel -> Administrative Tool -> Microsoft .NET Framework 2.0 Configuration and double click.
(3) Right click -Runtime Security Ploicy and slect <Adjust Security>


(4)Follow the wizard and when you get to the 3rd screen make sure you select Local Intranet and adjust the slider to Full Trust
(5) save the changes
This should resolve this issue.

[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 © 2024 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): 4/26/2024 12:28:41 PM