rebuild opennetcf

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 ?...)
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top