I have created a crystal report using dataset(.xsd) in asp.net,c#. It is working fine on local machines and my local machine IIS. on my local machine windows7 is installed. when i uploading it on on windows 8 IIS then data is not coming. Dataset is not filling on windows8 IIS. To solve this issue what i should do, please suggest me.
Loading
Rajeev PunhaniPosted Mar 22, 2016, 5:06 AM
Hi Ikram,
Please check the connection string you are using for filling dataset.I think you are not using connection from web.config instead you have configured dataset from designer.
If the above solution is helpful then,accept the answer.