I go the following errors when I ran my own program:
- The error occurred while loading Providers.
at
IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Build(XmlDocument
docu
ment, DataSource dataSource, Boolean useConfigFileWatcher, Boolean
isCallFromDao
)
at
IBatisNet.DataMapper.Configuration.DomSqlMapBuilder.Configure(String
resou
rce)
at ArrayBind.Insert.go()
The program HelloWorld works just fine. But I created my own simple
project and I got the errors.
Could you tell me how to fix it?
-Henry