Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unary And Binary Minus Operator Pin
OriginalGriff15-Dec-09 1:33
mveOriginalGriff15-Dec-09 1:33 
GeneralRe: Unary And Binary Minus Operator Pin
Luc Pattyn15-Dec-09 1:51
sitebuilderLuc Pattyn15-Dec-09 1:51 
GeneralRe: Unary And Binary Minus Operator Pin
Mirko198015-Dec-09 6:56
Mirko198015-Dec-09 6:56 
AnswerRe: Unary And Binary Minus Operator Pin
OriginalGriff15-Dec-09 1:30
mveOriginalGriff15-Dec-09 1:30 
AnswerRe: Unary And Binary Minus Operator Pin
PIEBALDconsult15-Dec-09 4:27
mvePIEBALDconsult15-Dec-09 4:27 
QuestionToolbar for browser Pin
hemant.kaushal15-Dec-09 0:27
hemant.kaushal15-Dec-09 0:27 
QuestionAmbiguous Pin
ddecoy15-Dec-09 0:15
ddecoy15-Dec-09 0:15 
AnswerRe: Ambiguous Pin
Paulo Zemek15-Dec-09 0:30
Paulo Zemek15-Dec-09 0:30 
Considering the classes are the same... aren't your project referencing two versions of the same DLL?

For example, when I changed the version of one of my dlls, projects referencing it where compiling, but the project was also referencing another DLL, that referenced an old version of the first dll, and so I get those errors at run-time.

Try checking all the references in your project. I am not sure, but that might be the cause.


* Also, try checking if you are not copying locally a DLL that is in the GAC. This can also end-up loading two versions of the same DLL, which in memory have different IDs and so, are ambiguous.
GeneralRe: Ambiguous Pin
ddecoy15-Dec-09 1:56
ddecoy15-Dec-09 1:56 
GeneralRe: Ambiguous Pin
Paulo Zemek15-Dec-09 2:25
Paulo Zemek15-Dec-09 2:25 
GeneralRe: Ambiguous Pin
ddecoy15-Dec-09 2:44
ddecoy15-Dec-09 2:44 
GeneralRe: Ambiguous Pin
morten11216-Dec-09 1:13
morten11216-Dec-09 1:13 
AnswerRe: Ambiguous Pin
#realJSOP15-Dec-09 7:34
professional#realJSOP15-Dec-09 7:34 
GeneralRe: Ambiguous Pin
ddecoy16-Dec-09 1:29
ddecoy16-Dec-09 1:29 
GeneralRe: Ambiguous Pin
BurnerX17-Feb-10 6:33
BurnerX17-Feb-10 6:33 
GeneralRe: Ambiguous Pin
LimitedAtonement9-Feb-11 16:56
LimitedAtonement9-Feb-11 16:56 
QuestionConvert String to int zero is missing.... Pin
spalanivel14-Dec-09 23:58
spalanivel14-Dec-09 23:58 
AnswerRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 0:21
ddecoy15-Dec-09 0:21 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:39
spalanivel15-Dec-09 0:39 
GeneralRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 1:45
ddecoy15-Dec-09 1:45 
AnswerRe: Convert String to int zero is missing.... Pin
OriginalGriff15-Dec-09 0:36
mveOriginalGriff15-Dec-09 0:36 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:45
spalanivel15-Dec-09 0:45 
GeneralRe: Convert String to int zero is missing.... PinPopular
OriginalGriff15-Dec-09 0:53
mveOriginalGriff15-Dec-09 0:53 
JokeWrong forum Pin
dan!sh 15-Dec-09 1:16
professional dan!sh 15-Dec-09 1:16 
GeneralRe: Wrong forum Pin
Luc Pattyn15-Dec-09 1:35
sitebuilderLuc Pattyn15-Dec-09 1:35 

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.