First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
FileSystemWatcher
Hi there, I cannot get the FileSystemWatcher to work. I want to monitor a directory for when files are copied into it. I have set the Filter property to *.* and the NotifyFilter property to CreationTime. However, the Created event never gets raised. I'm running it from a system service if tha... 26 Jun 2008 02:18
webbrowser control
Hello, I'm trying to automate webbrowser using webbrowser control. I have problem with pages using ajax, as when LoadComplete event is executed, ajax part is not yet loaded, and after it is loaded - webbrowser does not throw next complete event. How should I use webbrowser control in order to get document with dom ... 22 Jul 2008 03:27
%CLRVERSION%
Hi all! Since I had to repair my system (Windows Server 2003 R2 SP2) using the installation CD, and after having applied the system updates that Windows suggested, I encounter the following error: When I start Visual Studio, a message appears stating that *c:\windows\Microsoft.NET\Framework\<two_cryptic_char... 4 Jul 2008 19:13
VS 2008 tutorial recommendation
I'm a new user of Visual Studio 2008 and wondered if anyone had recommendations for a book or a website to give a tutorial. I want to learn about this version of Visual Studio and I also want to learn about this version of Visual Basic. Thanks. ... 23 Jun 2008 01:28
WCF Error
Hello, I have a simple WCF client/service solution and I'm trying to call an operation in the service from the client. However, I get the following error back: System.ServiceModel.CommunicationException: The socket connection was aborted. This coule be caused by an error processing your message or a rec... 21 Jun 2008 17:53
Identifying the Publish Version of a ClickOnce app at Runtime
Not really sure where to post this but here goes: I would like to be able to put a Publish Version in an AboutBox in my VS 2008 WPF application. I am following this example in the VS2008 help files: ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.deployment/html/a848f1ad-bea0-1762-ff71-542adc0cdcc9.htm I... 25 Jun 2008 02:41
Using Structs As Dictionary Keys
Good afternoon. I think I've gotten to the bottom of an issue that's been frustrating me this afternoon, but I find the result somewhat astonishing. Can anyone explain to me why this is desirable behavior? I need to look up values based on four integer keys. I've written two- and three-key dictionary wrappe... 20 Jun 2008 19:27
How to determine if a property is inherited or not using reflection?
digger wrote: Checking if .DeclaringType is the same as .ReflectedType should do the trick. I tried that and it seemed to work in most cases - except for one case where I had a class ButtonControl that inherited an Infragistics button control and the declaringtype and relfectedtype were my buttoncon... 20 Jun 2008 16:22
Did you find an answer?
Dean, I know it's been a while, but I'm seeing the exact same behavior and I also get the "Cannot re-call BeginGetRequestStream/BeginGetResponse" error when I try the retry. Any help in pointing me in the right direction would be appreciated. Trent ... 20 Jun 2008 16:22
Selecting ComboBox Item throws odd exception.
I'm creating a sample project to help solve another problem (oh how this rabbit hole is getting deep!) and I'm having the following problem. Given the following XmlDataProvider: <Window.Resources> <XmlNamespaceMappingCollection x:Key="namespaceMappings"> <XmlNamespaceMapping Uri="http://www.w3... 20 Jun 2008 14:19
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45