Forum C# No System.Windows found

No System.Windows found

Postby olgeorge » November 12th, 2012, 2:23 am

I'm getting an error in the line

using System.Windows;

It says:

The type or namespace name 'Windows' does not exist in the class or namespace 'System' (are you missing an assembly reference?)

I want to use class System.Windows.Vector. Does anyone know why it's like that? Is it because of the whitelist?

Thanks
olgeorge
 
Posts: 12
Joined: November 9th, 2012, 9:20 am

Re: No System.Windows found

Postby Henrik » November 13th, 2012, 12:43 am

That namespace is not on the whitelist, no.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to C#



cron