How to set nullable property to anonymous
How do i set the properties of "result" to nullable int. The code below doesnt...
View ArticleIs there any limitation for the information that a window service can...
Is there any limitation for the information that a window service can exchange with a windows application?
View ArticleControl creation based on control_id stored in Model
In my database, i have a column called control_id which consists value like 1,2,3,4. Based on this value, i have to generate controls like Text box, Dropdownlist and Check box. (For example, if my...
View ArticleVoice Recording Format at 8000 Hz,16 Bit, Mono
Hi, Im creating a program using c# to record voice recording which base on the system setting. So i require to be able to set the voice recording format to 8000Hz, 16 bit in the system but not using...
View ArticleSave & access local machine excel file from SharePoint 2010 server location
have an upload Excel functionality which will upload the data from excel to a Asp.net Text Box control. Currently my asp.net application is hosted on SharePoint 2010 environment. When the excel is...
View ArticleRegex
Is this correct? Regex r = new Regex("X"); string[] v = r.Split("oneXtwoXthree"); // v = [one, two, three] But: Regex r = new Regex("(X)"); string[] v = r.Split("oneXtwoXthree"); // v = [one, X, two,...
View ArticleSystem.ComponentModel.Win32Exception (0x80004005): The specified server...
Greetings,I have a program running a FileSystemWatcher to watch for changes to a log file on a mapped drive (code below). This same program is running on three different production machines and two of...
View ArticleCertificate validation time delay when VPN is turned on
Hi, I've faced with problem with time delay during certificate validation. I'm using WIF and JWT Token Handler extension for my claim-based authentication. And in case VPN is turned on I have time...
View ArticleWIA in C# .NET .
HiIs there any good full example in MSDN website using WIA(Windows Image Aquisition) in C# .NET Thanks,Rajeev
View ArticleInstalling a custom .dll (I appollogize in advance if this is the wrong forum)
I have written several PowerShell cmdlets all contained in one .dll. After making updates to the .dll is it necessary to uninstall/reinstall the .dll using the installutil program or is it acceptable...
View ArticleWhat is the equivalent of My.Settings.DebugMode in C#
What is the equivalent of My.Settings.DebugMode in C#Choose a job you love, and you will never have to work a day in your life. - Confucious
View ArticleXmlDocument class to binary format conversion
Hello community, I'm designing a desktop app, and reusing code that stores it's data in Xml text format. I use the System.Xml namespace and the XmlDocument, XmlAttributes to achieve that goal. What I...
View Articlehow to export data from datatable to Excel and save in solution explorer
Please provide solution to this how to export data from datatable to Excel and save in solution explorer
View Articletype exists in BOTH assemblies (BUT FOR GOOD REASONS)
Hi FolksI've been kind of forced between a "rock and a hard place" in terms of what we refer to as our "Global Directory" (SSO - single sign-on services) and how SQL Server 2012 SSRS works as well.1....
View ArticleCancellationTokenSource is not working
I have a producer-consumer application, I wrote it as a WPF. For the convince, I set the project's property as console, so I can simply using Console output.Basically I add integers to a BufferBlock...
View ArticleCorrect way to launch a file editor from WinForms app
I am trying to offer users the ability to edit image files from a WinForms application. The files are sourced on a network drive. I want to launch MSPaint to allow editing and then the Save needs to...
View ArticleScanned folder in WIA(Windows Image Acquisition) in C# .NET
Hi,How to find the saved scanned file folder in WIA(Windows Image Acquisition) C# .NET .Thanks,Rajeev
View Articlehow to synchronize my timer together with my trackbar c#?
Hello to everyone :Dwell some days ago i have been reading some information about c#, well after that i decided to make a Mp3 player,i have read a lot of information for the "timer" but i haven't made...
View ArticleHow can I view all exceptions in our app?
Hi;We're trying to track all exceptions when someone uses our program. Is there a way, that won't noticeably impact performance, where we can copy all handled and unhandled exceptions?We don't care...
View Article