I am new to C++/VC++ and SNMP. I am trying to implement Snmp extension agent which would send custom information for OIDs defined by me. I followed this link and got the Snmp extension agent working as expected. The application in the link is developed in native C++.
I would like to have the dll developed in VC++/C#. I compiled the application in C++/cli and deployed the dll, but Snmp service stopped picking up my dll. What am I missing?