473,398 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Add-in hell .. keeps disappearing from TOOL menu ...

Thank you in advance for your help.

I create an Add-in in .NET by using the wizard ( language is C#). Once my
core project is created I F5 the add-in and it shows up just fine in my TOOL
menu, along with a nice little happy face.

Now, when I shut down my project and IDE for the day and come back the next
day, my Add-in WILL NOT load into the TOOL menu no matter what I do. It is
in my Add-In Manager and the correct checkboxes are selected, but still it
will not show up in my TOOL list.

This is just with the skeleton project the wizard created. I have changed
NOTHING.

Does anyone have a work around or know what I am doing wrong? I am not
changing any of my settings. I am also "BUILDING" my project before I
shutdown because earlier I ran into an issue with it telling me it couldnt
find the Add-in (And then unregistering it) when I reloaded the project until
I did this.

How can I bring it back into the Toolbar? The add-in manager says it IS
loaded.

Thank you again!
Nov 22 '05 #1
1 1294
I'm going to guess, because I haven't done any add ins. I assume this is an
add-in for visual studio (you didn't say).

My guess is that each time you recompile, you are changing the version
number of your assembly.
(you control the version number).

This means that the version that you registered with .NET is no longer
available.

My suggestion: compile the add-in. Then use the installer to install it on
your machine, in a seperate directory. Test it. When you want to
recompile, the act of recompilation won't affect the running version. Shut
down VS. Uninstall and reinstall your add in, then restart VS.

Hope this helps
--- Nick

"Bernavich2004" <Be***********@discussions.microsoft.com> wrote in message
news:18**********************************@microsof t.com...
Thank you in advance for your help.

I create an Add-in in .NET by using the wizard ( language is C#). Once my
core project is created I F5 the add-in and it shows up just fine in my TOOL menu, along with a nice little happy face.

Now, when I shut down my project and IDE for the day and come back the next day, my Add-in WILL NOT load into the TOOL menu no matter what I do. It is in my Add-In Manager and the correct checkboxes are selected, but still it
will not show up in my TOOL list.

This is just with the skeleton project the wizard created. I have changed
NOTHING.

Does anyone have a work around or know what I am doing wrong? I am not
changing any of my settings. I am also "BUILDING" my project before I
shutdown because earlier I ran into an issue with it telling me it couldnt
find the Add-in (And then unregistering it) when I reloaded the project until I did this.

How can I bring it back into the Toolbar? The add-in manager says it IS
loaded.

Thank you again!

Nov 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Stefan Mueller | last post by:
With the following code I can add a new row to an existing table. That really works great. Many thanks to all who helped me so far. But my problem is that the added cells do somehow not have the...
5
by: Mike L | last post by:
I have two questions. 1) What is the code to check if datagrid already has a datasource? When the user clicks "ADD" button I want to add a record to the data grid, if the user clicks "ADD"...
3
by: Dean Slindee | last post by:
Is there a way to replace the commented out parameter add syntax with a single line of code, like the .Parameter.Add("@Letter"...) line below (which does not work)? 'Dim prmLetter As New...
4
by: Maarten | last post by:
i have the folowing code to setup my datagrid collumns Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load gridsetup() end sub
0
by: herman404 | last post by:
Hi everyone, I'm trying to dynamically add 3 button columns to a DataGrid object that I have on an ASP.net webpage, but I don't see any documentation on how to do it. I've seen plenty of examples...
3
by: Greg Scharlemann | last post by:
I'm not sure the best way to accomplish this... my hunch is with javascript, but I'm not sure if using server side code (PHP) would be easier. I'm adding people to a database. People have a...
1
by: Sri Nanduri | last post by:
Hi , I am new to JS. Please help me to resolve my issue. 1.When the form loads there are two DropDown boxes and a ADD button. 2.When I click the add button it will add two DropDown boxes and a add...
0
by: anureddy | last post by:
help me how to add datagridview columns to another table,using windowsapplications. and set the displaymember and value member datagridviewcomboboxcolumn. i used this below code but that not...
0
acoder
by: acoder | last post by:
Problem The select object's add method doesn't append options to the end of the list. Browser Internet Explorer Example The Javascript code for appending an option element at the end of a...
2
by: Question123 | last post by:
<root> <Element> <add key="1" value="1"/> <add key="2" value="2"/> <add key="3" value="3"/> <add key="4" value="4"/> </Element> <Items>
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.