Searching for a specific date within a list of dates
i've got a list of datetime objects, each has a date, let say it looks like the following:1/1/20122/2/20123/3/20124/4/2012the date i'm searching for is 20/2/2012 so the logic i'm trying to implement...
View ArticleList Contains duplicate entries
I am creating a simple employee class and then in employeeList function getting the List of employee to be returned.But the problem is, as it loop through the code list object is filled by same...
View ArticleHow to add a RegistrationBuilder to a catalog
How do I add a registrationBuilder to a container?ar registrationBuilder = new RegistrationBuilder(); registrationBuilder.ForTypesDerivedFrom<IMyClass>().Export<IMyClass>(); var catalog =...
View ArticleBug in DataTable Select logic?
So found a really odd issue in the DataTable Select method. Here's code from a console app that demonstrates it: string filterSt = "event_id=203518 AND (1=1 and not(event_id=203518))";...
View ArticleMSMQ Public Queue on Server 2012
Hi - I am trying to create a MSMQ Public Queue on a Server 2012 machine that is connected to a domain with a Server 2008 Domain Controller. In Server 2008, there is an option to include Active...
View ArticleProblem uploading files over 4MB in windows application
Hi,When I upload xml file over 4 MB over the internet, it gives an error.I'm not using any app and machine config file in my windows application. I'm using .net framework 4.0 and c# language.I've tried...
View ArticleC# .NET 4.0 application crashes randomly
Hi, We're having strange crashes in the our application after moving to .net 4.0. My C# application disappears randomly without any exception.The old version was running with .net 3.5 without any...
View Articleprogrammable debugger
HiI read something about new debugging classes in the framework and/or mono some time ago but can't seem to find it now.Basically what I want to do is take a piece of code (or assembly/pdb),...
View ArticleSystem.Speech Misrecognition Correction
Is here a way through the .NET Framework to correct misrecognitions, add/delete/modify words for a specific user profile?
View Article"Specific Version" & "Copy Local" settings are ignored
I have a c# project that references SSIS assemblies that I'd like to build as version independent (i.e. I want the program to execute on machines that have SSIS 2008 or SSIS 2012). I've gone through...
View ArticleIntrospect a c# class
I want to introspect the c# class in command line just like introspecting a java class by using the command > "JAVAP" class name(full path). Is there any way to do that? please help me.
View ArticleI have big proplem :(
hi i have problem in Microsoft.Net framework( 46 ) -{ my device is Sony vaio this is problem التصحيح اللحظي (JIT) بدلاً من مربع الحوار الحالي. ************** نص الاستثناء **************...
View ArticleWebBrowser memory leak - is there any real solution?
Around the internet there are plenty questions regarding WebBrowser memory leak problem. This is how you can confirm the problem: start a new project and add WebBrowser and Timer (shorter delay, will...
View Articlehttpwebresponse.close method
Hi In .net framework 3.5 , http 1.1 i.e persistent connections is used and pipelining is enabled bydefault. Could you please let me know it is neccessary to close stream or connection by calling...
View ArticleServicePoint/HttpConnection/Http 1.1/Resonse&stream.close internals. Please help
Hi In .net framework 3.5 , http 1.1 i.e persistent connections is used and pipelining is enabled bydefault. Could you please let me know it is neccessary to close stream or connection by calling...
View ArticleReg:Excel Upload
HI Friends,After Uploading a file i will show data in Gridview.Then i will Import in a Sql Table.Another machine i have published Its working fine.But After i have Publish in New Server its not...
View ArticleSystem.TypeInitializationException: The type initializer for...
Hi Everyone, I have developed Console application which will bind data from sql in crystal report and crystal report will get exported to PDF format, My Console application is running fine on local...
View ArticleSpeech Recognition Training in .NET Framework 4 and SAPI 5
I'm on a team with the Gamepipe program at the University of Southern California that is developing a voice command game.For our recognition we've been using the System.Speech.Recognition libraries and...
View ArticleHow to change the namespace when using message contracts? WrapperNamespace...
Hi guys, I know this isn't the right forum for my question. But the WCF forum seems to be kinda "inactive". I posted my question there, but I got no response. Please don't ask me to move my question....
View ArticleVisual studio 2010 Microsoft Help Viewer
Why when opened the it always open the help in web . How to set when openning the microsoft help viewer in the inner Viewer of Studio.
View Article