I create vspackage editor and add reference to other controls project. It is works fine, until I add a new control inherited from System.Windows.Forms.Panel and consumed it in vsp-editor then now it throw error when I running debug in VS2012 eperimental hype in my laptop. The error is TypeLoadException explained that can not load the new type in control assembly.
I find in internet and then make sure all using x86 platform, but still throw error. The strange thing it is works fine in my other desktop.
FYI : Both of them using same win7 x64, only processor is different. My desktop is AMD Penom II x4 and my laptop is intel i7. My question is what happened in my laptop using intel i7 ?
It's hard to be advanced programmer