The MSDN docs should tell you what namespace and assembly a particular class is in (there's a requirements section in the class overview that lists this.  e.g. String is at http://msdn.microsoft.com/library/default.asp?url="">).

You should check the GAC for the required assemblies.  They won't necessarily be in the framework directory.

----- Original Message -----

From: psi <[EMAIL PROTECTED]>

Date: Saturday, September 23, 2006 5:31 pm

Subject: Re: [IronPython] Direct3D IronPython Sample

> i've also found;
> clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3D")
> clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3DX")
>
> by seaching msdn for info on the missing objects/types and noting the
> assembly
>
> bit by bit more of the framework.py script runs, without any new
> downloads, however;
>
> the next missing object/type is Direct3D.PresentParameters, which
> is in
> Microsoft.WindowsMobile.Directx.dll ??? along with Direct3D.Device,
> (also required)
>
> my machine has Microsoft.WindowsMobile.Directx.xml (in the .net 2
> directory ) but not the dll.
>
> and this seems to be part of Microsoft Windows CE .NET 4.2 ???
>
> have to say there seems to be a story here but im blowed if i can see
> it, does anyone have any idea what this is all about?
>
> ________________________________________ _______
> users mailing list
>
[email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to