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

Managed C++/CLI

 
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 
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 
Well James I am happy to report that we did it and I could not have done it with out your help. There was a slight difference in the minor version number of the shared assembly in the GAC and the one that the GAC pointed to. I am not completely sure how I let that happen, but I did. Perhaps I did a rebuild that I forgot about. I don't know. Also, I put a copy of the same version of that assembly in the debug folder of the client application so I could compile with the same version as was pointed to by the GAC.Smile | :)

The steps I followed...
1) To compile, I put a copy of my shared assembly in the same folder as my project. In the debug folder where my exe goes.
2) I removed the faulty version of the reference in the GAC
3) I readded my shared assembly to the GAC with the gacutil.exe and made absolute certain that the version numbers were exactly the same in the GAC, as assembly that the GAC pointed to and that this was the exact same version number that the client application was compiled with.


I really appreciate your help.
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 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 9:12
rkvs18-Jun-03 9:12 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
Yoon Taeho22-Jun-03 12:54
Yoon Taeho22-Jun-03 12:54 

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.