Click here to Skip to main content
15,915,813 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: converting an idl file to .h Pin
leppie26-Jun-03 7:17
leppie26-Jun-03 7:17 
Generalmouse pointer movement Pin
mujay23-Jun-03 2:42
mujay23-Jun-03 2:42 
GeneralShared Assembly Problem Pin
SuperGeek20-Jun-03 15:31
SuperGeek20-Jun-03 15:31 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson20-Jun-03 15:49
James T. Johnson20-Jun-03 15:49 
GeneralRe: Shared Assembly Problem Pin
SuperGeek20-Jun-03 16:07
SuperGeek20-Jun-03 16:07 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson20-Jun-03 17:18
James T. Johnson20-Jun-03 17:18 
GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 6:44
SuperGeek21-Jun-03 6:44 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson21-Jun-03 7:02
James T. Johnson21-Jun-03 7:02 
Are the assemby versions the same between the one in the GAC and the one not in the GAC?

When you strongly-name an assembly the loading semantics change from just matching the assembly name to including public key token, version, and culture (for resource-only assemblys).

If you are constantly updating the assembly you are trying to load, ensure that the AssemblyVersionAttribute doesn't use * as part of the version number, otherwise the number will change every time you do a build which will require you to recompile your exe and/or provide a publisher policy (see MSDN for more info) so that it loads the correct version on each build.

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 8:33
SuperGeek21-Jun-03 8:33 
GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 9:48
SuperGeek21-Jun-03 9:48 
GeneralRe: Shared Assembly Problem Pin
leppie20-Jun-03 15:53
leppie20-Jun-03 15:53 
QuestionIs this the correct syntax? Pin
monrobot1320-Jun-03 12:10
monrobot1320-Jun-03 12:10 
AnswerRe: Is this the correct syntax? Pin
Nemanja Trifunovic20-Jun-03 12:23
Nemanja Trifunovic20-Jun-03 12:23 
GeneralRe: Is this the correct syntax? Pin
monrobot1321-Jun-03 7:01
monrobot1321-Jun-03 7:01 
AnswerRe: Is this the correct syntax? Pin
Nathan Blomquist24-Jun-03 4:18
Nathan Blomquist24-Jun-03 4:18 
GeneralRe: Is this the correct syntax? Pin
monrobot1325-Jun-03 3:24
monrobot1325-Jun-03 3:24 
Generalcontrol is not coming out from Application::DoEvents method Pin
Uma Mahes19-Jun-03 18:21
Uma Mahes19-Jun-03 18:21 
GeneralRe: control is not coming out from Application::DoEvents method Pin
Uma Mahes19-Jun-03 21:20
Uma Mahes19-Jun-03 21:20 
GeneralStrange Compiler Error ... Pin
SD319-Jun-03 4:00
SD319-Jun-03 4:00 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist19-Jun-03 5:03
Nathan Blomquist19-Jun-03 5:03 
GeneralRe: Strange Compiler Error ... Pin
leppie19-Jun-03 7:34
leppie19-Jun-03 7:34 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist20-Jun-03 7:30
Nathan Blomquist20-Jun-03 7:30 
GeneralPassing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 6:42
rkvs18-Jun-03 6:42 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
John M. Drescher18-Jun-03 6:54
John M. Drescher18-Jun-03 6:54 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
monrobot1318-Jun-03 8:34
monrobot1318-Jun-03 8:34 

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.