I am properly jinxing things by writing this, if so I will shoot my self at a later time, and of course blog about it before hand. For the past 6-9months or so we have been under the torture of ClearCase and ClearQuest, Actually I think I would prefer actual torture to those tools, but that is another story, but finally after a very long struggle which I can only pad my team on the back for, we are beginning to see an end of all this. So you finally saw the light that ClearCase & ClearQuest brings?...
Have you ever been working with Application Domain in .NET?, in the beginning it doesn’t seem all that difficult, but ones you get to know them you begin to realize all the little difficulties. Everything works fine as long as you don’t move outside the Host AppDomains.BaseDirectory, but in our case we wanted to have Plug-ins deployed at say location “C:\My Plug-ins” while the host application would run at “C:\Program Files\My App”, since we might run into dependencies from the AppDomain to some of the Host Assemblies problems was apparently inevitable. The Classic Here is some simple...