April 26th, 2011, 02:18 AM
Hi.
I have out-of-browser application that is getting updates by the event "CheckAndDownloadUpdate".
My problem is that my application will be updated EVERY time it will start.
After...
February 27th, 2011, 03:32 AM
Hello.
I have silverlight application hosted by WCF.
How do I set the end point address to be configurable?
is it in the web.config of the web component?
any other configuration that is building...
February 13th, 2011, 09:21 AM
Hello.
I have Silverlight application that gets its data from database, using Stored Procedure.
Is there a way to "bind" the application to the database to get updates?
Is the only way is...
February 9th, 2011, 02:56 AM
Hello.
I have Stored Procedure that expose data from 3 DB tables.
How do I use it as data resource in SilverLight application?
Any link / step by step will be greate.
Thanks,
January 7th, 2011, 05:50 AM
Sorry, guys.
The crush was not by my program but from a application that monitors it.
Sorry and thanks.
January 5th, 2011, 02:20 AM
How complex is it to listen to TCP, as you said, by C# program?
Thanks.
January 4th, 2011, 04:10 AM
Hi.
Strange thing:
When I change the clock of the PC (XP SP2), something link current time is 12:03:34 to 12:05:34, my application crash.
nothing in application log, though every method has...
December 29th, 2010, 08:56 AM
Hi.
This one is little cloudy question...
There is a server that is connected to another machine (Linux based).
The other machine needs to transfer short data (one line of text) to the server....
August 30th, 2010, 06:22 AM
Hello.
I'm designing a system to display data that is collected from several origins.
I will be glad to read every comment and every input.
The starting point is simple asp file or any C#...
August 27th, 2009, 02:59 AM
Hello.
I have class "A" that needs to creat another class "B".
In one case, class "B" needs to have one attribute/field and in another case two attributes/fields.
I thought to split class "B"...