Quote:
quote:Originally posted by woodyz
It is unclear what PNO_NotifyOwner is, but it appears to be either a constant or a member of an enum. I believe it is a member of an enum. For your code to use this enum, it needs to have a reference to the dll where this enum exists. I found a site on the internet that has the following code:
Code:
PipelineNotifyOwner codes...
Public Enum PNOCodes
' information codes...
PNO_NotifyOwner = 30001
PNO_NotifyCustomer = 30002
' error codes...
PNO_NoCustomer = 30101
End Enum
The site were this comes from seems to be dealing with the code and the book you are working with:
http://www.ik.ku.lt/lessons/konspekt/e-verslas/ASP.htm
Cheers,
Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems
By blog... please visit
|
In module GUIDs at me the same codes are specified. Thanks for the reference, yes, they work with the same book. There are different interpretations in the announcement of functions, but as a whole codes coincide. In any case at compilation the project the mistake gets out sounded, me. Whether it is possible to bypass it somehow.