tags:

views:

13

answers:

1

I have a solution with 2 projects in it. One a web site and the other a data project that compiles into a dll. The web site has a reference to the data dll in it but when I publish the project it uses the old dll in the temporary ASP.NET folder.

A: 

Try clearing out your temporary asp.net directories.

s1mm0t