Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 5:58
leppie24-Feb-03 5:58 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:03
Don Miguel24-Feb-03 6:03 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:27
leppie24-Feb-03 6:27 
GeneralRe: Cast to a type obtained with GetType??? Pin
Don Miguel24-Feb-03 6:44
Don Miguel24-Feb-03 6:44 
GeneralRe: Cast to a type obtained with GetType??? Pin
leppie24-Feb-03 6:49
leppie24-Feb-03 6:49 
GeneralProperty Browser: How to add more than one Property Tab Pin
Umair Ahmad24-Feb-03 3:20
Umair Ahmad24-Feb-03 3:20 
QuestionHow to use IHtmlPainter,IElementBehavior with C# Pin
gxuqin24-Feb-03 2:19
gxuqin24-Feb-03 2:19 
GeneralCommand in VS.NET Addin problem Pin
mfa24-Feb-03 1:03
mfa24-Feb-03 1:03 
Hi all -

I have a problem I hope one of you can help me with.
I have created an addin to VS.NET - the addin worked perfectly fine during the time I developed it. Today I finalized the installer and began final testing - then suddenly I couldn't execute any of my commands. I get the error: "Command "Namespace.Class.Name" is not available."
I have tried whatever I could think of but nothing works. Any of you have any idea of what could be the problem?

I have come across something about the commands or the addin should be registered in the registry - but I lack more info about that.

Thanks in advance -


----

Edit:
5 min. after I posted this thread I found the problem.
Somehow I must have deleted the last part of this line:
public class Connect : Object, Extensibility.IDTExtensibility2, IDTCommandTarget
So it read:
public class Connect : Object, Extensibility.IDTExtensibility2

I know - stupid me. Sorry to have bothered you all with this post.

Questionhow to move the shape from one position to another. Pin
chiou23-Feb-03 22:50
chiou23-Feb-03 22:50 
AnswerRe: how to move the shape from one position to another. Pin
Furty23-Feb-03 23:47
Furty23-Feb-03 23:47 
Generalfilestream question Pin
jtmtv1823-Feb-03 21:22
jtmtv1823-Feb-03 21:22 
GeneralRe: filestream question Pin
Furty23-Feb-03 23:02
Furty23-Feb-03 23:02 
GeneralRe: filestream question Pin
jtmtv1824-Feb-03 9:34
jtmtv1824-Feb-03 9:34 
GeneralTrackbar Pin
grv57523-Feb-03 18:59
grv57523-Feb-03 18:59 
GeneralRe: Trackbar Pin
Furty23-Feb-03 23:23
Furty23-Feb-03 23:23 
Questionhow to draw an arrow Pin
chiou23-Feb-03 18:24
chiou23-Feb-03 18:24 
AnswerRe: how to draw an arrow Pin
Furty23-Feb-03 22:57
Furty23-Feb-03 22:57 
AnswerRe: how to draw an arrow Pin
SimonS23-Feb-03 23:56
SimonS23-Feb-03 23:56 
GeneralRe: how to draw an arrow Pin
Roger Alsing24-Feb-03 4:22
Roger Alsing24-Feb-03 4:22 
GeneralRe: how to draw an arrow Pin
Philip Fitzsimons24-Feb-03 9:32
Philip Fitzsimons24-Feb-03 9:32 
GeneralRe: how to draw an arrow Pin
SimonS24-Feb-03 20:33
SimonS24-Feb-03 20:33 
Generalupdate method is not working Pin
arkr23-Feb-03 17:57
arkr23-Feb-03 17:57 
GeneralRe: update method is not working Pin
A.Wegierski23-Feb-03 19:52
A.Wegierski23-Feb-03 19:52 
Questionforms....??? Pin
gekoscan23-Feb-03 17:07
gekoscan23-Feb-03 17:07 
GeneralForms Question Pin
gekoscan23-Feb-03 15:27
gekoscan23-Feb-03 15:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.