Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

run script failure
Last Post 03/15/2010 10:54 AM by Peter Donker. 4 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Eric Swanzey
New Member
New Member
Posts:74


--
02/11/2010 4:42 PM

Hi Peter,
This is DMX 5.2.2 on DNN 5.2.2.

When trying to run "Rename Extensions To Original," it bombs with the following thrown to the log "Could not load file or assembly 'BRING2MIND.DNN.MODULES.DMX.FILESTORAGEPROVIDER' or one of its dependencies. The system cannot find the file specified."

If that's a reference to a dll, it's not in the bin.

Could you shed some light on this?

Thanks,
Eric

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/12/2010 8:37 PM
Hi Eric,

I think that's a bug. If you find the file you could repair it yourself. It's under DesktopModules/Bring2mind/DMX/Admin/Scripts. The call should now be to the BRING2MIND.DNN.MODULES.DMX library.

Peter
Eric Swanzey
New Member
New Member
Posts:74


--
02/15/2010 3:37 AM

Thanks Peter, yes, I see the RenameExtensionsOrig.resources and the following:

Bring2mind.DNN.Modules.DMX.Services.Storage.FileStorageScripts, BRING2MIND.DNN.MODULES.DMX.FILESTORAGEPROVIDER

I can change to the following, which will run without error, but won't change any filenames or database entries?

Bring2mind.DNN.Modules.DMX.Common.Scripts, BRING2MIND.DNN.MODULES.DMX.CORE

Eric Swanzey
New Member
New Member
Posts:74


--
02/15/2010 3:39 AM

OK let's try that again:

I try the following and it runs without error, yet doesn't result in anything - no file extensiosn are renamed and no database entries are changed.

< Run RunType="CODE" Command="OriginalExtensions">Bring2mind.DNN.Modules.DMX.Common.Scripts, BRING2MIND.DNN.MODULES.DMX.CORE < / Run >

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 10:54 AM
Hi Eric,

I'll make sure it is tackled in 5.2.3

Peter
You are not authorized to post a reply.