JimFoye wrote:
SD.LLBLGen.Pro.DQE.SqlServer.NET11.xml
SD.LLBLGen.Pro.ORMSupportClasses.NET11.xml
That's VS.NET
. Every assembly referenced in your project gets placed in the bin folder, unless you specify copy local = false. If the assembly has a .xml file as well, the .xml file is placed in the bin folder as well. The nice thing is that through the .xml file you get tooltip intellisense in VS.NET. So if you use a method from a class in ORMSupportClasses, and press cntrl-space, the tooltip will show the comments from the reference manual, which are located in the .xml file.
They're not needed for deployment, just for intellisense.