B
bill joyce
I have installed an assembly in the GAC ( a DAL), now I want to make a
reference to it in my Business Obj.
This is one way I found out how to do it is there another way?
<system.web>
<compilation debug='true'>
<assemblies>
add assembly="DAL, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=17177e16a4b86577" />
</assemblies>
</compilation>
</system.web>
Thanks
Bill
reference to it in my Business Obj.
This is one way I found out how to do it is there another way?
<system.web>
<compilation debug='true'>
<assemblies>
add assembly="DAL, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=17177e16a4b86577" />
</assemblies>
</compilation>
</system.web>
Thanks
Bill