gert wrote:
t33 wrote:
This, coupled with the fact that the load time for my program increased by a large amount, led me to consider this to be a problem.
The increased load time might be considered as problem indeed.
You indicated that there are some 50 random-named asemblies loaded? Could anyone explain why there are so many of them?
I am also experiencing this 'problem'. when I load the configuration it takes about 10 to 15 seconds to load. While it is loading, the random-name assemblies are loaded.
I currently have about 40 mappings that are in the same library as my dao classes (XXXX.DAO.dll) and the business object classes are in a separate library (XXXX.Shared.dll).
When the optimizer is disabled, initialization takes about one second. Performance of queries and crud operations seem to be about the same (maybe a little slower, but not much).
If there is anything I can do to help with this, please let me know.