Morten
Thu Feb 15 04:42:10 CST 2007
Well,
You need to run Windows SDK Setup to add .Net 3.0 documentations
http://www.microsoft.com/downloads/details.aspx?FamilyID=3Dc2b1e300-f358=
-4523-b479-f53d234cdccf&DisplayLang=3Den
Then run the Windows Workflow Foundation extensions for Visual Studio 20=
05
http://www.microsoft.com/downloads/thankyou.aspx?familyId=3D5D61409E-1FA=
3-48CF-8023-E8F38E709BA6&displayLang=3Den
And Windows Presentation Foundation and Windows Communication Foundation=
=
extensions (CTP Nov 2006)
http://www.microsoft.com/downloads/details.aspx?FamilyId=3DF54F5537-CC86=
-4BF5-AE44-F5A1E805680D&displaylang=3Den
Inside your project add a reference to WindowsBase
You should then be able to add using System.IO.Packaging.
Good Luck! There may be shorter and easier ways, but this worked for me=
=
using Visual Studio 2005 on Windows XP. MSDN docs were also updated in =
=
the process.
On Wed, 14 Feb 2007 16:22:45 +0100, Chris <chris01@newsgroups.nospam> =
wrote:
> I understand what everyone is saying, but the MS Launch Tour presentat=
ion
> showed that we would use the System.IO.Packaging class to work with th=
e =
> new
> Office 2007 formats. They said it is part of framework 3.0.
> Now I have installed framework 3.0, I cant find the Packaging class an=
d =
> it
> seems most of the links pertaining to framework 3.0 on the MS website =
are
> dead end links.
>
> Do I need to add another reference to my project to make use of 3.0
> features?
> Chris
>
>
>
> "Morten Wennevik [C# MVP]" <MortenWennevik@hotmail.com> wrote in messa=
ge
> news:op.tnp7vmpsdj93y5@tr024.bouvet.no...
>> Hi Chris,
>>
>> .Net 3.0 is just .Net 2.0 with a few added libraries, there is nothin=
g =
>> new
>> in the basic framework, and installing .Net 3.0 on a system without .=
Net
>> will result in both .Net 2.0 and 3.0 being installed. With .Net 3.0 =
you
>> get WF (Windows Workflow Foundation), WPF (Windows Presentation
>> Foundation) and WCF (Windows Communication Foundation).
>>
>> The next upgrade of .Net Framework is actually .Net 3.5, which will b=
e
>> launched with Visual Studio Orcas
>>
>>
>> On Wed, 14 Feb 2007 05:10:06 +0100, Chris <chris01@newsgroups.nospam>=
>> wrote:
>>
>>> I don't get it.
>>> The first thing I went to check out was System.IO.Packaging but it w=
as
>>> not
>>> there...
>>>
>>>
>>> "sloan" <sloan@ipass.net> wrote in message
>>> news:uF4Rgz%23THHA.4828@TK2MSFTNGP05.phx.gbl...
>>>>
>>>> 3.0 is not a replacement, its an Addon.
>>>>
>>>> 2.5 would have been a better name for it.
>>>>
>>>> But oh well.
>>>>
>>>>
>>>>
>>>>
>>>> "Chris" <chris01@newsgroups.nospam> wrote in message
>>>> news:OYIIcq%23THHA.4784@TK2MSFTNGP03.phx.gbl...
>>>>> Hi,
>>>>> In updated to .NET Framework 3.0 but projects, even new, still
>>>>> reference
>>>> the
>>>>> 2.0 framework.
>>>>> If I go to my ASP .Net tab in web site properties, my only options=
=
>>>>> are
>>>>> framework versions 1 and 2.
>>>>> A reinstall of 3 tells me that it is already installed.
>>>>> This is running on Windows XP Prof.
>>>>> Anyone know what the problem is with this?
>>>>>
>>>>> TIA,
>>>>> Chris
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>> --
>> Happy Coding!
>> Morten Wennevik [C# MVP]
>
>
-- =
Happy Coding!
Morten Wennevik [C# MVP]