0
votes

I am working on asp.net application (visual studio 2012, .net 4.5 and crystal reports 13 I guess)..

Well I have problem .. I created new blank asp.net page and I used crystal report viewer to display my data from data set..

And intresting is that when I open my page where I should display crystal report data.. page is acctualy blank.. So I Wondering what is problem because everything looks fine..

how it looks in my console, because there are few erros based on crystal reports : enter image description here

ITS ON A LOCALHOST, I DID NOT DEPLOY ANYTHING YET

1
check browser console any error are thrown ?????/Nazir Ullah
Yes I got errors in a console... i will giive you link HEREuser6067265
Have your issue resolved ?please let me knowNazir Ullah

1 Answers

0
votes

I have found solution to this problem, copy folder asp_config from c:~ and paste it into your project folder, in my case it's located DOCUMENTS->VISUAL STUDIO->PROJECTS->MYPROJECT.. SO PASTE IT IN FOLDER MYPROJECT AND everything will be fine :)

BUT WHEN I PUBLISH APP I GOT SAME ERROR, FIXED IT ON LOCALHOST BUT ON PUBLISH SAME ERROR ANYONE COULD HELP ME ABOUT THIS?