Please help...
I am trying to get a managed C++ windows form show up in IE.
I get the following runtime error:
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information
This is because I had to turn off the manifest as I could not sign the control with a strong name (it also never showed up in IE)
Bottom line, my question is - can a downloaded winform control have a manifest?
If they can't then is it impossible to get a managed C++ windows form working in IE?
Note - the same experiment with a C# windows forms works fine.
Don