rebuild opennetcf

  • Thread starter Thread starter vhoward
  • Start date Start date
V

vhoward

hi,

i need to rebuild opennetcf (exactly opennetcf.net) to implement the fix on
GetAdaters

i have downloaded the last source, i have compiled it

but i don't know how to deploy the last version (in the GAC ?, as a local
dll ?...)
 
The safest way is to deploy it is locally with your project. It is best to
rename the dll that you build so that it doesn't clash with the existing one
e.g. OpenNETCF.Net.Fixed.dll. Otherwise you may find Visual Studio won't
deploy your amended file because it has the same filename as one which it
thinks is installed in the cab package. In this way when you add a reference
to OpenNETCF.Net.Fixed it will copy it to your project folder and should
also build it into any cab files you generate.

Peter
 
Back
Top