CAN NOT DEPLOY/DEBUG a CF application in any language ON THE IPAQ EMULATOR after installing the FULL REMOTE DEBUGGING COMPONENTS. the ipac emulator 2002 was working fine until then. I reloaded the entire .NET system including the framework, vs .net and it still does not work. does anybody have any idea where in the registry is the debugging information kept? I really don't want to rebuild the entire system if I don't have to... versions used: Microsoft development environment version 7.1.3088 Microsoft .NET Framework 1.1 version 1.1.4322 Any help will be greatly appreciated…. thanks sun.lcr
dcudev lcr
Posts
-
debug problem -
Creating File with Emulatorafter reviewing my answer, I did some more research and found out that if you want the file to be copied to the handheld everytime you use the emulator all you have to do is copy the file into the project and then right click on the file at the solution explorer and select the build /content which is the default, i believe.... anywho, after that your file will always be loaded into the emulator whenever you want to test your program.... sun.lcr
-
looking for the missing debugger in the emulatorHi all, I just installed vs .net on my system and tried to create run and debug a test app using c#. the application compiles, gets loaded into the emulator but the debugger is not run and app has to be run manually. Does anybody else have had this experience? running: win2k sp4 vs .net 2003 system installed from scratch and its the only thing running on the system along with sql/2000 Thanks for the help.... sun.lcr
-
Creating File with EmulatorI'm in the same quest! I've gotten as far as creating the file in the emulator and browising it with the file explorer. I've a similar need but backwards, I need to load a bitmap template file that I can reuse many times, however I have not been able to figure out how to copy a file to the emulator workarea so that it gets loaded everytime I deploy the app to the device and the doc is very skimpy or my eyesight is looking at the wrong docs... anywho: sorry but that's as far as I am for now.... :) sun.lcr
-
Remote File Viewerwhere do you find the remote file viewer? Do you have to download the tools kit for the file loader? sun.lcr
-
I need to discover mobile devices ID/PINI'm also interested in the answer Thanks... sun.lcr
-
how des "GetSize().foo = NULL" workThank your Jorgen, Could you show me a sample of how you would set that in a class and its use... Thanks again... Happy New Year... :) sun.lcr
-
how des "GetSize().foo = NULL" workCan somebody explain the following construct and when would you use it? GetSize().foo = NULL; thanks... Happy New Year... sun.lcr
-
ATL com objects for CEHi HTH, Thanks for comment. I'm not doing any erroring at all. Instead when i do something like this: dim o as new my atlObject textBox1 = o.foo 'returns a string textBox1 = o.foo 'fails in here ..... and I get the error message.... :confused: sun.lcr
-
Huge Brick WALL, need help... VB6.0 questionHi folks, Solved my problem, I'm so deep in the forest that I can not see clearly... anywho.... I had changed the function signature but did not bother to recompile the control project. Since the control project is in the same workspace as the form project calling it, I was making the wrong assumption that everything was getting compiled but the control project was not getting compiled therefore the diffrerence in method signatures.... duhhhhh.....:doh: :-O sun.lcr
-
Huge Brick WALL, need help... VB6.0 questionHi, vb 6.0 I have a control with several events, and a container form listening for such events. the control also has some methods which are called by the container form to update a listview. Everything was working fine until I decided to compile the project. when compiling the project I get the message: procedure not found -- even though intelisense allows me to select the procedure and I provide the correct number of arguments (4 args). Does anybody have any experience with this type of behaviour, I'm in the process of creating the release version for testing and can't seem to go past the compile process. Thanks.... :mad: sun.lcr
-
Need a way to license my software...I'm interested in the answer for this one too... sun.lcr
-
Creating File with Emulatorthe file will be created inside the emulator. the files in CE start at the root the root is the windows directory \windows\folder\file use the file explorer in the emulator by going to start\programs\file explorer sun.lcr
-
ATL com objects for CEI've been toying with ATL com objects and I have a problem. once I create the com object and load to the emulator, it works fine once, then I get a hard error and the com can not be used again. Does anybody have any idea of what I'm doing wrong!!! thanks for the help! :-O sun.lcr
-
ATL / IIS / EXE ???not really, I had a similar experience with windows services where they run in the background and are hard to reach via the debugger. I took control of taht by creating a main function that can be compiled into an exe and the service portion is a dll. the main portion had all the serivce handles and that allows me to control what gets loaded where. I also had to spend some three month back and forth with MS but in the final analysis it was my main that really helped me. I have a book at home that details the isapi ia easy to understand format, i'll get the ref number and email it to you tomorrow... as they used to say a few months back... hope is on the way.... :) sun.lcr
-
ATL / IIS / EXE ???why not write you own dllhost and call/load the isap dll from there. this way you would have complete control of the loading process. as you know by now, the isapi dll is nothing more than a regular dll with a bunch of entry points of which only 2 or 3 are the most important ones. In any case, you can create a special entry point to fake the call for iis and watch the memory run... just a thought... ;) sun.lcr
-
CFCAN NOT DEPLOY/DEBUG a CF application in any language ON THE IPAQ EMULATOR after installing the FULL REMOTE DEBUGGING COMPONENTS. the ipac emulator 2002 was working fine until then. I reloaded the entire .NET system including the framework, vs .net and it still does not work. does anybody have any idea where in the registry is the debugging information kept? I really don't want to rebuild the entire system if I don't have to... versions used: Microsoft development environment version 7.1.3088 Microsoft .NET Framework 1.1 version 1.1.4322 Any help will be greatly appreciated…. thanks :confused: sun.lcr
-
Compac FrameworkCAN NOT DEPLOY/DEBUG a CF application in any language ON THE IPAQ EMULATOR after installing the FULL REMOTE DEBUGGING COMPONENTS. the ipac emulator 2002 was working fine until then. I reloaded the entire system including the framework, vs .net and it still does not work. does anybody have any idea where in the registry is the debugging information kept... versions used: Microsoft development environment version 7.1.3088 Microsoft .NET Framework 1.1 version 1.1.4322 Any help will be greatly appreciated…. thanks :confused: sun.lcr
-
ATL / IIS / EXE ???Some memory leak tips, start looking for misbehaving BSTRS, unreleased components and unfreed mallocs. Also you can use the perfmon and taskmanager to monitor the memory as you debug... sun.lcr