"Assembly could not be found" error

  • Thread starter Thread starter hakan aktan
  • Start date Start date
H

hakan aktan

Hi all,

I used Opennetcf.dll in my VB2003 - CF 1.3 application. So i added
"OpenNetCF.dll" to my project.
But every time i open my project solution , external dll files (
opennetcf.dll /cfserial.dll) is being deleted and error msg says:
"The .NET assembly "OpenNetCF.dll" could not be found"

I copy the dll and add again but after open sln again VS2003 deletes dll
file again and gives same error.
Is there a way to register dll files to library of CF?

Thanx in advance..
 
i solved the problem. If you want to add a new dll to your project and it
gives error just as below, here is solution:

you may copy the dll file to :

C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE

directory just near other dll files. Then you will see it when you click
"Add Referance " under ".NET" tab

that ' s all to do.
 
Back
Top