.NET Framework Bookmark and Share   
 index > Managed Extensibility Framework > How to deploy an Add-In...?
 

How to deploy an Add-In...?

Hi,

I have created one Addin using C# 2008, its working absloutly fine when i am trying to run it from VS addin project, but when i am trying to deploy it is throwing and error - "Unknown Error".

When i am providing full path of my dll in .addin fileit's running fine -

<

Assembly>C:\Temp\AgentPlugins.dll</Assembly>
<
FullClassName>AgentPlugins.Connect</FullClassName>


But when i am replacing my path with assembly reference its throwing error -

<

Assembly>AgentPlugins, Version=1.0.3426.22629, Culture=Neutral, PublicKeyToken=2d9166dc10ec37ea</Assembly>
<
FullClassName>AgentPlugins.Connect</FullClassName>

i am not getting an idea what else is need to deploy an addin.



Thanks
Vishwas.


vishwas Srivastava
Vishwas Srivastava
  • Proposed As Answer byparas kumar Tuesday, September 08, 2009 7:11 AM
  •  
paras kumar

You can use google to search for other answers

Custom Search

More Threads

• What is MEF in clear words that every newbie will catch ??
• Registry access error in ApplicationBlocks.ExceptionManagement when using Custom Publisher
• MEF and Ninject, which are the differences between them and what does it imply?
• Weird crash when Candidate provider does not export the imported type
• POCO and XML Mapping support
• Why multi ExportAttribute is not supportted by property?
• Unity IoC Newbie - Constructor Injection fail!
• Derived Classes & ExportProperty
• Several contributors to unity configuration in app.config ?
• MEF and singletons