How can a 2.0 framework assembly like system.runtime.serialization be missing
from my machine?

How can I get it back?
Do I have to re-install the 2.0 framework? If so how?

tia

Re: system.runtime.serialization assembly missing by Gabriele

Gabriele
Wed Nov 22 14:17:55 CST 2006

The namespace System.Runtime.Serialization is contained in the mscorlib.dll
assembly.

"Todd_C" <ToddC@discussions.microsoft.com> wrote in message
news:C783EA24-6A33-43A1-AC75-FA25E7D9E945@microsoft.com...
> How can a 2.0 framework assembly like system.runtime.serialization be
> missing
> from my machine?
>
> How can I get it back?
> Do I have to re-install the 2.0 framework? If so how?
>
> tia
>



Re: system.runtime.serialization assembly missing by ToddC

ToddC
Wed Nov 22 17:10:01 CST 2006

Hi Gabriele,
Thanks for the response.

This reference is coming from the netTiers generated entities project.
I'm trying to understand what netTiers is actually doing.

In the entitites project reference it shows system.runtime.serialzation with
the yellow warning. This creates 1660 build errors.

What action/s do I need to take to fix this and to understand the problem?

Have a great Thanks Giving :>)


"Gabriele G. Ponti" wrote:

> The namespace System.Runtime.Serialization is contained in the mscorlib.dll
> assembly.
>
> "Todd_C" <ToddC@discussions.microsoft.com> wrote in message
> news:C783EA24-6A33-43A1-AC75-FA25E7D9E945@microsoft.com...
> > How can a 2.0 framework assembly like system.runtime.serialization be
> > missing
> > from my machine?
> >
> > How can I get it back?
> > Do I have to re-install the 2.0 framework? If so how?
> >
> > tia
> >
>
>
>

Re: system.runtime.serialization assembly missing by Gabriele

Gabriele
Fri Nov 24 07:48:28 CST 2006

I'm not familiar with .netTiers, but maybe all you need to do is add a
reference to the assembly.

Open your project, right-click the name of your project in the Solution
Explorer, and select "Add Reference...". In the .NET tab scroll down to
select System.Runtime.Serialization and click OK.

"Todd_C" <ToddC@discussions.microsoft.com> wrote in message
news:85444FFE-66BC-49B3-BD0F-1F55B694BE34@microsoft.com...
> Hi Gabriele,
> Thanks for the response.
>
> This reference is coming from the netTiers generated entities project.
> I'm trying to understand what netTiers is actually doing.
>
> In the entitites project reference it shows system.runtime.serialzation
> with
> the yellow warning. This creates 1660 build errors.
>
> What action/s do I need to take to fix this and to understand the problem?
>
> Have a great Thanks Giving :>)
>
>
> "Gabriele G. Ponti" wrote:
>
>> The namespace System.Runtime.Serialization is contained in the
>> mscorlib.dll
>> assembly.
>>
>> "Todd_C" <ToddC@discussions.microsoft.com> wrote in message
>> news:C783EA24-6A33-43A1-AC75-FA25E7D9E945@microsoft.com...
>> > How can a 2.0 framework assembly like system.runtime.serialization be
>> > missing
>> > from my machine?
>> >
>> > How can I get it back?
>> > Do I have to re-install the 2.0 framework? If so how?
>> >
>> > tia
>> >
>>
>>
>>