WPF Compiling for 64 Bit – undefined clr namespace
I was building a rough WPF application on my 64 bit Windows 7 box and it uses the 64 bit Oracle client so I set my solution to compile as 64 bit. When adding references to even local assemblies in my XAML I kept getting this undefined clr namespace error. I searched around for a …
Continue reading ‘WPF Compiling for 64 Bit – undefined clr namespace’ »