J
John Sheppard
Hello,
I am trying to embed some activeX controls into my project.
I have a sample application where it all works.
When i try and get it to work in my main application it gives me an error
(Catastrophic Failure (exception from HRESULT: 0x000FFF (E_UNEXPECTED)
In the references of the working sample it says
AxDSOFramer
DSOFramer
In the references of the main application which doesnt work it says
axInterop.AxDSOFramer
interop.DSOFramer
The properties of the references are also different, but I cannot change
them?
In the working sample it says
FileType: ActiveX
In the main application which doesnt work it says
FileType: Assembly
Does anyone know how I can import references so that they are the same...I
dont understand whats going on...they are the exact same DLL's...
Thank you so much for anyone that can help
John Sheppard
I am trying to embed some activeX controls into my project.
I have a sample application where it all works.
When i try and get it to work in my main application it gives me an error
(Catastrophic Failure (exception from HRESULT: 0x000FFF (E_UNEXPECTED)
In the references of the working sample it says
AxDSOFramer
DSOFramer
In the references of the main application which doesnt work it says
axInterop.AxDSOFramer
interop.DSOFramer
The properties of the references are also different, but I cannot change
them?
In the working sample it says
FileType: ActiveX
In the main application which doesnt work it says
FileType: Assembly
Does anyone know how I can import references so that they are the same...I
dont understand whats going on...they are the exact same DLL's...
Thank you so much for anyone that can help
John Sheppard