M
morice
Problem:
I make a G.DLL that referring a.dll,b.dll,c.dll in GAC.
a.dll: a1.function,a2.function ...
b.dll: b1.function ...
c.dll: c1.function,c2.function ...
then i make a app.exe that referring G.DLL.
I only use a1.function,so i only install a.dll into GAC(b.dll,c.dll is not
exist!)
But that don't work!
Why???
Thanks in advance!
I make a G.DLL that referring a.dll,b.dll,c.dll in GAC.
a.dll: a1.function,a2.function ...
b.dll: b1.function ...
c.dll: c1.function,c2.function ...
then i make a app.exe that referring G.DLL.
I only use a1.function,so i only install a.dll into GAC(b.dll,c.dll is not
exist!)
But that don't work!
Why???
Thanks in advance!