Look into the attached sample POC.
It is developed in VS2010; so if you cant opn the solution, try looking into the files using the VS version that you have.
Mate, when you try to run the service directly just by double clicking it, do you see any error message poping up ? saying you cannot run service from command line ?
WPF (Windows Presentation Foundation) is a subset of Silverlight. Using WPF you can make rich windows applications. If you want your application to be a browser based, then you can use Silverlight.
...
Have you made a console appication ? or is it a proper windows service ?
Does it show error message saying that it cannot start service from command line ? when you try to open it directly ?
I want to do communication between to PCs using the Wifi network. Can it be achieved using Socket programming in C#? and if yes then can someone please show me some pointers ?
We are adding additional functionality to the existing website.
The additional feature has export functionality which exports data to excel sheet (template).
It has links...
According to me, you cannot access the user's machine (local directory) directly though web site. One thing you can do is, create a program (exe) which will download your client from your site and...
In the above code, i see inspStartTime.StartTime and inspEndTime.EndTime is being set the btn.Text value.
May be that it why you get the same value in the messagebox ? :confused:
When you run the xbap application, check whether the outlook is running or not. If it is running, close the outlook app. then try running the xbap application. :rolleyes: