crystal report Error library p2sora7.dll cannnot be found
When I open that report created by crystal report that installed on citrix server, It shows following error message,
the library “p2sora7.dll” cannot be found.
Actually The crystal report DLL are installed on %systemroot%\crystal directory which is not include in the User path variable , so we need to set that dll library for user path.
Copy the files from %systemroot%\crystal
Start –> run –> %systemroot%\crystal Enter
copy — “p2sora7.dll”
Paste the files to %systemroot%\system32
Start –> run –> %systemroot%\system32 Enter
Paste — “p2sora7.dll”
Now I just try to open my crystal report, Its okay now. 🙂
No comments yet