ajitd / boghe

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

errors in building boghe project #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,
       I have downloaded the project from the following link information:http://code.google.com/p/boghe/wiki/Building_Source

when i try to build the project it gives the following errors.my system 
information SP3. please resolve my issue. 
/*****************Error*******************************/
Error   19  x:TypeArguments="corem:HistoryShortMessageEvent" is not valid. 
'corem:HistoryShortMessageEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryShortMessageEvent.xaml  1
Error   20  x:TypeArguments="corem:HistoryShortMessageEvent" is not valid. 
'corem:HistoryShortMessageEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemShortMessage.xaml  1
Error   15  x:TypeArguments="corem:HistoryFileTransferEvent" is not valid. 
'corem:HistoryFileTransferEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemFileTransfer.xaml  1
Error   18  x:TypeArguments="corem:HistoryFileTransferEvent" is not valid. 
'corem:HistoryFileTransferEvent' is not a valid type name reference for the 
generic argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryFileTransferEvent.xaml  1
Error   17  x:TypeArguments="corem:HistoryChatEvent" is not valid. 
'corem:HistoryChatEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryChatEvent.xaml  1
Error   16  x:TypeArguments="corem:HistoryAVCallEvent" is not valid. 
'corem:HistoryAVCallEvent' is not a valid type name reference for the generic 
argument at position '1'. Line 1 Position 
16. D:\Windows\myboghe\boghe\boghe-app\Items\ItemHistoryAVCallEvent.xaml    1
Error   14  x:TypeArguments="corem:Contact" is not valid. 'corem:Contact' is not a 
valid type name reference for the generic argument at position '1'. Line 1 
Position 16.    D:\Windows\myboghe\boghe\boghe-app\Items\ItemContact.xaml   1
Error   1   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\XcapService.Resource
Lists.cs    79
Error   6   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 15
5
Error   8   The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 21
0
Error   10  The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 27
1
Error   12  The best overloaded method match for 
'System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherP
riority, System.Delegate)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\ContactService.cs 38
6
Error   4   The best overloaded method match for 
'System.Collections.ObjectModel.ObservableCollection<T>.ObservableCollection(Sys
tem.Collections.Generic.List<T>)' has some invalid 
arguments   D:\Windows\myboghe\boghe\boghe-core\MyObservableCollection.cs   36
Error   3   Argument '2': cannot convert from 'object[]' to 
'System.Delegate'   D:\Windows\myboghe\boghe\boghe-core\Services\Impl\XcapService.
ResourceLists.cs    80
Error   7   Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   155
Error   9   Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   210
Error   11  Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   271
Error   13  Argument '1': cannot convert from 'System.Threading.ThreadStart' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\ContactService.cs   386
Error   5   Argument '1': cannot convert from 
'System.Collections.Generic.IEnumerable<T>' to 
'System.Collections.Generic.List<T>'    D:\Windows\myboghe\boghe\boghe-core\MyObser
vableCollection.cs  36
Error   2   Argument '1': cannot convert from 
'BogheCore.Services.Impl.XcapService.UpdateGroupsAndContactsDelegate' to 
'System.Windows.Threading.DispatcherPriority'   D:\Windows\myboghe\boghe\boghe-cor
e\Services\Impl\XcapService.ResourceLists.cs    79

/****************End Error****************************/

thanks ,
rohit

Original issue reported on code.google.com by RohitNeg...@gmail.com on 18 Dec 2010 at 9:29

GoogleCodeExporter commented 9 years ago
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:07

GoogleCodeExporter commented 9 years ago
thanks for your quick response .
I am using visual studio 2008(.net framework 3.5) and XP service pack 3 and 
Microsoft DirectX SDK (June 2008).

thanks ,
rohit

Original comment by RohitNeg...@gmail.com on 20 Dec 2010 at 8:28

GoogleCodeExporter commented 9 years ago
According to issue16 (http://code.google.com/p/boghe/issues/detail?id=16), you 
can fix the problem by using .NET framework 3.5 SP1. Could you please update 
your framework to SP1 version?

Original comment by boss...@yahoo.fr on 20 Dec 2010 at 2:30

GoogleCodeExporter commented 9 years ago

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