I have previously created a report in the standalone designer and successfully deployed it to my server with an api. I was able to view it in my Angular application. This worked fine using the .trdp file. However, I recently tried creating a report in the Visual Studio designer and am having difficulty getting it deployed to my server. I see there is no .trdp file. Are there any files that are supposed to be generated and reside in the reports folder if I am doing it this way? Is everything just compiled?
I am getting the error "Unable to get report parameters. Report 'MyReport' cannot be resolved." My report does not have any parameters and my controller code contains a call to .AddFallbackResolver.
Please let me know what steps can be taken to a resolution.
Thanks,
Jennifer