Don RichardsonAug 9, 20191 min readOne object Multiple implementationsSo, I need to be able to execute a specific interface implementation based on the interface being used on the newly instantiated object....
Don RichardsonAug 5, 20191 min readSystem.Net.Http v4.2.0.0 not loadingSo.. 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....
Don RichardsonJun 28, 20191 min readSSRS in Visual Studio 2019 and GITOne 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...
Don RichardsonJun 28, 20191 min readUpdate SSRS Datasources in a directorySo you need to update all the datasources on your SSRS server. Well just one directory for now. UpdateDatasource -TargetURL $targetURL ...
Don RichardsonJun 28, 20191 min readMigrate ALL SSRS report itemsWhile hunting around to find a simple way of migrating my SSRS reports to a different server there were many people who had complicated...