G
Guest
I'm using VS 2003 to build a C# program for PocketPC.
I'm using the OpenNetCF framework.
My solution has a reference to the assemblies OpenNETCF and
OpenNETCF.Windows.Forms.
If I set the property Copy Local to true for those two references it will
build without errors and those DLL files will be copied into the output
directory.
But if I close the project and then reopen it and buid (without making any
changes) it now gives a build error :-
"The type or namespace name 'OpenNETCF' could not be found (are you missing
a using directive or an assembly reference?)"
I get this error on the line :-
using OpenNETCF;
in every file.
Any help would be appreciated.
Thanks
I'm using the OpenNetCF framework.
My solution has a reference to the assemblies OpenNETCF and
OpenNETCF.Windows.Forms.
If I set the property Copy Local to true for those two references it will
build without errors and those DLL files will be copied into the output
directory.
But if I close the project and then reopen it and buid (without making any
changes) it now gives a build error :-
"The type or namespace name 'OpenNETCF' could not be found (are you missing
a using directive or an assembly reference?)"
I get this error on the line :-
using OpenNETCF;
in every file.
Any help would be appreciated.
Thanks