The specified format name is invalid
-
Hi all. I have an application which reads a msmq path from the config file and passes to an storedprocedure.The entry in config file is as follows Now i am storing it a string variable called "XMLMSMQRecievePath" and passed to the storedprocedure name "UpdateAuditLogDetails" using folowing stmts daUpdateAuditLogDetails.SelectCommand.Parameters["@XMLMSMQRecievePath"].Value = XMLMSMQRecievePath; daUpdateAuditLogDetails.Fill(dsUpdateAuditLogDetails, "UpdateAuditLogDetails"); but i am getting the error as following Error, Number = 0x10001165, Source = \"MSMQQueueInfo\", Desc = \"The specified format name is invalid. \""} My storeed procedure accepts a varchar of size 2000 for it,Can any one help me on this
Regards DilipRam
-
Hi all. I have an application which reads a msmq path from the config file and passes to an storedprocedure.The entry in config file is as follows Now i am storing it a string variable called "XMLMSMQRecievePath" and passed to the storedprocedure name "UpdateAuditLogDetails" using folowing stmts daUpdateAuditLogDetails.SelectCommand.Parameters["@XMLMSMQRecievePath"].Value = XMLMSMQRecievePath; daUpdateAuditLogDetails.Fill(dsUpdateAuditLogDetails, "UpdateAuditLogDetails"); but i am getting the error as following Error, Number = 0x10001165, Source = \"MSMQQueueInfo\", Desc = \"The specified format name is invalid. \""} My storeed procedure accepts a varchar of size 2000 for it,Can any one help me on this
Regards DilipRam
I think "XMLMSMQRec
ie
vePath" is spelled wrong, but I'm just guessing. -
I think "XMLMSMQRec
ie
vePath" is spelled wrong, but I'm just guessing.