However, to run the my application, the following error appear:
AtomsFramework.XmlMappingException: Error Initializing Database Provider AF_MSSQL.dll. Error is: No foi encontrado nenhum nome de arquivo ou de conjunto de mdulos (assembly) AF_MSSQL.dll, nem nenhuma de suas dependncias.
The AF_MSSQL.dll it is in the paste bin of the application, as well as the AtomsFrameWork.dll. What to make?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am starting the to use the framework 2.2 now. I configured the tag for database of the following form:
<database name="MyDataBase" class="CMsSqlDatabase" provider="AF_MSSQL.dll">
<parameter name="name" value="MyDataBase" />
<parameter name="serverName" value="MyServer" />
<parameter name="user" value="myuser" />
<parameter name="password" value="mypassword" />
<parameter name="OIDTable" value="OID"/>
</database>
However, to run the my application, the following error appear:
AtomsFramework.XmlMappingException: Error Initializing Database Provider AF_MSSQL.dll. Error is: No foi encontrado nenhum nome de arquivo ou de conjunto de mdulos (assembly) AF_MSSQL.dll, nem nenhuma de suas dependncias.
The AF_MSSQL.dll it is in the paste bin of the application, as well as the AtomsFrameWork.dll. What to make?
Thanks.
The naming seems right. If the .DLL is in the same directory as the application you should be OK.
Maybe you have a typing error?.
By the way, you can delete the class="CMsSqlDatabase" text as it is no longer needed.
I have this problem too,please help meeeee