Hello,
I would like to build a minimal x86 image supporting the .NET Compact
Framework (3.5). This component, however, has lot of dependencies. Is there
any way of not including them all? Just let the .NET application throw an
Exception if it wanted to use any of the components not included...

Thanks,
Jan

Re: .NET Compact Framework dependencies by Paul

Paul
Fri May 16 08:14:03 PDT 2008

No, not really. I suppose that you could arrange your own BIB files to
include the necessary files and your own REG files to include the
appropriate registry entries, but it would never work, but you should not
waste your time on that.

Paul T.

"Jan Kucera" <kucera@lupacovka.cz> wrote in message
news:eX2XDR2tIHA.524@TK2MSFTNGP05.phx.gbl...
> Hello,
> I would like to build a minimal x86 image supporting the .NET Compact
> Framework (3.5). This component, however, has lot of dependencies. Is
> there any way of not including them all? Just let the .NET application
> throw an Exception if it wanted to use any of the components not
> included...
>
> Thanks,
> Jan
>



Re: .NET Compact Framework dependencies by Jan

Jan
Fri May 16 08:32:58 PDT 2008

Okay, thanks for advice.

Jan


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%23Kal0d2tIHA.3680@TK2MSFTNGP05.phx.gbl...
> No, not really. I suppose that you could arrange your own BIB files to
> include the necessary files and your own REG files to include the
> appropriate registry entries, but it would never work, but you should not
> waste your time on that.
>
> Paul T.
>
> "Jan Kucera" <kucera@lupacovka.cz> wrote in message
> news:eX2XDR2tIHA.524@TK2MSFTNGP05.phx.gbl...
>> Hello,
>> I would like to build a minimal x86 image supporting the .NET Compact
>> Framework (3.5). This component, however, has lot of dependencies. Is
>> there any way of not including them all? Just let the .NET application
>> throw an Exception if it wanted to use any of the components not
>> included...
>>
>> Thanks,
>> Jan
>>
>
>