Discussion:
Manifest or Standalone
F.Gsell
2011-05-25 12:03:01 UTC
Permalink
Hi,

the documentation states that for "Description of Add-ins and Add-in
Roots" manifests can be used. Furthermore the documentation states
that:

"Manifests can be deployed as standalone files, or they can be
embedded as a resource in assemblies. "

When I define the manifests as embedded resources everything is fine.
When I copy the files to the corresponding folder (not as embedded
resources) the plugins won't get found.

Any idea?

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-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to mono-addins+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.
Lluis Sanchez Gual
2011-05-26 14:55:10 UTC
Permalink
Maybe you are not referencing the assembly in the Runtime section of the manifest? that's not required when embedding the manifest, but it is when using it standalone.

Lluis.
Post by F.Gsell
Hi,
the documentation states that for "Description of Add-ins and Add-in
Roots" manifests can be used. Furthermore the documentation states
"Manifests can be deployed as standalone files, or they can be
embedded as a resource in assemblies. "
When I define the manifests as embedded resources everything is fine.
When I copy the files to the corresponding folder (not as embedded
resources) the plugins won't get found.
Any idea?
Thanks,
F.Gsell
--
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
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/***@public.gmane.org
To unsubscribe from this group, send email to mono-addins+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.
F.Gsell
2011-05-30 06:35:01 UTC
Permalink
Yep thanks, this was my fault
Post by Lluis Sanchez Gual
Maybe you are not referencing the assembly in the Runtime section of the manifest? that's not required when embedding the manifest, but it is when using it standalone.
Lluis.
Post by F.Gsell
Hi,
the documentation states that for "Description of Add-ins and Add-in
Roots" manifests can be used. Furthermore the documentation states
"Manifests can be deployed as standalone files, or they can be
embedded as a resource in assemblies. "
When I define the manifests as embedded resources everything is fine.
When I copy the files to the corresponding folder (not as embedded
resources) the plugins won't get found.
Any idea?
Thanks,
F.Gsell
--
You received this message because you are subscribed to the Google Groups "Mono.Addins" group.
For more options, visit this group athttp://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/***@public.gmane.org
To unsubscribe from this group, send email to mono-addins+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mono-addins?hl=en.
Loading...