Hi experts,
We are facing a rather strange issue with deploying custom SSRS reports in our dev instances.
Issue : I created a couple of custom SSRS reports , compiled the code and tried to deploy the report from deploy reports option in visual studio. This does not work.
After this , i tried to deploy the report using powershell script that deploys all SSRS reports > this does not work either.
After this , i specified the name of specific reports in my powershell script and that does the trick. The reports get deployed successfully and work.
My question is what could be the reason that deploy all reports command in powershell is not picking up my custom reports for deployment? Why does it work when I specify the report name ?
Anyone who has seen this issue earlier and can provide some inputs ?
Thanks a lot !