Downloaded and installed 1.2 over previous 1.1.5 installation.
VS 2005 complains as below when building through to MS Acess via OLEDB
Error 2 'AddWhereParameter' is not a member of 'MyGeneration.dOOdads.DynamicQuery'...
Looked at your install code MyGeneration.dOOdads_2005/DynamicQuery.vb - sub is actually named AddWhereParemeter...
Changing spelling to AddWhereParameter... fixes issue for this build. (Same issue existed in v1.1.5 - obviously fixed it on the fly previously and forgot about notifying it)
Is this a spelling mistake that needs correcting somewhere at your end or have I managed to inadvertently create the typo at this end? Reinstalling does not appear to fix issue.
