29 January 2009 0 Comments

RPC error 1702 when calling a WinAPI method from a batch job

You probably already noticed that error messages are sometimes not really helpful when you are trying to understand a problem. The following code creates such misleading error message: 1: public void run() 2: { 3: ; 4: if (WinApi::folderExists( @"c:temp")) 5: info(" Folder exists "); 6: else 7: info(" Folder does not exists"); 8: } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color:…( read more )

Read the original post: 
RPC error 1702 when calling a WinAPI method from a batch job

If you liked this post, buy me a Coffee.

Leave a Reply