loading - Outlook Add-In loads but is not showing -


my solution consists of 2 add-ins: 1 outlook , 1 word. load , work in debug mode. both based on add-in express library. both registered correctly during install, example: adxregistrator.exe /install=myoutlookaddin.dll /privileges=admin installer works fine , completes successfully. when open outlook can see myoutlookaddin in list of active add-ins. however, custom ribbon tab not showing @ all.

when run fusion log viewer see following message. strange because not have assemblies name myoutlookaddin.resources.dll , none either generated automatically...i googled day long @ no avail. can't find reason these error messages (assuming problem come out it). clues of pointers appreciated.

=============== *** assembly binder log entry  (7/17/2013 @ 7:54:46 pm) ***  operation failed. bind result: hr = 0x80070002. system cannot find file specified.  assembly manager loaded from:  c:\windows\microsoft.net\framework\v4.0.30319\clr.dll running under executable  c:\program files (x86)\microsoft office\office14\outlook.exe --- detailed error log follows.   === pre-bind state information === log: user = zzz-pc\zzz log: displayname = myoutlookaddin.resources, version=1.0.0.0, culture=en,     publickeytoken=62b2da92ff61da99  (fully-specified) log: appbase = file:///c:/users/leon/appdata/roaming/my/myofficeaddin/ log: initial privatepath = null log: dynamic base = null log: cache base = null log: appname = null calling assembly : myoutlookaddin, version=1.0.0.0, culture=neutral,     publickeytoken=62b2da92ff61da99. === log: bind starts in default load context. log: no application configuration file found. log: using host configuration file:  log: using machine configuration file          c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config. log: post-policy reference: myoutlookaddin.resources, version=1.0.0.0, culture=en,         publickeytoken=62b2da92ff61da99 log: gac lookup unsuccessful. log: attempting download of new url     file:///c:/users/leon/appdata/roaming/my/myofficeaddin/en/myoutlookaddin.resources.dll. log: attempting download of new url     file:///c:/users/leon/appdata/roaming/my/myofficeaddin/en/myoutlookaddin.resources/myoutlookaddin.resources.dll. log: attempting download of new url file:///c:/users/leon/appdata/roaming/my/myofficeaddin/en/myoutlookaddin.resources.exe. log: attempting download of new url   file:///c:/users/leon/appdata/roaming/my/myofficeaddin/en/myoutlookaddin.resources/myoutlookaddin.resources.exe. log: probing urls attempted , failed. 

=============================

apparently resolved error messages in fusion log using solution proposed here: appdomain.currentdomain.assemblyresolve asking <appname>.resources assembly?

however did not resolve main problem outlook add-in not show in outlook despite shown loaded...any other tools can use find problem is?

i suppose installer doesn't include localized resources project output. , check if there're problem in adxloader.log file.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -