cancel
Showing results for 
Search instead for 
Did you mean: 

Third Party .Net User Control

Former Member
0 Kudos

I have an application that is using a third party control. I am running into an issue when running the component in the protal it is throwing an exception that it can not find the dll of the third party control.The error we are getting is suggesting that portal is not finding the required library references in the local server (Portal Server) to run our application in a portlet. The application and third party .dll reside on a seperate server Does the third party control .dll or dependencies have to be registered on the same box that the SAP portal is running? If so do they have to be in a certain directory? Thanks for any help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Assuming you are using the PDK for .NET,the third party control (dll) need to be register in the GAC at the same machine with "Portal Runtime for Microsoft .NET".

see also:

<b>1.Global Assembly Cache -</b> <u>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconGlobalAssemblyCache.asp</u>

<b>2.Global Assembly Cache Tool (Gacutil.exe)</b> - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfGlobalAssemblyCac...

Shana-Tova,

Yehuda