I have a bit of a problem that has occurred with a custom MyGeneration plugin I wrote since I've moved to a 64-bit machine. This custom MyGeneration plugin that I built in Visual Studio works perfectly on my 32-bit Windows 7 machine with MyGeneration 1.3.0.9, but it doesn't work with either 1.3.0.9 or 1.3.1.1 on the 64-bit machine.
I tried recompiling my components using the Dnp.Utils.dll, MyMeta.dll, and the PluginInterfaces.dll of version 1.3.1.1 and it still didn't work. In fact when I remove the old references to those dll's in my VS project and reference the new ones, I get the error that it can't find those references.
My custom project is open-source and located at github. https://github.com/kahanu/CondorXE
If anyone has any ideas on why this is happening and how to fix it, I would appreciate any suggestions. Feel free to download the github repository if you want to take a look at what I've done.
Again, this works and I've been using it on many projects for over a year, from my 32-bit machine.
Thanks,
King Wilder
