I download the zip file from:
http://www.noonanconsultinginc.com/misc ... ects10.zip
After that, I expand the compressed file in a work directory.
Open the project and update the reference for the EntLib.
C:\\Archivos de programa\\Microsoft Enterprise Library June 2005\\bin\for the three files: common, data,configuration, and then I genereated the NCI.EasyObjects.dll, the first thing I noticed is the size of the DLL. 48 KB
when the dll shipped into zip is 52 KB.
With this new NCI.EasyObjects.dll (48kb) generated by my compiler.
I opened the QS shipped into the zip file, upted the EntLib References.
And set the new created reference by my compiler NCI.EasyObjects.dll (48K) but a lot errors appear.
\\EasyObjects\\QuickStarts\\CS\\BLL\\_Categories.cs(46): Ninguna sobrecarga para el método 'SchemaItem' adquiere '7' argumentos
\\EasyObjects\\QuickStarts\\CS\\BLL\\_Categories.cs(76): 'EasyObjectsQuickStart.BLL._Categories' no contiene una definición para 'SchemaGlobal'
But when I use the NCI.EasyObjects.dll (52kb) shipped into the zip File, the QS compile fine and work ok.!
Kind Regards: