P
Plasmodium
We have an ASP.NET app. This app has objects defined in some dlls
that the main app on the system uses. If we copy the dlls to the bin
directory that the asp app runs out of, it works fine.
We want to use only one set of dlls for both apps, but so far have
been unable to do so. In the webconfig file, I've tried adding a
reference in the assemblies section like this:
....
<<<
<add assembly="d:\Bin\MyRefDll.dll, Version=1.0.3162.27938,
Culture=neutral, PublicKeyToken=56aa9f4561fda77e"/>.....
The error is always this:
The given assembly name or codebase was invalid. (Exception from
HRESULT: 0x80131047).
Any help appreciated,
Ed
that the main app on the system uses. If we copy the dlls to the bin
directory that the asp app runs out of, it works fine.
We want to use only one set of dlls for both apps, but so far have
been unable to do so. In the webconfig file, I've tried adding a
reference in the assemblies section like this:
....
<<<
<add assembly="d:\Bin\MyRefDll.dll, Version=1.0.3162.27938,
Culture=neutral, PublicKeyToken=56aa9f4561fda77e"/>.....
The error is always this:
The given assembly name or codebase was invalid. (Exception from
HRESULT: 0x80131047).
Any help appreciated,
Ed