Hi,
We have a c# dll that is being referenced by a web
project (client) which is being referenced by another web
project (portal). After building the solution, there are
no compile errors and the respective dlls are found in the
bin folder of the portal project. During runtime (when
browsing the .aspx pages), it throws a parser error 'Could
not load type ....' which seems to occur only when the c#
dll is referenced and not otherwise.
What could be the possible reason? Any suggestions would
be appreciated.
Thanks in advance,