Search code examples
c#wpfmvvmcrystal-reports

Crystal report Viewer is no working after Publishing the WPF app and running it in another Machine


Report is working fine when I run the application on my development machine.if I run the application on another machine the application gets force closed. the crystal report can't load cause of the missing DLL's install the crystal report in the testing machine made the app working. I'm not sure what all DLL's are required for Running the viewer


Solution

  • Do not chase missing dlls. Depending on which version of the SDK/runtime you used in the development of your WPF application, you'll need to install the runtime on your target machine. They can be found at the SAP site. Or for the version 13 downloads named CRforVS_redist_install_XXX, directly from here (version 13 32bit) and here (version 13 64bit)