473,653 Members | 2,990 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1306
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

"Bernavich2 004" <Be***********@ discussions.mic rosoft.com> wrote in message
news:18******** *************** ***********@mic rosoft.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
2321
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 same style as the first row which I added by HTML. I do everything with the JavaScript what I do with HTML except that the added text with the JavaScript is not <h5 class = "style_tableentry_middle">Entry middle</h5> I guess it's only somehow...
5
2321
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" again I want another record added to the datagrid. 2) What is the code to get the selected row of the combo box, I need colume one and three?
3
1876
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 SqlParameter 'With prmLetter ' .ParameterName = "@Letter"
4
1378
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
2026
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 on how to add regular columns, but how do you declare a button column? My code is posted below, I have a placeholder on a webform, and the datagrid will be added on the placeholder once it is initalised. Thanks! System.Web.UI.WebControls.Label...
3
8004
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 first name, last name, and a undetermined number of Cities and States with which they can be associated. I've got a drop down box that I would like to use to display the number of inputs to allow for city/state entry. I would like to dynamically...
1
2571
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 button. I am calling a function onclick of first add button. I was able to produce two DropDown boxes, but not the button. Step 2 will be done whenever the user press Add button. Here is my code. Please suggest if there is a better way to code...
0
1646
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 exicute. how can i write that code. pls send me code.
0
7327
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 select dropdown list: var opt = document.createElement("option"); opt.name = "optName";
2
1415
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
8283
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8811
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8704
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8470
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7302
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6160
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4147
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2707
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.