Hello. I'm trying iBATIS from "iBATIS-src-SVN-179390.zip" archive.
If map file is embedded into the application resources than iBATIS fails to load it. <sqlMap embedded="Log.xml, OctopusService.exe"/> In the assembly file reflector shows that full name of the resource is "CompanyName.ProductName.Maps.ISCard.xml" maybe because map file was placed to the "Maps" project subfolder and default project namespace differs from assembly name. I try adding "Maps." prefix to the sqlmap embedded attribute value but this doesn't help. But iBATIS looks for resource "OctopusService.exe.Log.xml" resource and fails to found it. How could I configure VS 2003 to give my resources names in the iBATIS format? Thank you.

