简体   繁体   中英

Compiler Error Message: BC30560: 'xxxxxxxx_aspx' is ambiguous in the namespace 'ASP'

I get this error after installing a web site on a test server using an msi.

This is similar to this SO question. However, that question was related to the development environment, so it does not solve my problem.

Anyboby knows what causes this error?

Most common reason would be that you have multiple versions of some class in your web app... which of course can happen when multiple assemblies contain the same class. Or by inadvertently mixing precompiled and on-the-fly compiled aspx pages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM