views:

53

answers:

1

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?

+1  A: 

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.

Bryan
Thanks, for the answer. I found that some files were missing, I uninstalled and reinstalled the msi, and then it worked.
Shiraz Bhaiji