If you make your own BIB and REG file, yes.
-Chris
I thought so to, but has anyone really succeeded with this? I've
tried with no success
I'm out of office, so I can't write down all repro steps here. But
what I did was to make a new os configuration for x86 emulator.
Then I extracted all managed and native files from the netcf v2 beta
..cab file for x86 emulator.
I'm pretty confident I hade all gac paths and PublicKeyToken:s set
correctly for v2, and all v2 files added instead of v1 files. It's been
reviewed a ton of time both by myself and a colleague.
To test I had a simple MessageBox.Show("hello world"). I could
see that it started to load a bunch of modules. The last file loaded was
aygshell.dll, then it started to unload all modules without any error
message at all. I tried to add tons of debug zones for loader etc, but
still didn't get any helpful information. It never started to load any
managed code, only native. Sorry I don't have a log file to post
and I don't remember all details now.
I could write more in detail what I did, but not from where I am
now. I'd appriciate if anyone could try the same thing and see if
you a better result than I did.
Would it matter if I put all files in the image, or load them from
_FLATRELEASEDIR (\release\...)? I tried both.
For NETCF V1 SP3 the mscoree1_0.dll has typ "SHL" in its bib file,
and if I remember correctly the "L" was added in a QFE. What does that
mean, and should I have the "L" for V2?
Anoter thing to notice is there are not .rel files, how does that affect
me?
Thanks.