Help !!!
-
I don't know nothing about C++. I built and addin using VB.NET and got from www.microsoft.com a shim object. This object has a reference to stdafx.h and stdafx.cpp. Now I can't compile it, I have an error message that says: c:\Development\CrossNET\COMAddInShim\stdafx.h(48): error C3506: there is no typelib registered for LIBID '{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}' I tried searching the registry to see what this GUID is about, but can't find nothing. Can someone please help me with this ?? I need to do a deployment tomorrow morning and QA people are waiting for this component to be compiled. Thanks Free your mind...
-
I don't know nothing about C++. I built and addin using VB.NET and got from www.microsoft.com a shim object. This object has a reference to stdafx.h and stdafx.cpp. Now I can't compile it, I have an error message that says: c:\Development\CrossNET\COMAddInShim\stdafx.h(48): error C3506: there is no typelib registered for LIBID '{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}' I tried searching the registry to see what this GUID is about, but can't find nothing. Can someone please help me with this ?? I need to do a deployment tomorrow morning and QA people are waiting for this component to be compiled. Thanks Free your mind...
Perhaps you should register the type library ? DO you *have* the type library ? Know what a type library is ? I'd suggest that 'there is no typelib registered' would be a good sign that you're not gonna find this GUID in the registry. That's the problem. Why link to www.microsoft.com but not the object ? Where did you get it ? What is it going to do for you ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder