RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO Core Project Creator

Who cares? Perhaps others are making one because there is something wrong with yours? Do you need a setup.exe? Do you really need that updater crap? Its so bloated for such a simple application.
 
X

Xanthos

Guest
Unresolved Reference to RunUO.exe.dll

:( I used this tool and when I build the Scripts project in VC#.Net 2003 there is an unresolved reference to the above. I cannot find this file in the distribution. If I remove this Reference there are number of unresolved symbols that appear to live in the core; things like: IAccount, etc.

Any ideas what is wrong here?
 

Phantom

Knight
Besides fixing the Server.exe.dll reference you need to add the following:

System.Drawing.dll
System.Windows.Forms.dll
 
Top