Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
masoudsafi
Starting Member
2 Posts |
Posted - 2009-06-22 : 19:58:09
|
| Greetings,I am working on a CLR stored procedure that calls a web service to upload files to a 3rd party server using MTOM, but my SQL Server 2005 Stanard Edition errors out pointing to the following sqlserver.exe.config section:<webServices><soapExtensionImporterTypes><add type="Microsoft.Web.Services3.Description.WseExtensionImporter, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /></soapExtensionImporterTypes></webServices>The SQL Sever is running on Windows 2003 Server 64-bit Edition, and a console implementation of the same logic works fine.The error I am getting is:The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe.Config line 26)Line 26 is "add type="Microsoft.Web.Services3.Description.WseExtensionImporter" as provided above.Any ideas as to what this issue may be?Regards,Masoud |
|
|
|
|
|