You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good Morning All,
Firsty, I want to say thanks to all. And I have an issue with small app.
Currently, I'm a beginner at MyBatis. I have a project demo.
And when I run application, It always show a error.
I'm using SQL Server 2012 and Visual 2010.
About my demo, please view attach file:
Thank all very much
Original issue reported on code.google.com by anhdungc...@gmail.com on 29 Dec 2014 at 3:53
The problem is that you are trying to load the SqlMap.config file as embedded
resource, but it's not declared as such.
Click on properties for the file, and in "Build Action" select "Embedded
resource". Check the attached image for a reference.
Greetings
Original comment by juanpabl...@gmail.com on 16 Mar 2015 at 8:15
Original issue reported on code.google.com by
anhdungc...@gmail.com
on 29 Dec 2014 at 3:53Attachments:
The text was updated successfully, but these errors were encountered: