You are viewing our Forum Archives. To view or take place in current topics click here.
Coding Help c# xrpc tool
Posted:

Coding Help c# xrpc toolPosted:

VersaceModdin
  • Resident Elite
Status: Offline
Joined: Jan 30, 201410Year Member
Posts: 235
Reputation Power: 9
Status: Offline
Joined: Jan 30, 201410Year Member
Posts: 235
Reputation Power: 9
So im coding a xrpc tool i started debugging and it said i had a error and i dont no how to fix this error

heres what it looks like
[ Register or Signin to view external links. ]
#2. Posted:
Fold
  • Moderator
Status: Offline
Joined: Oct 01, 201112Year Member
Posts: 2,842
Reputation Power: 19676
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Status: Offline
Joined: Oct 01, 201112Year Member
Posts: 2,842
Reputation Power: 19676
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
You didn't reference XRPCTut, you are trying to access a file that the computer can't find. Make sure you add a reference to that file.
#3. Posted:
-Revengeance-
  • Resident Elite
Status: Offline
Joined: Feb 21, 201410Year Member
Posts: 252
Reputation Power: 9
Status: Offline
Joined: Feb 21, 201410Year Member
Posts: 252
Reputation Power: 9
XRPC should be

using XRPCLib;


The error you're getting means that "XRPCTut" is undefined.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.