Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL method failing

Status
Not open for further replies.

elmr

Programmer
Joined
Aug 4, 2000
Messages
2
Location
CA
Can you give me a hand?<br>One of my methods fails as a stand alone MTS component <br>When I bring in the DLL project to debug, it works OK raises the appropriate user-defined error)..<br>Nothing &quot;fancy&quot; is going on in the Add(). All I'm doing is checking to see if this record exists already, and if the recordcount is &gt; 0, then throw my error.<br>It evaluates the condition, but doesn't seem to want to execute the expression. (throw my error)<br>Thought maybe the DLL I use for my errors might be corrupt but it checks out OK....<br>All other code in this DLL works.<br>Any thoughts ?<br>Any help is much appreciated<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top