Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Plugins migration

web-app

Hi

I'm trying to migrate my custom plugins from version 2.0.5 to 2.1.1

In this new version I get the following error :

Could not load file or assembly 'MyPlugin, Version=1.0.2739.21564, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Le fichier spécifié est introuvable. 02/07/2007 14:45:43 at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at System.UnitySerializationHolder.GetRealObject(StreamingContext context) at System.AppDomain.Load(String assemblyString) at CounterSoft.Gemini.Business.GeminiEventDispatcher.LoadPlugins(String strPath) mscorlib
If y put a copy of my dll into the bin folder it works...
Could you help me ?

Thanks
Alain

epsilon
· 1
epsilon
Replies (3)
helpful
0
not helpful

This is a BUG in 2.1.1 and will be fixed in 2.2, which is due out soon.

http://gemini.countersoft.com/Default.aspx?p=2&i=1235

 


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok
Sorry I didn't see that it was already reported.

Alain


epsilon
· 1
epsilon
helpful
0
not helpful

I have another related question :

I'm using the following block in the web.config file to specify another location for dlls :

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
         <probing privatePath="mydir/libs"/>
</assemblyBinding>


That doesn't seem to work anymore too. Could it be linked with the plugins path issue?

Alain


epsilon
· 1
epsilon