AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

PLINQO, CodeSmith and WPF #599

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Installed PLINQO and Codesmith
2.made auto generating  
3."CodeSmith.Data" could not be found( are you missing using directive or an 
assembly reference?)

What is the expected output? What do you see instead?
I want to use that auto code generated output in WPF. 
PLINQO usage is possible in my project or not?

What version of the product are you using?
Now is trial version PLINQO-v5.0.4.2087 and PLINQO-v5.0.0.1687.
All the version is show same error.

Original issue reported on code.google.com by naych...@gmail.com on 26 Jul 2011 at 1:31

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

To resolve this issue, please open your projects properties pane and change 
your projects Target Framework to .NET Framework 4 and not the .NET Framework 4 
Client Profile. 

Please let us know if you have any questions.

Original comment by bniemyjski on 26 Jul 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Thank you for you help. It is work on properly.Now, I face next error is 
binding Data Context. Error is "The invocation of the constructor on type 
"PLINQTest5.MainWindow"(My project) that matches the specified binding 
constraints threw an exception. 'Line number 4' and line position 53.

Original comment by naych...@gmail.com on 27 Jul 2011 at 6:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

This error is a WPF binding error that is unrelated to PLINQO. I'd recommend 
asking this question on the WPF forums located here 
(http://social.msdn.microsoft.com/forums/en-US/wpf/threads/).

Original comment by bniemyjski on 27 Jul 2011 at 12:52