Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query regarding theerror #13

Closed
GoogleCodeExporter opened this issue Aug 16, 2015 · 4 comments
Closed

Query regarding theerror #13

GoogleCodeExporter opened this issue Aug 16, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Dear All,
I am getting the following error when compiling the Myboghe source code.

Error   1   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate, object)' has some invalid 
arguments   E:\myboghe\boghe\boghe-core\Services\Impl\XcapService.ResourceLists.cs
    85


Source code where i have error:-
//Update contacts/groups on the UI thread as CollectionView does not support 
changes from a thread different from the Dispatcher thread
            new Thread(new ThreadStart(delegate(){
                    this.manager.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, UpdateGroupsAndContactsDelegate(this.contactService.UpdateGroupsAndContacts),
                        new object[] { freshGroups, freshContacts });
                })).Start();

Please someone help me out here, i am new in C#.
Thanks in advance...

Original issue reported on code.google.com by tarunban...@gmail.com on 17 Dec 2010 at 10:55

@GoogleCodeExporter
Copy link
Author

What is you visual studio version, Windows version, ...?
To build the client you need at least .NET Framework 3.5 or later.
Is it the case?

Original comment by boss...@yahoo.fr on 20 Dec 2010 at 8:06

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Issue 15 has been merged into this issue.

Original comment by boss...@yahoo.fr on 20 Dec 2010 at 8:07

@GoogleCodeExporter
Copy link
Author

I am using Version 3.5 .net framework and visual studio 2008...but i have 2.0 
and old ones too on my system. I am trying hard but I am not able to find out 
the solution.

Please some one help me out here....

Thanks in advance....

Original comment by tarunban...@gmail.com on 20 Dec 2010 at 9:33

@GoogleCodeExporter
Copy link
Author

Original comment by boss...@yahoo.fr on 3 Jan 2011 at 5:53

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant