On Jun 22, 3:36*pm, Blau <jodyb...@gmail.com> wrote:
> On Jun 22, 3:31*pm, Jon Skeet [C# MVP] <sk...@pobox.com> wrote:
>
>
>
>
>
> > Jon Skeet [C# MVP] <sk...@pobox.com> wrote:
>
> > > Blau <jodyb...@gmail.com> wrote:
> > > > I have .NET 3.5 installed. *Which SDK do I need?
>
> > > If you've got .NET 3.5 installed, that should be fine. Chances are you
> > > just don't have the right project references. When you created the
> > > project, what kind of project did you choose?
>
> > Apologies - I had assumed that if you'd installed .NET 3.5, you'd also
> > got Visual Studio 2008.
>
> > Is there any reason why you have to use VS 2005? It's all going to be
> > *much* easier with 2008...
>
> > --
> > Jon Skeet - <sk...@pobox.com>
> > Web site:http://www.pobox.com/~skeet*
> > Blog:http://www.msmvps.com/jon_skeet
> > C# in Depth:http://csharpindepth.com
>
> Ya, i'm trying to use the XNA stuff from microsoft, and XNA 2.0
> doesn't support 2008; So that is why i've been trying to figure it out
> for 2005
>
> Thanks,
>
> Jody- Hide quoted text -
>
> - Show quoted text -
So when I create a project, I create a windows game 2.0 project using
XNA 2.0 in Visual Studio 2005.
I'm trying to learn how to create buttons and other controls within
the game application. One reference book that I have wants me to
create a "canvas" on which to draw my controls; but I noticed a
reference to a Canvas on MSDN that is contained within
System.Windows.Controls; So I thought I would see if it was possible
for me to use the Canvas in that Namespace, rather than create my own.
So i rightclick on the project references and go to add a reference.
It brings up a list of .net references, but they are all 2.0
references and so the namespace I want isn't there. How do I make
visual Studio 2005 look for .net 3.0 or 3.5 references?
thanks,
Jody