Lluis Sanchez Gual | 5 Aug 2011 14:34
Picon
Gravatar

Re: The invoked member is not supported in a dynamic assembly.

Hi,

This will be fixed in the upcoming 0.6.2 release.

Lluis.

El 25/07/2011, a las 12:33, Michael Shimmins escribió:

I'm getting this error when trying to Initialize the AddinManager:
AddinManager.Initialize(catalogPath, pluginPath); The exception:

The invoked member is not supported in a dynamic assembly.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
Is thrown, with this stack trace:
[NotSupportedException: The invoked member is not supported in a dynamic assembly.] System.Reflection.Emit.InternalAssemblyBuilder.get_CodeBase() +56 Mono.Addins.AddinEngine.CheckHostAssembly(Assembly asm) +85 Mono.Addins.AddinEngine.ActivateRoots() +44 Mono.Addins.AddinEngine.Initialize(Assembly startupAsm, String configDir, String addinsDir, String databaseDir) +320 Mono.Addins.AddinManager.Initialize(String configDir, String addinsDir) +49
I was using Mono.Addings 0.6 from NuGet, but upgraded manually to the 0.6.1 release on CodePlex (which by the way has version 0.6.0 in the assembly info - not sure if it is actually 0.6.1 or not), but the error remains.Any thoughts?

--
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mono-addins/-/WRUQz5_JTMIJ.
To post to this group, send email to mono-addins-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to mono-addins+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.

--
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
To post to this group, send email to mono-addins-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to mono-addins+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.
Lluis Sanchez Gual | 17 Aug 2011 10:56
Picon
Gravatar

Mono.Addins 0.6.2 Released

Hi,

I'm pleased to announce the release of Mono.Addins 0.6.2.

Mono.Addins is a generic framework for creating extensible applications,
and for creating libraries which extend applications.

Changes in the 0.6.2 release: 

• Added option to support non-interactive installations when using mautil
• Fixed bugs:
• Avoid entering in an infinite loop when finding corrupted file
• Fixed crash when checking for add-in info in dynamic assemblies
• Fix bug in Repair command


If you are interested in knowing more about Mono.Addins, take a look at
http://monoaddins.codeplex.com/documentation.

You can download the source code from:
http://monoaddins.codeplex.com/releases/view/61370

and from GitHub:
https://github.com/mono/mono-addins/tree/mono-addins-0.6

Enjoy!
Lluis.

--
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
To post to this group, send email to mono-addins-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to mono-addins+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.
F.Gsell | 29 Aug 2011 07:47
Picon
Favicon

Duplicate Addin Namespace and ID

Hi,

I am wondering what happens if there are two add-ins with the same
namespace and id. Which one wins? There is currently no log output
stating that there was a namespace and id collision?

Thanks,
F. Gsell

--

-- 
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
To post to this group, send email to mono-addins@...
To unsubscribe from this group, send email to mono-addins+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.


Gmane