Hi all...
I have a Silverlight Chat Application.
When I run the application, I get a bunch of Exceptions - A first chance of Exception of type 'System.IO.FileNotFoundException' and A first chance of Exception of type 'System.OutOfMemoryException'.
There is no error in the code(nether logical error nor syntax error).
How to solve these issues ??
Please help...
Also, in the same application, there is one strange thing happening while debugging the code...
After I debug the Login Page and redirect to other page, then after the page load event, the debugger comes back again to the Login Page and continuously debugs it.
I am not finding a solution for this.
Please help..........
Thanks a lot in advance...
Loading
Santhosh Kumar JayaramanPosted Jan 9, 2013, 3:52 AM
Inside checkuserdetails you are calling the same callback completed event again and again. So it goes inside checkuserdetails method again and again. check the highlighted code and let me know whether the code is really required there or not?
Riddhi ValechaPosted Jan 13, 2013, 9:04 AM
I need help in the chat application once again........
I need the following logic -
I have to list all the tables names in a combo box.
Select a particular table.
And then list all the column names of that table in the second combo box.
I get the list of tables. But, I don't get the column names list.
The code that I tried is there in the complaint management system also...
Please help me out once again.........................................
Thanks all in advance......
Riddhi ValechaPosted Jan 12, 2013, 3:50 AM
A Million Billion and Tons and Tons of Thanks to all.................
Thanks a lot for this great help................................
THANKS THANKS THANKS
Dinesh BhojePosted Jan 11, 2013, 4:54 AM
just check the attached file.. its working fine..
Riddhi ValechaPosted Jan 9, 2013, 3:16 AM
I have attached my dummy project - Complaint Mgmt System.
I have used the same code in Chat Application.\
After I debug the Login Page and redirect to other page, then after the page load event, the debugger comes back again to the Login Page and continuously debugs it.
I am not finding a solution for this.
Please help..........
The below method -
Thanks in advance...........
Santhosh Kumar JayaramanPosted Jan 8, 2013, 8:35 AM