M
Martin
I cannot get my application working, it cannot load a local dll. This local
dll has some dependencies, and I am trying to see if all the dependacies are
right.
Now the app/dll is dependant of mscorlib. I think all .NET apps are
dependant of this right? Then I check what was in the GAC with gacutil /l
and this dll does not show. Is it that standard that it is not listed, or is
there something wrong, or am I thinking something totally stupid?
Here my output, no mscorlib:
Microsoft_VsaVb, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
msatinterop, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
mscorcfg, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
mscorcfg, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDATASRC, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDDSLMP, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDDSP, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
One other newbee question in this. If your app refers to some dll in the
GAC, does that mean that all dll must be registered in the GAC or can I have
some local, some in the GAC??
dll has some dependencies, and I am trying to see if all the dependacies are
right.
Now the app/dll is dependant of mscorlib. I think all .NET apps are
dependant of this right? Then I check what was in the GAC with gacutil /l
and this dll does not show. Is it that standard that it is not listed, or is
there something wrong, or am I thinking something totally stupid?
Here my output, no mscorlib:
Microsoft_VsaVb, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
msatinterop, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
mscorcfg, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
mscorcfg, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDATASRC, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDDSLMP, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
MSDDSP, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, Custom=null
One other newbee question in this. If your app refers to some dll in the
GAC, does that mean that all dll must be registered in the GAC or can I have
some local, some in the GAC??