
I am following the lab CRM2011Kit\Labs\SolutionPackaging, where i created a custom package with a html page with few controls as web resource. when i configure my configuration page and try to view it after publishing all I get the following error. NOTE: when i preview it rendered as expected.
any help on this appreciated, below is the code and error.
Geo
html code
<HTML><HEAD>
<META charset=utf-8></HEAD>
<BODY contentEditable=true><BASE href="http://xxxx/xxxxCRM2011//WebResources/">
<P align=center>Equipment Management Settings</P>
<TABLE cellPadding=5>
<TBODY>
<TR>
<TD align=right>Warn before warranty ends</TD>
<TD><INPUT type=checkbox name=warn></TD></TR>
<TR>
<TD align=right>Task to check after use</TD>
<TD><INPUT type=checkbox name=check></TD></TR>
<TR>
<TD align=right>Alert Threshold (1 Low, 10 High)</TD>
<TD width=20><INPUT width=20 name=threshold></TD></TR></TBODY></TABLE></BODY></HTML>
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
0x80040217 Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Could not find a web resource with name new_ConfigurationSettings.Detail: <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> <ErrorCode>-2147220969</ErrorCode> <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> <Message>Could not find a web resource with name new_ConfigurationSettings.</Message> <Timestamp>2012-09-20T23:21:49.9055774Z</Timestamp> <InnerFault i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault> Record Is Unavailable The requested record was not found or you do not have sufficient permissions to view it. The requested record was not found or you do not have sufficient permissions to view it. Could not find a web resource with name new_ConfigurationSettings. Not available Not available Could not find a web resource with name new_ConfigurationSettings. http://xxxx/Handlers/WebResource.ashx?name=new_ConfigurationSettings /Handlers/WebResource.ashx?name=new_ConfigurationSettings ASHX_XML
*This post is locked for comments
I have the same question (0)