I haven't used LLBLGen for a month or so now, but today when I generated my code and then did my first FetchEntityCollection, I got a "Object not set to an instance" error.
I traced it down to the method in my DataAccessAdapter code named ReadHandleCatalogNameSettingFromConfig. Now, I fixed my problem by adding in the two app settings it was looking for (CatalogNameUsageSetting and CatalogNameToUse) but I was confused because I never had to do that before. I looked in the generated app.config files and they aren't in there. Did something change in the last month or has that been around for a while? If it has been around for a while, why wasn't I affected by it before?