Freigeben über


Sample: VB.Net Express and SQL Express Music Manager on MSDN

Brian has a great sample on MSDN that shows off new features in the express SKUs. It really looks cool and pretty simple in terms of code. Please give us feedback as we have more samples planned.

 

-Euan Garden

Product Unit Manager

SQL Server Tools

Comments

  • Anonymous
    July 13, 2004
    The comment has been removed

  • Anonymous
    July 14, 2004
    Sam,
    From newsgroup posting you made it looks like the issue is resolved? Do you still need help getting this working?

    If all is workign do you mind if we turn your solution into an FAQ entry?

    Thx

    -Euan Garden
    Product Unit Manager
    SQL Server Tools

  • Anonymous
    July 15, 2004
    Euan-

    Well, first, no, I do not mind at all regarding the FAQ.

    Second, although the original problem is fixed, and the app will start, and it will find and play an MP3 file, it simply will not load a playlist. When I check the 'Options' button, I get an error message simply stating 'Not Implemented'. I found the code that is generating the error message, but cannot tell why it is being triggered.
    Nor can I determine why the playlist functionality is not working.
    Any help would be appreciated. Thanks! :-B

  • Anonymous
    July 15, 2004
    The comment has been removed

  • Anonymous
    July 15, 2004
    The comment has been removed

  • Anonymous
    July 15, 2004
    Ok I'll do some work on this over the weekend.

    -Euan Garden
    Product Unit Manager
    SQL Server Tools

  • Anonymous
    July 16, 2004
    Sam F.,

    1) Regarding the Options and 'Not implemented'. That was by design. Our goal with the sample was to do most of the work, but not everything. It's meant to show what can be done with VB and SQL Express.

    2) Your problem with the ArtistName issue is simply the fact that we're looking for ID3v.1 tags not newer 2.x tags (as explained in the article). All of my MP3's have to v.1 and v.2 data for example. If you look at the code, we look at the ID3v.1 tag locations for the ArtistName. It's either there or it isn't unfortunately.

    Cheers,

    Brian Randell
    MCW Technologies
    (Author of the sample)

  • Anonymous
    July 19, 2004
    OK, thanks alot Brian.

    BTW, a pretty neat ground up app, looks like alot of work to me.

  • Anonymous
    January 06, 2007
    In a July 13, 2004 post (http://blogs.msdn.com/sqlexpress/archive/2004/07/12/181222.aspx) SamF stated "Downloaded and installed app from msi file." I have Brian Randell's 2004 article, but I am having trouble getting it to run based on what is in that article. Was or is the source code available??? I have mostly programmed in MS Access and VB6.  I am trying to my to VB.net and SQL.  I think I could learn a lot from a working sample. Please let me know it it is or isn't available. Thank you,

  • Anonymous
    January 08, 2007
    The comment has been removed

  • Anonymous
    January 09, 2007
    There was originally a download with the article that seems to have been cut adrift. I'm working on tracking it down, but after a short conversation with Brian I've learned that the source was written during the VS beta and it is a known issue that it won't compile correctly. I'm looking into what can be done about this.

  • Mike