dll - VB.net Reference path changes depending on 32 or 64 bit system -
i building programme in vb.net uses programme called grapher (golden software) create graphs.
on computer (64 bit), works perfectly, , reference in project program files (x86)\goldensoftware\...
however, in colleague's computer (32 bit), doesn't work. think because of way referenced in project. on computer, located in program files\goldensoftware\...
is there way can:
change reference path on runtime add both references project , utilize 1 exists do better?thanks.
some options are:
install assembly same folder exe install assembly global assembly cache specify codebase tags in application config file use assemblyresolve eventfor details of items 2 -4 see microsoft document: http://support.microsoft.com/kb/837908
vb.net dll reference
No comments:
Post a Comment