top of page
Search
  • Writer's pictureDon Richardson

SSRS in Visual Studio 2019 and GIT

Updated: Aug 5, 2019

One of the problems with BIDS is that it wont allow you to have folders and subfolders. You can have a project for each folder which will the do the trick for single level hierarchies.


You can create a simple folder structure and load that into GIT, however then you cant use the Visual Studio editor..


So what I've done is create a solution that has 2 project in it.

One is an empty C# project that contains the folder structure for SSRS and the other an Actual SSRS project.

Both are connected into GIT.

The only downside here is in order to use the BIDS editor you need to import the report.



40 views0 comments

Recent Posts

See All

One object Multiple implementations

So, I need to be able to execute a specific interface implementation based on the interface being used on the newly instantiated object. This would allow us to change the implementation by changing th

System.Net.Http v4.2.0.0 not loading

So.. it turns out that the incorrect dll is loaded via nuget. As a work-around, redirect your manifest to look for 4.0.0.0 and it works. Add this to your runtime dependency list in the config. <depend

bottom of page