“Leadership is unlocking people’s potential to become better.” – Bill Bradley #Gartner #RPA #Automation
Day: August 12, 2023
That being said, typically when you want a double-keyed dictionary, you should do something more like a HashSet with a struct, or a class where you’ve overridden GetHashCode (). A double-keyed dictionary is nothing more than a HashSet really, because you’re logically treating the key and the value as a single unit. Coding Light – Illuminated Ideas and Algorithms in Software Coding Light …
If you are using = and = for outer joins, you need to rewrite your code to use LEFT JOIN (or RIGHT JOIN). Support for the the old-style joins were dropped already in SQL 2005 for compatibility level 90. And with SQL 2008 being the last version to support compat level 80, these operator are finally dead and gone.
I created a new method in the service that took a string parameter and wrote that string to a file in the same folder, which worked perfectly (well, it wrote the file to the folder but still didn’t create any diagnostic files). I have tried on my development environment and it is working OK (creating the logs etc.), which is what makes me think I have my service config file wrong.
