assemblies keep getting errors

G

Guest

Hi,

I inserted two assemblies in my ASP.net application (in VS 2002). Both the
dll are stored in the root 'bin' folder, they are properly declared in the
page and the codebehind, in web.config following code is inserted:

<compilation defaultLanguage="c#" debug="true" >
<assemblies>
<add assembly="FreeTextBox" />
<add
assembly="DBauer.Web.UI.WebControls.DynamicControlsPlaceholder" />
</assemblies>
</compilation>

and yet I get on an irregular basis servererrors,
"Parser error : acces denied
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder"

It looks to me that i am forgetting something somewhere ....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top