regasm.exe failed although file exists
HelloexecutingC:\Program Files (x86)\Jedox\Jedox Suite\oaddin>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm" /codebase /tlb JedoxOfficeAddin.dllresults inRegAsm : error RA0000 : Could not...
View ArticleDirectoryVirtualListView returning random results
Hi Folks,I am writing a small app in C# .net 4.5 and making a call to DirectoryVirtualListView. The issue that I am getting is that I need to return only the first 6 users whose name starts with...
View ArticleHow to get message id when the message delivered to SMTP Server
Hi,We have following code to deliver email messages through remote SMTP Server (Smart host):using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail;...
View Articlehow to set the Type of IQueryable dynamicly?
Hi,is there any way to set the Type of IQueryable<T> at runtime? I tried Reflection but that gives me just the Type.Any hints?
View ArticleHow do I use EventLogReader to consume events generated with EventSource
Hi,I've created a custom event source derived from System.Diagnostics.Tracing.EventSource. I also generated log (.etl) files using the Windows Performance Recorder and running my instrumented...
View Articleproblem with time field in MySQL
Hi, I have WinForm application. I am trying to display a value from MySQL. The field type is time and it's NOT null. I am using this code:lblStartTime.Text =...
View ArticleVB.net Class Library PROBLEM :(
Okai So I've Created a New Project in VB > Class Library Because I'm Creating a Dll to WriteMemory In Game. So That's My Code :PublicClass Class1PublicSub Msg(strMessage AsString, strTitle...
View ArticleHelp for translation (anonymous event handlers C# -> VB)
I'm using Visual Studio 2012, Framework 4.5Original code-snippet (current on-line traductors seems are not awared of this): //Loaded this.Loaded += delegate { DragMode = true;...
View ArticleWSR add/edit/remove words from the user dictionary in C# (UserLexicons)
I want to programmatically add/edit/remove words and pronunciations from the .dat file under the UserLexicons directory (or more commonly referred to as the "user dictionary"). I would also like to be...
View Article.Net 64 bit application performing slow on Windows Server 2012
We have a .Net (VS 2012) 64 bit application, running on Windows Server 2012, which loads lots of data in memory to work with it for next 24 - 48 hours. As per our design we prefer to load the data...
View ArticleNeed to build a DLL(passfilt.dll) using visual studio 2012
Need to build a DLL(passfilt.dll) using visual studio 2012. Any help highly appreciated.Best regards Biswajit Biswas Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and...
View ArticleNamespace not referenced
The System.Data namespace shows seven classes but the System.Data.Linq class is not displayed by IntelliSense in VS Express 2012. .NET 4.5 is installed. How do I establish a reference to the proper...
View ArticleCreate a Shell Extension Handler thumbnail extractor with .net?
Hi,My application creates nice graphics see http://www.mavericksplan.com/mavericks and it saves a custom document type.I'd like to show the contet of the document in Explorer when the user switch to...
View Articlehow to convert eml files to pst format
any idea about converting multiple eml's into single pst
View ArticleHow to convert IList to List ?
Hi,I want to convert IList to List...Please anyone can help me with this... ASAP.If possible please provide some source code as example. Thanks,Yogesh
View ArticleSearching for a wrong version of assembly in .NET web project
Hi ,I have migrated a web project to a newer framework of .NET which has some other projects referenced.In the new version of framework i have used the same versions of the projects referenced but for...
View Articlehow to get the type of the folders
I use the codes below to get the type of files. string ext = Path.GetExtension(sFileName); string desc = (string)Registry.ClassesRoot.OpenSubKey(ext).GetValue(null);...
View ArticleAntivirus Safe DLL's
The dll of my project are identified as threat in Norton Antivirus.The solution is in many GB's so i cant share it. Is there any set guidelines to create dlls which are identified as safe during...
View ArticleEncrypt XML with X509 certificate
I encrypt XML document with X509 certificate, I use this example...
View ArticleChaining function calls
Hi, I have set of functions which needs to chained together and execute them all together and send list of return messages of all functions.example is as below:public ReturnResult{int Id {get; set;}...
View Article