Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Line 13:                <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 14:                <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies></compilation>
Line 15:     <authentication mode="Forms">
Line 16:       <forms loginUrl="~/Account/Login.aspx" timeout="2880"/>
Line 17:     </authentication>
Posted
Comments
_Amy 20-Oct-15 1:38am    
Its not a question. Please provide the details of your exception/error.

1 solution

It seems that the WebUI.Documents assembly could not be found. I would suggest you to check if it is in the GAC or in your application's bin folder, or remove the reference if you are not using it in your project.

http://www.infragistics.com/support[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900