Re: .NET compact frmework 2.0 in catalog by Paul
Paul
Thu Apr 17 13:19:28 PDT 2008
How are you looking? Most of the files that are part of the OS have the
hidden bit set on them and virtually everything has the system bit set. If
you're using Windows CE Explorer, you won't see them. In this case, though,
those assemblies are not there in the form of DLL files, anyway. They are in
the global assembly cache (GAC), straight out of the make image operation in
Platform Builder. Look up GACxyz in the Windows folder and you'll see them.
You're getting off track by thinking that somehow you should have to check
for this file or that file being in the operating system to decide what
components are built in. If you'd just run a .NET CF 2.0 application as a
test, you'd have seen that everything was fine.
Paul T.
"YDLU" <YDLU@discussions.microsoft.com> wrote in message
news:73766F35-77F5-4F76-9716-6661945B3B24@microsoft.com...
> hi:
> Thank you.
>
> The C# example, use System. System.Drawing, System.Windows.Forms. etc.
> So the project reference has three System.dll, System.Drawing.dll, and
> System.Windows.Forms.dll.
>
> In the "_FLATRELEASEDIR" also has all DLLs, but after load NK.bin to the
> target device, the DLLs could not found on the windows directory or
> anywhere.
>
> So I checked the "CE.BIB" file, the .NET CF just has mscoree.dll,
> mascoree2_0.dll netcfag12_0.dll ... files were included in the NK.BIN.
>
> So, My question, how can I get all "system......dll" included into NK.bin?
> Do I have to include the dlls in Platform.bib ?
>
> Thanks
> Lu
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> I'm afraid that I don't understand the question. If you add the .NET CF
>> 2.0
>> item to the OS from the catalog, the appropriate DLLs *are* added to the
>> OS
>> and your .NET CF 2.0-based application will just run, assuming it doesn't
>> reference something *else*, that's not part of the .NET CF 2.0 itself.
>> What
>> error are you getting, if you are getting one? What application?
>>
>> Paul T.
>>
>> "YDLU" <YDLU@discussions.microsoft.com> wrote in message
>> news:90CCCDB7-7EE0-4DD8-8DCB-077B331C9935@microsoft.com...
>> > you are great. How the "system.dll", System.Drawing.dll, etc, v.2 .NET
>> > CF
>> > files build into NK.Bin? because my CF example, could not load
>> > System.dll
>> > yet?
>> > Thanks
>> > Lu
>> >
>> > "Paul G. Tobey [eMVP]" wrote:
>> >
>> >> There absolutely no reason whatsoever to have more than one version of
>> >> .NET
>> >> CF in the OS, so yes, I'd guess that's probably true. You can
>> >> certainly
>> >> *install* a newer version to a device that already has an older one in
>> >> it,
>> >> of course.
>> >>
>> >> Paul T.
>> >>
>> >> "YDLU" <YDLU@discussions.microsoft.com> wrote in message
>> >> news:2AC79700-F0D3-4284-B381-EE4C76D436A8@microsoft.com...
>> >> > start from scratch, Install CE5, roll-up to 2006. The .NET CF V.2
>> >> > was
>> >> > in
>> >> > the
>> >> > catalog list. Using a older workspace with .NET CF v. 1 already in,
>> >> > then
>> >> > add
>> >> > v. 2 into the workspace, but the "SDK" of the workspace could not
>> >> > build,
>> >> > so
>> >> > checked the "sysgenSetting.out" and "Set sysgen", found SYSGEN_NET
>> >> > was
>> >> > different?
>> >> > That means, a Windows CE system can NOT has both version
>> >> > co-existence?
>> >> > Thanks
>> >> > Lu
>> >> >
>> >> > "Paul G. Tobey [eMVP]" wrote:
>> >> >
>> >> >> It came as a QFE to Platform Builder a while back. If you haven't
>> >> >> installed
>> >> >> the QFEs, you don't have it. Of course, you should always be
>> >> >> updating
>> >> >> with
>> >> >> the latest QFEs, anyway...
>> >> >>
>> >> >> Paul T.
>> >> >>
>> >> >> "YDLU" <YDLU@discussions.microsoft.com> wrote in message
>> >> >> news:B2E44D8F-FF4A-4821-A59D-11E8CF8AC7AE@microsoft.com...
>> >> >> > Hi:
>> >> >> >
>> >> >> > Have any one using Platform builder (Windows CE 5.0) and with
>> >> >> > .NET
>> >> >> > compact
>> >> >> > framework 2.0?
>> >> >> >
>> >> >> > How can I added the .NET compact framework 2.0 into platform
>> >> >> > builder's
>> >> >> > catalog, just like the version 1.0 was in the catalog. So new
>> >> >> > platform
>> >> >> > project, I could simple add it into the workspace!
>> >> >> >
>> >> >> > I need some help about it.
>> >> >> >
>> >> >> > Thanks
>> >> >> > Lu
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>