Reputation: 1425
I have application which uses Crystal Report 13.2 for reporting purpose.
On local machine every thing works fine but after hosting application on server, it stops working.
My production server OS is Windows Server 2012 R2 and IIS is 8.5.
After hosting,it shows error if I try to load that report.:
This field name is not known. Details: errorKind
Can any one suggest what the issue can be?
Upvotes: 0
Views: 1533
Reputation: 1641
First make sure you have the correct Crystal Reports version running on the serve side. You can download it from here if you need it.
Second, change on the server side the "C:\Windows\Temp\" folder permissions to read and write for the IIS_IUSRS and read & execute for the IUSR group
Hopefully this helps.
Upvotes: 1