I want to look into developing a plugin for xlobby. I'm primarily a C++ and VB programmer but I'd like to write the plugin in C# because it is the language used in the examples and a language I would like to learn. So I downloaded Visual C# 2005 Express. I can compile the examples with no trouble but the plugin does not function or even show up in the setup window. What could be the problem? Is it that Express uses .net 2? Is the software incapable of creating working class libraries? Is it stupidity?
The Express line are free beta versions of Visual Studio 2005. Check them out here http://lab.msdn.microsoft.com/express/default.aspx. Good way to learn new things.