Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~513 People Reached
Favorite Tags
Member Avatar for tsfaridi

Hello! I have followed this tutorial for building my chat application. When i try to add reference of my service i get the following error: [I]Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it.[/I] My web.config is as follows: [CODE]<system.serviceModel> <extensions> <bindingExtensions> <add …

0
78
Member Avatar for tsfaridi

Hello! I am calling a table-valued function, of my database in SQL server 2008, from WCF Service and storing its results in LinkedList. On other side when I call this service and get this LinkedList, all of the nodes contains the same value. Code which I am using is as …

0
65
Member Avatar for tsfaridi

I am working on Silverlight.... I am using MatriX XMPP SDK for facebook chat integration. I am following [URL="http://www.ag-software.de/matrix-xmpp-sdk/matrix-developer-tutorial/"]this[/URL] tutorial, under section 3.1 it talks about connecting to a XMPP server. I am using following details: Username: My facebook username ([url]http://www.facebook.com/username[/url]) Password: My facebook password Domain: chat.facebook.com Port: 5222 But …

Member Avatar for tsfaridi
0
88
Member Avatar for NinjaLink

Hello, I need some advice to help me write a program to convert postfix to infix. However, I am having difficulty getting started. I tried to search for more information, but all I got was infix to postfix results. This is what I have so far, but I want to …

Member Avatar for tsfaridi
0
196
Member Avatar for tsfaridi

I am using this code for displaying images on JPanel, in which i succeeded, but the images are volatile. When i maximize or minimize the frame, it vanishes. [code] public class ImagePanel extends JPanel{ private BufferedImage image; public ImagePanel() { try { image = ImageIO.read(new File("image name and path")); } …

Member Avatar for tsfaridi
0
86