|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
system.runtime.serialization assembly missingHow 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 The namespace System.Runtime.Serialization is contained in the mscorlib.dll
assembly. Show quote "Todd_C" <To***@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 > 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 :>) Show quote "Gabriele G. Ponti" wrote: > The namespace System.Runtime.Serialization is contained in the mscorlib.dll > assembly. > > "Todd_C" <To***@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 > > > > > 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. Show quote "Todd_C" <To***@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" <To***@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 >> > >> >> >>
Other interesting topics
|
|||||||||||||||||||||||