M
Michael Ray
I'm new to both .Net and subsequently CF development. The app I'm
creating will run on a Win CE 4.2 unit on forklifts to access a database
to handle the orders for the plant. Screen resolution is 800x600 with
Intel XScale processor. None of the emulators in VS 2008 or the Mobile 6
SDK (why isn't that included???) support that resolution so I want to
test installing and running it on a desktop instead. This brings me to a
couple issues so far:
1. I can't seem to load what I'd think would be the appropriate CF,
NETCFv2.wce4.x86.cab. Is there some special way to do this? The
netcflaunch.exe doesn't work on Win32 apparently. I'm testing it on a
clean install of XP SP 2 with no Framework installed.
2. Another issue is we'd like to run this app from a server. It appears
that that cannot be done because of the security permissions for one.
That's when I came to the realization that the .Net SDKs (with the nifty
tools such as mscorcfg.msc that will supposedly solve this issue) also
aren't included with VS 2008 Professional (?!?!?). So I downloaded the
new 1.3 GB SDK last night.
3. Is there a simple way to convert back and forth between a Smart
Device WinForm project and a normal WinForm one? I ended up recreating
the form all over and cutting and pasting the code.
I must say this has been quite the learning experience. If it were a
"normal" mobile app, it wouldn't be too bad.
creating will run on a Win CE 4.2 unit on forklifts to access a database
to handle the orders for the plant. Screen resolution is 800x600 with
Intel XScale processor. None of the emulators in VS 2008 or the Mobile 6
SDK (why isn't that included???) support that resolution so I want to
test installing and running it on a desktop instead. This brings me to a
couple issues so far:
1. I can't seem to load what I'd think would be the appropriate CF,
NETCFv2.wce4.x86.cab. Is there some special way to do this? The
netcflaunch.exe doesn't work on Win32 apparently. I'm testing it on a
clean install of XP SP 2 with no Framework installed.
2. Another issue is we'd like to run this app from a server. It appears
that that cannot be done because of the security permissions for one.
That's when I came to the realization that the .Net SDKs (with the nifty
tools such as mscorcfg.msc that will supposedly solve this issue) also
aren't included with VS 2008 Professional (?!?!?). So I downloaded the
new 1.3 GB SDK last night.
3. Is there a simple way to convert back and forth between a Smart
Device WinForm project and a normal WinForm one? I ended up recreating
the form all over and cutting and pasting the code.
I must say this has been quite the learning experience. If it were a
"normal" mobile app, it wouldn't be too bad.