No of visitors who read this post: 193
Type: Question
Author: Evelyndnell
No votes yet

Hi friends,

I was trying to install media player for my system when installing the plug-in I get the following errors on my screen:

Error #500

Error #500 - Microsoft VBScript runtime error

Variable is undefined: 'fso'

File: "C:\Users\          \AppData\Roaming\MediaMonkey\Script\LastFmImport.vbs", Line: 85, Column; 0

                                                       OK

Thomas Dolby - Jealous Thing Called Love - MediaMon...

Variable is undefined: 'fso"

                                                       OK

Are there any necessary steps required before installing the plug ins? I have written the following code in VB under this plugin:

 
Dim oShell : Set oShell = CreateObject( "WScript.Shell" )
Dim ScriptFileSaveLocation : ScriptFileSaveLocation = SDB.ScriptsPath&"LastFmImport\"
 
If Not fso.folderexists(ScriptFileSaveLocation) Then <-- Fails Here
   fso.CreateFolder(ScriptFileSaveLocation)
End If
 
I am using OS windows 7 64 bit and media monkey:4.0.3.1476.
 
Looking forward to your suggestions.
 
Regards,
 
Hilary.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Dear,

Please do not make all the serialization code using Java Script Serialize.
 
Follow the code as it is coded below:
 
 public J son Result Team Info( string team Name)
 {
      return J son (new Team Data Access() Team Info (team Name), J son Request Behavior. Allow Get);
 }
 
$. A j ax ( {
 
                url:' Team/ Team Info /'+team Name ,
 
                success:function (data){
 
                    $ ( ' # team Details ' ). html( data ) ;
 
                    alert('Load was performed.') ;
 
                    $ ( " # dialog-modal " ) . dialog ( " open " ) ;
 
                 }
 
            } ) ;
 
 
Hope, this will work.