No of visitors who read this post:
193
Category:
Microsoft Others
Type:
Question
Author:
Evelyndnell
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 - 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.
- Login or Signup Now to post comments

Dear,