Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. COM+ and WSE Settings

COM+ and WSE Settings

Scheduled Pinned Locked Moved C#
csharpcryptographywcfcomdata-structures
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abbas82
    wrote on last edited by
    #1

    Hello, I have a COM+ application built using C# and the MSI for it runs just dandy, its basically a COM proxy for .NET to ASP. However, when running a test VBScript, I get the following message whenever I attempt to execute one of the methods (object seems to get created though).. on this line: set objCreditAppEntity = objComProxy.GetSavedApplication(1, "CITDE") with this message: Error retrieving certificate with ID <> from location LocalMachine and this stack trace: System.Configuration.ConfigurationException Stack Trace: at CIT.EAI.Crypto.CertificateManager.RetrieveCertificateFromStore(X509CertificateStore store, String keyIdentifier) at CIT.EAI.Crypto.CertificateManager.GetDefaultCertificate() at CIT.EAI.Web.Security.WseUtilities.GetClientToken() at CIT.EAI.Web.Security.WseUtilities.ConfigureProxy(WebServicesClientProtocol protocol) at CIT.EAI.EFCanada.ComProxy.RepositoryFactory.GetCreditAppWS() at CIT.EAI.EFCanada.ComProxy.EFCanadaComProxy.GetSavedApplication(Int32 creditAppId, String applicationCode) Any ideas why? seems to be a WSE thing, but I'm lost as I'm still kind of a newbie to COM, etc...This proxy talks to three web services by the way. VBScript test code given below ---------------------------------------------- Dim objComProxy Dim arrContact Dim errCode Dim objCreditAppEntity Dim objCreditAppEntityList Dim objQuoteEntity Dim objQuoteEntityList dim xmlDoc, sPath, sFile, sInFileName Set objComProxy = CreateObject("CIT.EAI.EFCanada.ComProxy.EFCanadaComProxy") 'ERROR HERE set objCreditAppEntity = objComProxy.GetSavedApplication(1, "CITDE") WScript.Echo "Credit app ID: " & objCreditAppEntity.CreditAppId WScript.Echo "Credit app status code: " & objCreditAppEntity.CreditAppStatusCd

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups