Share via

AxIterop note generated

Luis 166 Reputation points
2020-07-08T21:03:59.217+00:00

Hello everyone, back in VS2017 when referencing an OCX two files were created and referenced:

  • Interop.XYZLib.dll
  • AxInterop.XYZLib.dll

from there I was able to create a wrapper around AxInterop.XYZLib.dll that exposes the methods and properties of the OCX as if they are native. Now after installing VS2019 only Interop.XYZLib.dll is generated. Even if I go back to VS2017 the behavior is the same, only one is generated, and trying to use it causes a catastrophic failure. Any ideas what can be done?

Thank you in advance,

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

Leon Laude 86,201 Reputation points
2020-07-08T21:04:48.5+00:00

Visual Studio is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).

You can ask the experts in the dedicated Visual Studio forum over here:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio

https://developercommunity.visualstudio.com/spaces/8/index.html

(Please don't forget to accept helpful replies as answer)

Best regards,
Leon

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-07-08T21:04:51.763+00:00

    Visual studio is not currently supported here on QnA. They're actively answering questions in dedicated forums here.
    https://developercommunity.visualstudio.com/spaces/8/index.html
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=vsto

    --please don't forget to Accept as answer if the reply is helpful--


    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.