Oleksa, Are you using C#, or Visual Basic.NET? What happens if you try the fully qualified path Reflector mentions or without the .EXE?
Chad On 10/17/05, oleksa borodie <[EMAIL PROTECTED]> wrote: > 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. >

