Paul.Romero 0 Newbie Poster

I'm developing an SNMP agent using the API in VS2008. My agent runs on WINXP Pro 2002 SP3. The Network Management System that is polling my agent is based on NeuralStar. So far my agent is not satisfying the NeuralStar SNMP polling job. The only thing it tells me is that no complete message has been received. I'm monitoring packets with Ethereal. My response packets always show Version 1 (0) while the requests are always Version 2C (1). While building my responses, I used SnmpDuplicatePDU. Could my problem be that I duped a Version 2C but send it as a Version 1? I did try the SnmpSetTranslateMode function but it had no affect. Any suggestions would be helpful.
Running the standard SNMP.exe agent service works fine.