Hello Sheila,
How do u refer to your dll? could you post the code how u declare and use
your dll?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
S> Previously the application works fine if all dlls are deployed in
S> GAC, but after I move dll to application Bin folder, the problem
S> happens. To make the website up, I have to clear all content in
S> Temporary ASP.NET Files folder, but after a few runs, it happenes
S> again. Right now the only soultion works for me is to set trust level
S> to full in web.config, which I don't want to do due to security
S> reason.
S>