Search code examples
c#visual-studiocrystal-reports

Where is app pool located in visual studio?


I'm having trouble finding the app pool, I need to set my app pool to allow my crystal report to run properly. On my computer where I develop the application, it works properly but when I try to run the program on another computer it won't run, I've read similar articles about it here, but I can't finish the last part, where @Matt Palmerlee said that I need to set the application pool for it to work properly.


Solution

  • You are not using IIS server because your project looks like for local machine only.

    The location of app pool is in IIS server looks like the answer above which is you don't need it i guess.

    If your project did not run from other PC:

    1. Install the version of crystal report like the version of your development side.
    2. Use 32-bit crystal report run time.

    Hope it helps