Search code examples
c#windowsvisual-studiowinformsassembly-references

Interop is missing from my Reference Manager


I've copied a Visual Studio project from a Windows 10 computer to my Windows 7 machine. The sulution cannot be compiled because of an invalid assembly reference. On the original machine, the reference manager looks like this:

enter image description here

while on my machine the assemblies starting witn "interop" are missing:

enter image description here

What should I install on my computer to have interop.SQLXMLBULKLOADLib assembly?


Solution

  • You need the SqlXml 3.0 Service Pack 3, you can download it here.