Archive for 'C# Programming' Category
A new version of WWWinamp is coming… I SWEAR!
21 January 2008Hello Everyone!
I’m currently working on the latest version of WWWinamp after taking another hiatus from the project in order to clear my head and work on some other fun things such as the previously mentioned XNA projects
The next version of WWWinamp will be targeted for the .NET 3.5 Framework and you will [...]
2D WndrPong! using the Microsoft XNA Game Studio v2.0!
28 December 2007I decided to take some time this weekend to sit down and learn what I could about the latest release of Microsoft’s XNA Game Studio. I started out with a book I purchased called Microsoft XNA Game Studio Creators Guide, which turned out to be a terrible book. Most of the examples in this book [...]
WWWinamp is being converted to .NET Framework v3.5!
5 December 2007Yep, it's true!
I've spent the last week or so playing around with the .NET Framework v3.5 and I really like what I see. Microsoft has also put a lot of work into Team Foundation Server 2008 as well. I've setup a Virtual Machine using Virtual PC here running Team Foundation Server 2008 on Windows 2003 [...]
WWWinamp Feedback Requested
2 December 2007I started tapping away at the WWWinamp source the other night and was curious if there are any features you guys, the users, would like to see added? I've been trying to think up new ideas but I'm not sure if they'd even be helpful.
So basically, I'm asking help for what to put in the [...]
Discogs.com API Assembly for .NET Applications v1.0 Build 2876
16 November 2007Hello Everyone!
I'm very pleased to bring you the latest build of the Discogs.com API Assembly
This version bring more error handling reguarding the Cover Art routines as well as the ability to now specify your own Discogs.com API key This is not a REQUIRED field, and if you do not specify an API [...]
Discogs.com API Assembly for .NET Applications v1.0 Build 2871
12 November 2007Greetings Everyone!
I've been working on the Discogs.com API Assembly for .NET Applications now for a couple days and have been able to make some progress. It's now a bit more stable as well a a tiny bit easier to use.
I took some time and added a DEBUG class. This class allows you to find [...]
Discogs.com API Assembly for .NET Applications v1.0 Build 2867
7 November 2007Hey Everyone!
I've been putting some time into my Discogs API Assembly hoping to implement all the functions supported by the API. This build should give access to all available API functions:
Get Release Information - SearchRelease(string sRelease)
Get Artist Information - SearchArtist(string sArtistName)
Get Label Information - SearchLabel(string sLabel)
General Search - Search(string sSearchTerm)
I've changed the method signatures for [...]
Discogs.com API Assembly for .NET Applications v1.0 Build 2863
3 November 2007Well, here it is! The Discogs.com API Interface Assembly for .NET Applications.
After fiddling around with the Discogs.com website I decided to take a look at their developers API. It was actually pretty slick, as it lets you look up an Artist and retrieve all of their information including album information on every album they've been [...]
Update on WWWinamp and my life in general
2 November 2007Hello Everyone!
I thought I'd post a small update on what's going on in my little world as well as the status of WWWinamp and other associated projects.
I hope that everyone is enjoying WWWinamp and the work I've put into it! I enjoy providing it as much as I love hearing from my users. So please, [...]
Getting an error every time you start WWWinamp v4.1?
12 October 2007Are you getting the following error every time you start WWWinamp?
PLAIN TEXT
C#:
System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section system.serviceModel. (C:\WWWinamp\WWWinamp.exe.Config line 67)
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
--- End of inner exception stack trace ---
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
at System.Configuration.ConfigurationManager.get_AppSettings()
at ENusbaum.Applications.WWWinamp.Classes.AppConfiguration.get_configWWWinampStartHTTP()
at ENusbaum.Applications.WWWinamp.Forms.frmMain.Form1_Load(Object sender, EventArgs e)
This is WWWinamp's friendly way [...]