Anoying add-in, context menu, problem...
-
I am developing a add-in and I've planned to write an article about it, but I am facing VERY annoying problem that I can't figure out. I've loaded up virtual machine to test a real time behavior of the add-in and notice this problem. When I am run add-in (F5) from it's project, context menu items adds to the menu of the code window and aspx context CommandBars. After I build a setup (containing .dll, .addin file and adding proper value in registry) and opening a project, add-ins main window loads, but context menus don't. I have two folders in the installation folder. One is for VS 2005 and other for VS 2008. First time, I was testing with only one folder (for VS 2005) and context menu items was working. Further on, I've added second folder to the setup project, build it and send to to virtual machine for testing. Context menus didn't show up. Ever since then I was unable to get them work. I also though that setup is building with wrong .dll, but I am pretty sure that's not the case. To exclude that possibility, I've manually added .dll file to the install folder. Add-ins main window works on both Visual Studios. Please help! This is driving me crazy!!! And sorry if I was confusing...