I'm trying to debug an app under VS 2005 with Compact Framework, but when I stablish a BreakPoint and run the app in the Device but I allways get de error msg : "El punto de interrupción no se activará actualmente.No se ha cargado el módulo especificado". What I'm missing ? Thanks
Try uninstalling the Compact Framework on the device and allow Visual Studios to install its version. You probably have a version conflict. Rick D. Contractor "navicom" wrote: > I'm trying to debug an app under VS 2005 with Compact Framework, but when I > stablish a BreakPoint and run the app in the Device but I allways get de > error msg : "El punto de interrupción no se activará actualmente.No se ha > cargado el módulo especificado". > > What I'm missing ? > > Thanks