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....
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....
SSRS in Visual Studio 2019 and GIT 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...
Update SSRS Datasources in a directory So you need to update all the datasources on your SSRS server. Well just one directory for now. UpdateDatasource -TargetURL $targetURL ...
Migrate ALL SSRS report items While hunting around to find a simple way of migrating my SSRS reports to a different server there were many people who had complicated...