Compiling and using OpenNetCF

  • Thread starter Thread starter Brad Markisohn
  • Start date Start date
B

Brad Markisohn

I need to make a small change to the OpenNetCF to accommodate a non-standard
baud rate for the serial port. I've made the change then rebuilt the dll,
but I get a complaint from the project about a conflict with another version
of the OpenNetCF reference. I've deleted the original reference and
inserted the new reference, but I still get the conflict error message. Is
there another place that I need to delete the reference? Any help is
greatly appreciated.

Brad
 
Compile your modified dll with a different name e.g. OpenNETCF.Custom.dll
then your apps should not get references to this confused with the default
released build.

Peter
 
Back
Top