title
Products            Buy            Support Forum            Professional            About            Codec Central
 

uPlayer COM problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nuwanda
    • Jan 2010
    • 4

    uPlayer COM problems

    Hi, my first post

    I've downloaded the uPlayer.exe and installed it. The uPlayerCOMObj.dll (v1.0.0.1) shows up fine but when I try to add it as a reference to my Visual C*blooper* 2008 project I get an error that it's not a valid assembly.


    Any suggestions?
  • Spoon
    Administrator
    • Apr 2002
    • 43929

    #2
    Re: uPlayer COM problems

    Try from VB Scripting as a quick test.
    Spoon
    www.dbpoweramp.com

    Comment

    • Nuwanda
      • Jan 2010
      • 4

      #3
      Re: uPlayer COM problems

      Thanks, Spoon.

      When I run this vbs in the dbpoweramp install dir...

      Code:
      ' create shell object
      Set WshShell = CreateObject("WScript.Shell")
      
      ' Create uPlayer Object
      Set uPlayer = CreateObject("uPlayer.uPlayerdB")
      ...I get this error:


      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43929

        #4
        Re: uPlayer COM problems

        Try uninstalling and reinstalling uplayer, also what Windows version do you have?
        Spoon
        www.dbpoweramp.com

        Comment

        Working...

        ]]>