S
sanduche
I am using VS2005 to develop a C# aplication on a PocketPC device.
Sometimes I get a sharing violation error when deploying project to
device. Error is regarding to a .dll file that is used in application
but in the time of deploying aplication is not running on device
(running process list doesn't show my application). DLL contains
classes for SQL Server Mobile Edition data access, but I am pretty
shure that connection to database is closed when the application exits
(on Form.Closing event application closes the connection to the
database).
Can anybody help me?
Sometimes I get a sharing violation error when deploying project to
device. Error is regarding to a .dll file that is used in application
but in the time of deploying aplication is not running on device
(running process list doesn't show my application). DLL contains
classes for SQL Server Mobile Edition data access, but I am pretty
shure that connection to database is closed when the application exits
(on Form.Closing event application closes the connection to the
database).
Can anybody help me?