assembly not found???

sorex

New Member
I have an aspx application that works fine on my development machine. I recently uploaded it to a public server that supports aspx. I tried several pages and they worked fine.<BR><BR>I then tried a sample page that uses an assembly (dll) that I put in the bin folder in the root directory of my site.<BR><BR>When I run the sample I get an error that "xyChart not declared" indicating that the assembly is not being imported from the dll in the bin folder.<BR><BR>My bin folder is in the root, my sample aspx page is in the root. Seems like this should be simple. I all worked so well on my machine.<BR><BR>I tried forcing the assembly to be loaded using the web.config file, but no luck.<BR><BR>Any suggestions ?<BR><BR>Tom T
 
Back
Top