Login to a remote desktop using MSTSCLib
I am trying to log in on a remote desktop. I am able to open the login screen with the following code. (rdpSP is a Microsoft Terminal Server Client Control - version 1)rdpSP.Server = "the IP";...
View ArticleLogin to a remote desktop using MSTSCLib
I am trying to log in on a remote desktop. I am able to open the login screen with the following code. (rdpSP is a Microsoft Terminal Server Client Control - version 1)rdpSP.Server = "the IP";...
View ArticleCompiler Error Message: CS0246: The type or namespace name 'CartelServices'...
I am hosting my web application into godaddy.com.If i write whole code inside single page then it works fine but if i make it modular and try to use namespace my class library then this error...
View ArticleWhy BitVector32 uses Mask instead of direct indexing ?
I have an instance of BitVector32. why should i have to access BitVector32 by Mask instead of index? what is the implementation purpose behind mask ? var bitVector32 = new BitVector32();...
View ArticleAsynchronous Programming ?
Can anyone please explain the difference between Asynchronous Programming and Background threading(ex: new Thread(action) {IsBackground = true}.Start();) ?what exactly makes Asynchronous programming to...
View Articlehow to integrate ms project with asp.net in c#
Can any Refer me with the solution for creating a project management File using ASP.NET-C#
View ArticleGoogle Drive API
using System; using System.Threading; using System.Threading.Tasks; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using Google; using Google.Apis.Auth.OAuth2;...
View ArticleMicrosoft.VisualBasic.Information.IsNumeric() return false for UInt32 type
Hi,I have been searching around this topic but surprisingly, I cannot find any related topic or reported bug. It totally blows my mind. Is this actually a bug or there is a computer-scientific reason...
View ArticleSelecting Office version To Open Word Document
Dear All, I am coding a simple application that opens a word document a windows form application.The code is simple:(Reference has been added to Microsoft.Office.Interop.Word version 12.0)Public Sub...
View ArticleAutoFac : Multiple containers
I have a MVC application, and i am using Autofac to resolve dependencies. I have a situation where i create 2 containers and runtime should decide which container to use based on a condition.The...
View ArticleProblem to write access...
First of all, I did search the entire forum but didn't find useful answer can solve my problem.Here is my development tools and test environment information.Visual Studio 2013 with Update 3Windows Form...
View ArticleConfigurationManager is broken by mistake
I broke configurationManager by mistake . I just tried to secure my connectionstring, but now I am not even able to get normal human readable connectionstring from configuration manager, I just tried...
View ArticleExtracting cad file(.dwg) data in visual studio 2010(using c# asp.net)
I need to extract the drawing(.dwg) file content using visual studio 2010(c# asp.net).For this i have to own the third party product/dll but i dont know which one is good among1)RealDWG2)CAD imported...
View Articleit is being by another process when copy file from local disk to folder in...
Hi guys i have problem in my code when i try to copy image jpg from local disk in any place to network path domainit give me error the process cannot access the file it using by another process filewhy...
View ArticleOpening a docx document in IE
Dear All,My goal is to open a .docx document in a web browser. I have downloaded the OpenXML viewer for internet explorer, thus if I drag a .docx document and drop it in Internet Explorer browser, 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 ArticleSignalR and ASP.NET gridview
Does anyone know how to update an ASP.Net GridView in real-time using SignalR?The scenario is:- I got a database table.- The GridView is being populated with data from the table.- Once the data is...
View ArticleTlbimp.exe not generating the output dll that starts with InterOp word
Hi,I am Creating InterOp dll using the below syntax:tlbimp.exe ABC.dll \out:Interop.ABCLib.dll The output Interop dll name should be Interop.ABCLib.dll, but i am getting it as ABCLib.dll. The word...
View ArticleType.GetTypeFromProgID does not work for remote server
Type.GetTypeFromProgID does not seem to work when remote server is specified, when the ProgID is not registered in the local server. I think it is a bug. I could not find any reference about the...
View Articleasp.net gridview row_created event
HiI have two questions regarding asp.net gridview1 Why row_created event is fired before pageload when I sort a column in gridview ? I kept allowsort=true and binding grid from code behind using...
View Article