Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Problema con ReportViewer

    Ciao a tutti, sto utilizzando vb2005 e reportviewer in quanto devo creare un piccolo report leggendo dati da un db sql server 2005.

    ho creato un semplice progetto seguendo questa guida: h**p://www.codeproject.com/KB/webforms/ReportViewer.aspx


    Una volta terminato ho lanciato il debug del progetto e ho ricevuto la seguente schermata di errore:

    Server Error in '/WebSite4' Application.
    --------------------------------------------------------------------------------

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unable to convert input xml file content to a DataSet. Requested value 'ConnectionStrings' was not found.

    Source Error:


    Line 1: <?xml version="1.0" encoding="utf-8"?>
    Line 2: <xs:schema id="DataSetProducts" targetNamespace="http://tempuri.org/DataSetProducts.xsd" xmlns:mstns="http://tempuri.org/DataSetProducts.xsd" xmlns="http://tempuri.org/DataSetProducts.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
    Line 3: <xs:annotation>


    Source File: /WebSite4/App_Code/DataSetProducts.xsd Line: 1


    Ho seguito passo a passo la guida del link ma non capisco cosa sbaglio........... help!!!!

  2. #2
    anche creando un nuovo website e definendo solo il datase , avviando il debug ho l'errore XML,precisamente:


    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Unable to convert input xml file content to a DataSet. Requested value 'ConnectionStrings' was not found.

    Source Error:


    Line 1: <?xml version="1.0" encoding="utf-8"?>
    Line 2: <xs:schema id="DataSet1" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
    Line 3: <xs:annotation>


    Source File: /WebSite2/App_Code/DataSet1.xsd Line: 1

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.