Printing from windows service on windows 8 fails
I have a windows service application written in C# .NET. This application is used to generate a report pdf by printing document to local software printer that generates PDFs. This works well on Windows...
View ArticleNot able to push the latest dll(throw upadate) to GAC in windows 8
Hi ,I have a WPF tool having a dependency on few dlls.if i install a new Kit..i am not getting any issues.i am getting the problem if i update the tool using smart update tool in Window 8updated dlls...
View Articlehow to set multiple validation group in asp.net
how to set multiple validation group in asp.net on single button click eventVishalDream
View ArticleConnecting to License Application on Server
Hi, I am developing a C# Windows Application which will run with MySQL backend. I want to have a server application running on the server to do few server tasks. It will be great if my server...
View ArticleCould not retrieve “UserCertificate” Property From Active Directory User account
I have been trying to retrieve a property named "userCertificate" from an user's Directory entry through C#. However I could not find it. After read few articles I have done...
View ArticleDoes ASP.NET 4.5 enforce MaxHttpCollectionKeys limit
Does ASP.NET 4.5 still throw an exception when MaxHttpCollectionKeys is exceeded?We have an ASP.NET web forms page that may submit more than 1000 form items and we previously had to increase the...
View ArticleUrgent! Unable to load DLL. The specified module could not be found.
I have an application that is built in VB.NET, Visual Studio 2005 and am using ClickOnce to publish and deploy my application. There is a part of my application that requires the use of 3rd party...
View Articlewmimgmt.msc failed to connect to remote computer because "Win32: The RPC...
I've similar problem (NOT exact one) http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/4207c95f-bfbc-4b04-8d99-27abd5c0d96b/I'm trying to connect (wmimgmt.msc) my remote server located at...
View ArticleWait for an async-continuation before proceeding
I'm using async/await to provide a continuation for a task that needs to be run in the UI context. However, the continuation may be pre-empted by another block of code that needs to wait for it to...
View ArticleAsp.Net Identity 2 without entity framework...
I need to have an custom ado identity store (with new Identity 2) to access "existing" user and role tables using ado.net and stored procedures "without" the entity framework. What do I need to do...
View ArticleReadable (Custom) Y-Axis labels
I am hoping there is a non-CustomLabel route for me here, if there isn't then I think I can handle this. Here is my problem: I am representing a numeric entity (number of items) on Y-axis in a chart....
View Articlestylesheet is too complex
Hi,We are having XSLT which is working fine in .net framework 3.5 & on windows server 2008 R2. Recently, we migrated the application and windows server to .net framework 4.0 & windows server...
View ArticleUsing Settings file in .NET 3.5
I use .net 3.5 for my class library project.I create a Settings file and with a boolean value , and I change its value on button click:The Settings value is changed and saved properly, but I get the...
View ArticleAwait callback order
It seems that behind the scenes, the Await keyword schedules a continuation of the code using the current ExecutionContext. Does the scheduler run registered callbacks/continuations in LIFO or FIFO...
View ArticleBarcode reader integration with C#
Team,My Requirment is to read the barcode using handheld device and display that barcode in C#.In short I need code for barcode reader integration with C# or VB.Net .PLease provide me such code.Thanks...
View ArticleGet values from virtual properties
If I have this class below:public class Product { public int ProductId { get; set; } public virtual List<Author> Author { get; set; }How can I get it's values on razor aspx file...
View ArticleWhy aren't standard time and daylight savings time different now, in August?
My Windows 7 system is on daylight savings time. That is, it displays daylight savings time (the same value as the cable box and all of the clocks in my house which I set ahead in March) and...
View ArticleSlow performance between events GENERAL_READ_ENTITY_START and...
Problem: sometimes (randomly) http requests execute very slow. Configuration: Windows Server 2012 R2, asp.net 2.0, integrated mode. Investigation via IIS built-in tracing shows that time is taken...
View Articlehow to synchronize my own track bar with mediaplayer control in C#
how to synchronize my own track bar with mediaplayer control in C#
View Article