Hi,
I am developing ASP.NET Application. I used one form which contains SAP component to fetch data from SAP to our SQL DB.
Fetching data from SAP to SQL DB it's working fine in my local system.
But, when execute in server, i am getting below error.
Exception Details:System.Exception: Cannot create ActiveX component.
Error : StringConn = CreateObject("Sapgui.ScriptingCtrl.1")
What is the error..?