We are working with asp.net 1.1, vb.net and using a 3rd party dll for
CC processing. To use this dll, I had to install WSE 3.0. All is good
locally and it is working in testing server, but it didnt work when I
uploaded to the production server. I asked my madam to install WSE 3.0
on the server so that I could use the dll. They installed it and we
get the following error:
Retrieving the COM class factory for component with CLSID
{698BFD43-76AA-4D13-98FE-5BE9FF5E05B8} failed due to the following
error: 80040154.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException:
Retrieving the COM class factory for component with CLSID
{698BFD43-76AA-4D13-98FE-5BE9FF5E05B8} failed due to the following
error: 80040154.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.
Stack Trace:
[COMException (0x80040154): Retrieving the COM class factory for
component with CLSID {698BFD43-76AA-4D13-98FE-5BE9FF5E05B8} failed due
to the following error: 80040154.]
CyberSource.WSSecurity.Signature..cctor() +10
[TypeInitializationException: The type initializer for
'CyberSource.WSSecurity.Signature' threw an exception.]
CyberSource.WSSecurity.Signature.get_Version() +0
CyberSource.Xml.Client.SetVersionInformation(XmlDocument request,
String nspace) +152
CyberSource.Xml.Client.RunTransaction(XmlDocument request) +92
Education4PMTI.PMTIpaymentgateway.ProcessRequest(Page page, String
merchantrefcode1, String firstname1, String street11, String City1,
String Postcode1, String phone1, String email1, String Country1,
String state1, String amount1, String Creditcardnumber1, String
expirationmonth1, String expirationyear1, String cvNumber1) +427
Education4PMTI.classregistration.imgSubmit_Click(Object sender,
ImageClickEventArgs e) +2138
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs
e) +108
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String
eventArgument) +118
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+36
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+1565
let me know Any ideas? please.
Thanks in Advance
Regards,
Anjeswar.