Click here to Skip to main content
15,920,708 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hello Pin
dhulipudi26-May-07 0:34
dhulipudi26-May-07 0:34 
GeneralRe: Hello Pin
Paul Conrad27-May-07 6:33
professionalPaul Conrad27-May-07 6:33 
Questionsearch and delete Pin
picasso225-May-07 15:05
picasso225-May-07 15:05 
AnswerRe: search and delete Pin
MatrixCoder25-May-07 16:21
MatrixCoder25-May-07 16:21 
QuestionCombobox filter Pin
sweedy25-May-07 13:08
sweedy25-May-07 13:08 
QuestionDynamic Execution / No Reflection Pin
rmga25-May-07 12:46
rmga25-May-07 12:46 
AnswerRe: Dynamic Execution / No Reflection [modified] Pin
Dave Herren25-May-07 15:13
Dave Herren25-May-07 15:13 
QuestionCOM+ and WSE Settings Pin
Abbas8225-May-07 11:31
Abbas8225-May-07 11:31 
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
QuestionMulti-database support using databindings Pin
sailchris2225-May-07 10:37
sailchris2225-May-07 10:37 
QuestionCreating Access Database in C# VS2005 Pin
brickbat25-May-07 8:54
brickbat25-May-07 8:54 
AnswerRe: Creating Access Database in C# VS2005 Pin
Not Active25-May-07 9:37
mentorNot Active25-May-07 9:37 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat26-May-07 6:40
brickbat26-May-07 6:40 
GeneralRe: Creating Access Database in C# VS2005 Pin
Not Active26-May-07 7:05
mentorNot Active26-May-07 7:05 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat26-May-07 9:34
brickbat26-May-07 9:34 
GeneralRe: Creating Access Database in C# VS2005 Pin
Not Active26-May-07 12:22
mentorNot Active26-May-07 12:22 
GeneralRe: Creating Access Database in C# VS2005 [modified] Pin
brickbat26-May-07 19:57
brickbat26-May-07 19:57 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 2:45
brickbat27-May-07 2:45 
GeneralRe: Creating Access Database in C# VS2005 Pin
Not Active27-May-07 4:55
mentorNot Active27-May-07 4:55 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 5:14
brickbat27-May-07 5:14 
GeneralRe: Creating Access Database in C# VS2005 Pin
Paul Conrad27-May-07 7:01
professionalPaul Conrad27-May-07 7:01 
GeneralRe: Creating Access Database in C# VS2005 Pin
Not Active27-May-07 5:00
mentorNot Active27-May-07 5:00 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 19:51
brickbat27-May-07 19:51 
AnswerRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 22:16
brickbat27-May-07 22:16 
GeneralRe: Creating Access Database in C# VS2005 Pin
brickbat27-May-07 22:20
brickbat27-May-07 22:20 
QuestionQuestion regarding Image displayed in a Button. Pin
Khoramdin25-May-07 8:48
Khoramdin25-May-07 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.