Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
RantRe: Compatibilité XP et Vista Pin
Eddy Vluggen7-Jan-09 0:14
professionalEddy Vluggen7-Jan-09 0:14 
AnswerRe: Compatibilité XP et Vista Pin
Tom Deketelaere7-Jan-09 0:23
professionalTom Deketelaere7-Jan-09 0:23 
AnswerRe: Compatibilité XP et Vista Pin
Le centriste7-Jan-09 1:04
Le centriste7-Jan-09 1:04 
GeneralRe: Compatibilité XP et Vista Pin
halleuxb7-Jan-09 1:48
halleuxb7-Jan-09 1:48 
GeneralRe: Compatibilité XP et Vista Pin
SeMartens7-Jan-09 1:54
SeMartens7-Jan-09 1:54 
AnswerRe: Compatibilité XP et Vista Pin
Guffa7-Jan-09 1:54
Guffa7-Jan-09 1:54 
GeneralRe: Compatibilité XP et Vista Pin
halleuxb7-Jan-09 2:06
halleuxb7-Jan-09 2:06 
GeneralRe: Compatibilité XP et Vista Pin
Eddy Vluggen7-Jan-09 2:15
professionalEddy Vluggen7-Jan-09 2:15 
This isn't due to using Vista or XP (or 2000, for that matter). Visual Studio tries to locate your third-party dll when you compile. This dll is probably in a different location on your Vista-machine. Ergo, Visual Studio looks for the dll as you specified on your XP-machine - and it's not there on your Vista-machine.

Go to the solution-explorer in Visual Studio, open the "references" branch and remove the reference to the dll. Next, add the reference anew (browse to your dll) and recompile on your Vista-machine.

Things should be fine now Smile | :)

--edit--
This is the same answer you received from Guffa, I just used more words to explain the same thing.

I are troll Smile | :)

AnswerRe: Compatibilité XP et Vista Pin
#realJSOP7-Jan-09 2:28
mve#realJSOP7-Jan-09 2:28 
QuestionCommon codebase for C++ and C#? Pin
Bartosz Bien7-Jan-09 0:10
Bartosz Bien7-Jan-09 0:10 
JokeRe: Common codebase for C++ and C#? Pin
CPallini7-Jan-09 0:36
mveCPallini7-Jan-09 0:36 
GeneralRe: Common codebase for C++ and C#? (update) Pin
Bartosz Bien7-Jan-09 1:29
Bartosz Bien7-Jan-09 1:29 
QuestionRe: Common codebase for C++ and C#? (update) Pin
CPallini7-Jan-09 1:44
mveCPallini7-Jan-09 1:44 
AnswerRe: Common codebase for C++ and C#? (update) Pin
Bartosz Bien7-Jan-09 2:01
Bartosz Bien7-Jan-09 2:01 
GeneralRe: Common codebase for C++ and C#? (update) Pin
CPallini7-Jan-09 2:10
mveCPallini7-Jan-09 2:10 
Questionhow to export a datagridview with C# in win appl Pin
rana_cisco6-Jan-09 23:47
rana_cisco6-Jan-09 23:47 
AnswerRe: how to export a datagridview with C# in win appl Pin
Eddy Vluggen7-Jan-09 0:18
professionalEddy Vluggen7-Jan-09 0:18 
AnswerRe: how to export a datagridview with C# in win appl Pin
Dragonfly_Lee7-Jan-09 0:47
Dragonfly_Lee7-Jan-09 0:47 
AnswerRe: how to export a datagridview with C# in win appl Pin
Ashfield7-Jan-09 1:30
Ashfield7-Jan-09 1:30 
Questiondeserialization issue Pin
George_George6-Jan-09 23:41
George_George6-Jan-09 23:41 
AnswerRe: deserialization issue Pin
Colin Angus Mackay7-Jan-09 0:43
Colin Angus Mackay7-Jan-09 0:43 
GeneralRe: deserialization issue Pin
George_George10-Jan-09 2:19
George_George10-Jan-09 2:19 
Questioncode to add cut,copy,paste property for a picturebox on form in vc#.net Pin
shabanab6-Jan-09 23:30
shabanab6-Jan-09 23:30 
AnswerRe: code to add cut,copy,paste property for a picturebox on form in vc#.net Pin
DaveyM697-Jan-09 1:33
professionalDaveyM697-Jan-09 1:33 
Questionbreak through 2 loops Pin
Deresen6-Jan-09 23:08
Deresen6-Jan-09 23:08 

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.