SQLXMLBULKLOADLib

T

Tom Richtr

I have problem with bulk load in my asp.net website. On my local computer
everything works perfectly, while running on server it stops and writes back
some error which makes me crazy:

Unable to cast COM object of type
'Interop.SQLXMLBULKLOADLib.SQLXMLBulkLoad3Class' to interface type
'Interop.SQLXMLBULKLOADLib.ISQLXMLBulkLoad'. This operation failed because
the QueryInterface call on the COM component for the interface with IID
'{1380DD8D-DCB9-4A6E-9D53-EECDDF18DA85}' failed due to the following error:
Neznámé rozhraní (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

I am using type library generated by visual studio 2005, which is connected
to bulk load library xblkld3.dll from sqlxml installation.

Any help please.

Tom Richtr
(e-mail address removed)
 
B

bruce barker \(sqlwork.com\)

you need to install sqlxml on the server.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top