Author Topic: WPF and AutoCAD  (Read 9028 times)

0 Members and 1 Guest are viewing this topic.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2138
  • class keyThumper<T>:ILazy<T>
Re: WPF and AutoCAD
« Reply #15 on: January 28, 2016, 01:19:08 AM »
Have you referenced System.Xaml ?

If you want people to look at this issue the least you could do is attach a zip of the FULL project/solution.
... and instructions to reproduce the issue.




Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Coder

  • Swamp Rat
  • Posts: 827
Re: WPF and AutoCAD
« Reply #16 on: January 28, 2016, 02:28:25 AM »
Hi kerry,

Yes I already added the System.Xaml  I closed and opened the project again the error disappeared.  :crazy2:

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
Re: WPF and AutoCAD
« Reply #17 on: January 28, 2016, 04:32:53 AM »



Once you've got your head around MVVM, melt it with http://reactiveui.net/. This is what is keeping me up at nights at the moment.

If you want to know more about Reactive Extensions , http://www.introtorx.com/ is probably the best place to start.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2138
  • class keyThumper<T>:ILazy<T>
Re: WPF and AutoCAD
« Reply #18 on: January 28, 2016, 09:15:55 PM »


Once you've got your head around MVVM, melt it with http://reactiveui.net/. This is what is keeping me up at nights at the moment.
If you want to know more about Reactive Extensions , http://www.introtorx.com/ is probably the best place to start.

:-)
Functional reactive programming is the peanut butter and chocolate of programming paradigms.
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.