View Single Post
Old 07-30-2008, 06:11 PM   #6 (permalink)
Jeff
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 28
Posts: 4,886
Default

Quote:
Originally Posted by ViWinfii View Post
This is supposed to create project files used by either Sharpdevelop, or Visual C# 2005 Express / 2008 Express. However it seems to be buggy for the latest version of Sharpdevelop. I may have to make the move to Visual C# 2008 Express just to see if it works better.

When I create a Sharpdevelop project for the core scripts, after removing some references that were doubled I get this error multiple times from different scripts:

The non-generic type 'System.Collections.Queue' cannot be used with type arguments (CS0308)

and

The non-generic type 'System.Collections.Stack' cannot be used with type arguments (CS0308)

Microsoft's solution database told me that to fix this problem, I needed to add the following line at the top of all the scripts involved.
Code:
using System.Collections.Generic;
The scripts already have this line added. I'm thinking I'm missing a reference but I can't figure out which one I'm missing. Sharpdevelop is version 2.2.1 build 2648. Anyone got any ideas besides switching to Visual C# 2008 Express?
To be honest, i never liked Sharpdevelop. I used it back in the 1.1 days of .Net and when i made Windows Applications the .Net Security attributes would be messed up ad I would have to grant access manually through .Net Administrative security.
__________________
Jeff Boulanger
ConnectUO - Core Developer

Want to help make ConnectUO better? Click here to submit your ideas/requests
Use your talent to compete against other community members in RunUO hosted coding competitions

If you know XNA (even if its just a little) or are a good artist(2d or 3d) and are interested in making games for a hobby send me a pm or drop by #xna in irc.runuo.com. I'm looking to put together a small game development team.


Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO
Jeff is offline   Reply With Quote