0

I am using vs2010, asp.net website having mysql database. all i need to ask is:

when i build solution,rebuild solution,build website,rebuild website. it succeeds. but when i publish it on another folder it gives me this error on almost every page of my application.

Error   1   Circular file references are not allowed.

how am i suppose to deploy my website even on iis or my local machine?? I have tried batch="false" in the compilation part (web.config). but no use.

please help. thanx in advance.

skzac
  • 126
  • 3
  • 10
  • there is no double or triple or cross references in my application as i have it myself so i know!!!!!! – skzac Jan 02 '14 at 12:12

1 Answers1

0

Have a look at this thread. It looks like the same issue with a lot of helpful advice going on.

Community
  • 1
  • 1
BJS3D
  • 149
  • 1
  • 11