Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am trying to display a multiple documentation file like .docx and pdf in datatable by writing the code in custom page .And I am calling that class in design page .

Inisially my webpart will create a user control and it will redirect to the design page in design page i given an custom page path ,throw this path custom page will be executed.

After Build successlly and deployed successfully.It is showing an called "FILE NOT FOUND " In sharepoint 2003.

And it is displaying an errors like this :

File Not Found. at Ozone_Top_News.Top_News_Web_Part.Top_News_Web_Part.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.WebControls.WebParts.WebPart.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

share|improve this question
We would need to see your code to actually see what is wrong. The error messages in SharePoint are often useless I am afraid. But it looks like the 8th call? Maybe a simple FileExists is what is required. – Hugh Wood Nov 19 '12 at 11:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.