Programmatically determine security context a given SQL Server instance is...
What is a good way to programmatically determine the security account under which a SQL Server (2005-2014) service is running so that a set of ACLs can be added to a directory allowing it access?Adding...
View ArticleAdapting IEnumerable to Java-style IIterator
Note: My main concern is obtaing a good adapter class/methodology for any IEnumerable<T> to an IIterator<T>. If anyone knows of one, feel free to post without reading all the background...
View Articlesilverlight, com and desktop app
Hello.I have Com-server wich written by .net 2.0Also I have Silverlight app and desktop app.I want bound this applications by Com-server. My desktop app must call com-method for sending by pipe some...
View ArticleBitmap image not showing up on windows title bar in windows server 2012 std
I have an application written in VC++ (MFC). Its a legacy app. Recently we were asked to check its compatibility with windows server 2012 std edition. We found some issues and one of those is as...
View Articlebackup and restore System State?
Hello everyone,I am very new to system side programming.I would like to backup and restore the system state and active directory through c# programming. I have faced some difficulty to find any class...
View ArticleUnable to connect to Database SQL Server 2000
I am trying to access a database but I am getting an exception of Message = "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not...
View ArticleCode Metrics Results: what is it for?
hi,Can you give me some url in order to understand these metrics? tia,
View ArticleEither Release or Debug configuration always create a bundle of annoying...
Hi all of you,In my WPF 4.5 project I use in demo way some third-part controls. Every time I build my project I see some folders with countries acronyms (de, es, en, rt,etc)Due to my project will be...
View Articlehow can i call external program in vb.net
hii wanna to have a button, and when i click them, an .exe file be open.how can i do this ?!
View ArticleSTM32F4 DISCOVERY BOARD and .NET MICROFRAMEWORK
HI , I am a biginner with .NETMICROFRAMEWORK. My project is a robot commanded with STM32F4 able to make voice and facial recognition.I know that the usual .NET is an efficient tool for this technologie...
View ArticleRegarding database deployment of ms crm plug in
Hi, I want to know which all tables get impacted when we do a database deployment of a plug-in in MS CRM.and what all happens at background while the deployment. New to MS CRM and trying to catch...
View ArticleManaged API for windows media player ?
Does a managed API exist for windows media player ?I want to be able to create playlists programmatically similar to what windows media player.MCPD
View Articleread formatted text file separated by pipe by console application and...
Hi Friends,How to read this text file ?FYR i highlighted yellow->table name,green->colum name,blue->dataCONTENT_TYPE = HCC_CONFIG_BITS-------------------àTable...
View ArticleSupport for Efficient XML Interchange (EXI)
Hi,Does anyone know if there is to be any support (whether in .Net or C++) for EXI? I saw a post marked answered in 2007 saying that Microsoft was actively working with W3C but I can't seem to find...
View ArticleYahoo Mail not decoding base64 PDF attachment
I've run into an issue recently with a asp.net (vb) application I use to send email with PDF attachments. Yahoo Mail users periodically (but not always) are not able to view or download PDF attachments...
View ArticleDllImport c# "Attempted to read or write protected memory" error
Hi all,I am using DllImport to invoke an external C dll's function.C header file has the following definition_EASY_IMPORT_OR_EXPORT_ eint EASYCALL setSessionElement(eint SessionId, PCSTR...
View ArticleSo how can C++ access a third party .dll that supports .NET C#
I am supposed to write a Visual C++ program that has to access a third party .NET .dll that supposedly written for C#. Is it possible? I guess as long as I am using .NET Visual C++ I should be OK right?
View ArticleDirectoryEntry.CommitChanges() block my Windows Service
Hi All,I'm writing a Windows Service process that blocks during the CommitChanges operation: DirectoryEntry ent = new DirectoryEntry( bindString );...
View ArticleConsole application to read an excel file and insert column values in a sql...
Hi Please let me know the code by which i will read the text file from my local which has the pipe separated content like this excel file-"Book1" and will insert row data/values in sql...
View Article