2

I'm currently working on two different plugins and when I load one plugin it will remove the other one that I was working on. This will happen no matter which of the two plugin I'm working on. Why is it that I can not have both of the plugins loaded at the same time?

flag

1 Answer

3

Check each of your plugins' AssemblyInfo.cs file.

My guess is that they both have the same value for AssemblyFogCreekPluginId and whenever you upload the second plugin, it's overwriting the first plugin.

Every FogBugz plugin must have it's own unique AssemblyFogCreekPluginId.

If that's not the case, can you please tell us what version of FogBugz you're running and paste the complete AssemblyInfo.cs contents for each plugin here? Or, if you'd prefer, email them to us at customer-service@fogcreek.com

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.