http://www.mdrsesco.biz/Unexplained.png contains an icon showing two door...
There are a slew of files in C:\Windows\System32 that cannot be enumerated by System.IO.Directory.GetFiles(). One of them is slui.exe. It shows up in Windows Explorer next to an icon that appears to...
View ArticleHow much cellular data does a YouTube video use on Windows Phone?
Thanks.P.S. Can somebody change the category?
View ArticleHow to get the DomainSid or domain Sid ?
Hi,I would like to use this:SecurityIdentifier sidAdmin = new SecurityIdentifier(WellKnownSidType.AccountDomainAdminsSid, domainSid);But i don't know how to get the domainSid. I tried...
View ArticleAllowing null ConfigurationProperty defaults
Custom configuration sections do not allow ConfigurationProperty items to return null as a default value, even if that is what you request. It seems likely the problem is in the class indexer of...
View ArticleWhat is the difference of using Invoke and without invoke for invoking...
Lets consider the below example,1. Invoke the delegate reference with Invoke keyword, public delegate double returndel(int r); private void button1_Click(object sender, EventArgs...
View ArticleRegular Expression Capturing Repeated Patterns
I have a string pattern that looks like "PartList ABC1 TO ABC20" and some times it looks like "PartList ABC1 TO ABC20 AND XYZ1 to XYZ15". The string indicates a part type and the range of part numbers...
View ArticleSystem.Reflection.MethodInfo.GetCurrentMethod.Name now throwing "Cannot...
For the last five months I've been working on an ASP.NET 4.5 project using VS2013 Ultimate and Visual Basic. I've been developing on my location machine, using local ISS and a networked SQL 2012...
View ArticleMSTSCLib RemoteApp Launched Application/Child forms open in middle of...
Im using axMsRDPClient7NotSafeForScripting and connecting to windows 2008 r2 server in RemoteApp or "RemoteProgram.RemoteProgramMode = true". Everything opens fine, but the applications are opening in...
View ArticleBased on following code Form Key press Event, after loading form, If I Press...
private void EditGuestForm_KeyPress(object sender, KeyPressEventArgs e) { string j=e.KeyChar.ToString(); if (e.KeyChar ==(char)Keys.F1) {...
View ArticleWhy the C# Serial port can't Receiving Message but the VB6.0 mscomm can do it.
Dear . I have a big problem with the serial port. So I have two solution to read the serialport's message. the serial setting the same the computer. So I confirm that serial port settings is...
View ArticleStream is empty after read
Hello, I,m new in programming, and now trying save email message body to disk, i have stream with body that sucessfully saved to disk, but after my original stream is empty? Why? What i should do?...
View Articlemicrosoft expression encoder 4 allowing to record only for 10 minutes? what...
Hi Support,I am using Microsoft Expression Encoder4 for Recording Audio/Video of Desktop. the application will work fine for 10 minutes, later application will automatically stop the recording. please...
View ArticleWhat am I doing wrong with Impersonation on HttpListener class?
Hello,I have a weird problem with the HttpListener class. Please consider the following sample application:using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
View ArticleHow to log when windows service is being stopped by server restart c#
I want to handle when windows service is killed by task manager or by system restart. I tried using below handler inside Timer_Elapsed method of the service timer public void Start() {...
View ArticleTypeForwardedTo in C++/CLI
When I use the attribute TypeForwardedTo, C++ compiler does not create a directive .class extern forwarder Test1.ClassO1 { .assembly extern NewCDiez } and leaves the attribute with constructor .custom...
View Articleback up problem with localdb
hi.i'm using localdb database and i tried to get back up from it .it's worked but after publishing the program and installing it,(winform app & c#) because of changing the .mdf to .mdf.deploy or...
View ArticleCould not load file or assembly 'Ajaxcontroltoolkit' or one of its...
Hi all,I have searched a lot in google, but could not find the same scenario i am facing.I have a asp.net 3.5 web application, which use ajax toolkits. Also, I am impersonating the logged active...
View ArticleSystem.DirectoryServices.AccountManagement for a Forest of domains
The GroupPrincipal FindByIdentity finds me all the members of an Active Directory group.I ran into problems when I started to have a forest of domains. What is the proper method for finding the members...
View ArticleThe authentication of the newest created users failed
Hello,In our ADFS server the authentication of the newest created users failed, also the newest created groups doesn't return as claims. We have over 14000 users.Please let me know if anyone had any...
View Article