Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Problems uploading to Exchange...

If I try uploading a zip containing the DLL and PDB files it complains it's not a valid DLL.

If I try uploading the DLL alone I get the following:

-----

There was an unexpected error during the upload. (Could not load file or assembly 'FogCreek.Plugins, Version=7.0.3.1, Culture=neutral, PublicKeyToken=d8367ba9769b01ac' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)) Contact support for assistance.

I just upgraded to the latest installer and updated my assembly to require plugin 3.0 and added the email and web assembly tags.

Am I missing something?
Martin Zardecki Send private email
Monday, June 29, 2009
 
 
That error would indicate that your plugin was compiled against an older version of FogBugz (it's looking for FogCreek.Plugins version 7.0.3.1, which is an older version).  Try Cleaning the solution and then rebuilding in Visual Studio.
David Fullerton Send private email
Tuesday, June 30, 2009
 
 
And just to double-check, could you log out of the FogBugz install that you're building against and check what version it says it is at the bottom?  It needs to be 7.0.11 or later.
David Fullerton Send private email
Tuesday, June 30, 2009
 
 
I was running 7.0.6 which is the latest available from here:

https://developers.fogbugz.com/default.asp?W126

I re-downloaded from

http://shop.fogcreek.com/beta/downloads/FogBugz-Setup-7.0.11a.exe

Rebuilt and now I'm getting this:

There was an unexpected error during the upload. (Could not load file or assembly 'FogCreek.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d8367ba9769b01ac' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)) Contact support for assistance.
Martin Zardecki Send private email
Tuesday, June 30, 2009
 
 
Whoops, that last problem is entirely our fault.  I have re-deployed the Plugin Exchange with the correct assemblies.  You should be able to upload your plugin now.
David Fullerton Send private email
Tuesday, June 30, 2009
 
 
Okey dokey, it's up there and looking good (if I say so myself) ;-)

Thanks for the help David.
Martin Zardecki Send private email
Tuesday, June 30, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz