emineshn / breezemultitouch

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

error while compiling... #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
i tried compiling and running the application but it gives me error.
1. the error is: no overload for method 'Invoke' takes 1 argument -
Framework.cs
2. No overload for method 'BeginInvoke' takes 1 arguments -
MTSmoothContainer.cs

What version of the product are you using? On what operating system?
BreezeWPF_1.0.2. Also tried on 1.0.3. Windows XP

Please provide any additional information below.
Thank you very much,,,,

Original issue reported on code.google.com by senthil....@yahoo.com on 11 Jan 2010 at 7:03

GoogleCodeExporter commented 9 years ago
This particular line is using a Lambda expression, only supported from WPF 3.5 
onwards.

Breeze is designed for WPF 3.5.  Please retry with Visual Studio 2005 onwards 
with WPF 
3.5.

Original comment by badbod99 on 12 Feb 2010 at 3:44