The remote server returned an error: (404) Not Found.
Posted: Mon Sep 07, 2009 6:32 am
Hello,
I dont know why but i get a 404 message:
DataSet ds = new DataSet();
ds.ReadXml(appDirectory + "\\App_Data\\xmlBook.xml");
ds.ReadXmlSchema(appDirectory + "\\App_Data\\xsdBook.xsd");
StiReport report = new StiReport();
report.Load(appDirectory + "\\App_Data\\MyReport.mrt");
report.RegData(ds);
report.Dictionary.Synchronize();
StiWebViewer1.Report = report;
If i comment the the load property of report and the page will load without showing data. But i want to use a design file(mrt) to show my data from the XML.
He wont accept this line "StiWebViewer1.Report = report;" when loading a design template
The remote server returned an error: (404) Not Found.]
System.Net.HttpWebRequest.GetResponse() +5313085
System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials) +69
System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) +3929007
System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +54
System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) +74
System.Threading.CompressedStack.runTryCode(Object userData) +70
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) +108
System.Xml.XmlTextReaderImpl.OpenUrl() +186
System.Xml.XmlTextReaderImpl.Read() +208
System.Xml.XmlTextReader.Read() +15
System.Xml.XmlReader.MoveToContent() +64
System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean denyResolving) +209
System.Data.DataSet.ReadXmlSchema(String fileName) +70
.............
Does someone know ?
Greetz
Greetz
I dont know why but i get a 404 message:
DataSet ds = new DataSet();
ds.ReadXml(appDirectory + "\\App_Data\\xmlBook.xml");
ds.ReadXmlSchema(appDirectory + "\\App_Data\\xsdBook.xsd");
StiReport report = new StiReport();
report.Load(appDirectory + "\\App_Data\\MyReport.mrt");
report.RegData(ds);
report.Dictionary.Synchronize();
StiWebViewer1.Report = report;
If i comment the the load property of report and the page will load without showing data. But i want to use a design file(mrt) to show my data from the XML.
He wont accept this line "StiWebViewer1.Report = report;" when loading a design template
The remote server returned an error: (404) Not Found.]
System.Net.HttpWebRequest.GetResponse() +5313085
System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials) +69
System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) +3929007
System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +54
System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) +74
System.Threading.CompressedStack.runTryCode(Object userData) +70
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) +108
System.Xml.XmlTextReaderImpl.OpenUrl() +186
System.Xml.XmlTextReaderImpl.Read() +208
System.Xml.XmlTextReader.Read() +15
System.Xml.XmlReader.MoveToContent() +64
System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean denyResolving) +209
System.Data.DataSet.ReadXmlSchema(String fileName) +70
.............
Does someone know ?
Greetz
Greetz