Convert Work into a MSI file
I have a Visual Studio work and I would like to make the work into a MSI file. What application should I use?
View ArticleJoin using LINQ
HI ,I am using below code(basically a loop) to get common data from various tables in dataset. Could you please let me know how to get data from multiple tables based on one column and create output...
View ArticleCan I access Exe from shared location
Hi, I have an client application which calls different exe's.I want to call these exe's from a shared location i.e. in a folder on any computer shared to all client. I have 70 client application which...
View ArticleVisual Studio 2012 Express with C#: SQL Server 2012 Management Studio...
Hi all,I have a database "Books-Authors" (with 2 tables) in my Microsoft SQL Server 2012 Management Studio. In the WPF application of Microsoft Visual Studio 2012 Express, I launched a project of...
View Articlemsdn subscription
Dear Sir, How can you please subscribe MS D.N for me ? I want to be a part of your team, I have to work with you as a team member. It would be my professional growth while working with you.
View ArticleCreate or Write a pdf file ...
Is there any way to create and write a pdf file in vb.net without third party tools or dlls ???
View ArticleSmtpClient send method is not working on Windows Server 2012...
My asp.net application is sending mails correctly on my development system (windows 7 64bit) deployed on IIS. However the same application deployed on Windows Server 2012 64 bit does not send mails....
View ArticleWe can use delegates in interface through events
public delegate void UpdateStatusEventHandler(string status); public delegate void StartedEventHandler(); public interface IMyInterface { event UpdateStatusEventHandler...
View Article.NET 4.0 Remoting TCP in localhost setup
Hi,I have an existing application that uses both IPC and TCP client connection. The server is setup to create both IPC and TCP server channels to cater both IPC and TCP client connections. The client...
View ArticleCan not compile - Format field in...
I have an existing code which refers the class in the following link http://msdn.microsoft.com/en-us/library/system.data.services.client.dataservicecontext(v=vs.113).aspx There is a line of code...
View ArticleSetting Default Application Value
Hi,I am creating an application which is not containing any database or file system.For this application i want to store a configuration i.e. user type which user can set only when first time it starts...
View Articlecan't publish asp.net vNext application on IIS (no express)
Couldn't determine an appropriate version of KRE to run. Verify that you have a k.ini file with KRE_VERSION=version and that the KRE package is available at KRE_HOME or as a sibling directory to the...
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 ArticleHow canI pass a path of a file fromUI to filestream?
Hy guys,My task is to take some string from GUI (which is supposed to be a path to the file) and to read a file from the filestream.pretty simle, but I failed with the mission.the code snippet is like...
View ArticleGetForegroundWindow() returns zero
I have a C# program which outputs the foreground window using GetForegroundWindow().It works fine until I minimise the foreground application by clicking on its icon from the task bar; When I open the...
View ArticleValidateCredentials work around for Bug?
Does anyone else been able to confirm the COM release bug on the PrincipalContext.ValidateCredentials() and come up with a work around? When using a ContextType of Machine to validate a local user's...
View ArticleHow to find a specific file by traversing hard disk using c#
Hi,I am trying to find an .exe file which is residing in my local system. I was looking for a LINQ which can do the thing for me and i found this piece of code. But the issue is that it will throw...
View Articleoperation must use an updateable query
HiI've created a simple application in Visual Studio 2010 using a Microsoft Access database.When I deploy the application to another PC and try to update it, I get the following error:"Unhandled...
View ArticleHow to Convert Resume column to XML format in C#.Net(Asp.net MVC)
I want to import a resume like when a resume is uploaded on Web page screen, immediately resume content like candidate skills,experience should display on text fields like skills on skills textbox from...
View Article