Unable to Load Assembly from GAC
Hi, I am getting the below error while logging the trace details.Invalid TraceListenerData type in configuration...
View ArticleHow to unload or release memory when using win32 dll
Hi All, I used to track the memory of my application using dot memory tool. In this tool, it is observed that managed memory is releasing properly but unmanaged memory is keep on increasing. so i...
View ArticleWCF
Hi Everybody, Please anyone say what is the use of WCF? how we want to create wcf? compare between web service, and wcf. please share me any link. better with snapshots. Thank you in...
View Articleinheriting a c++
i have a doubtin c# , multiple inheritance is not allowed.so is it possible to inherit a c++ which is multiple inherited.?
View Articleproblems after use useLegacyV2RuntimeActivationPolicy setting
Please see below the architecture of my application:Application A -> Assembly B -> Assembly C (Third party dll file could not be modified) -> Third Party A and Third Party B.1. The original...
View ArticleRDP Client (IMsRdpClientNonScriptable) SendKey Error
Im trying to sendkeys to an remotedesktop using the interface IMsRdpClientNonScriptable (more info hereIMsRdpClientNonScriptable::SendKeys Method) But somehow the AXIMP.exe fails to make the correct...
View ArticleC# SerialPort KERNEL_SECURITY_CHECK_FAILURE
I'm using SerialPort class to read and write data from an USB device that use USB CDC class. My Program is called CameraControl.Often I get blue screen with KERNEL_SECURITY_CHECK_FAILUREBelow WinDbg...
View ArticleProblem generating manifest. Insufficient memory to continue the execution of...
Hi, I am using visual studio 2008 when i am start debugging some times it showing the errorProblem generating manifest. Insufficient memory to continue the execution of the program.for this again...
View ArticleGetting error message that a file can't be loaded but there are no references...
I have been working to upgrade a VS solution from VS2003 to VS2012 (through several steps through VS2005 and VS2008). I have one assembly (TMGDevelopment.PrintForm) which I am removing from the...
View ArticleWeb based application
I want to read all excel sheets in one excel file by specifiying few cell addresses which has no header using web based application.Kindly help me.
View ArticleSSL Handshake on HttpWebRequest after WebExceptionStatus.ProtocolError
Hi,I need help with ssl handshakes. I appreciate any help you can provide :) Tested Framework(s): .NET 4.5 (will be used), .NET 4.0 (same behavior) Situation: - The following code is producing the...
View Articleadvapi32.dll vs .Net4 Cryptography: Should\Can I upgrade to the .Net calls?
We have an existing codebase using the advapi32.dll calls for encrypting and decrypting out passwords and Licence files. It has been converted from VB6 to VB.Net, but we need to use it with C# now (we...
View ArticleTalk about versioning
Ok, let's talk about assembly versions.Currently, Microsoft (and a Microsoft-stack developers) using four number version: Major.Minor.Build.Revision. The vast majority of questions are about Build or...
View ArticleHow to prevent garbage collection from pausing my application?
(I have already posted my question on StackOverflow, but since it only resulted in discussion rather than a solution I think it's better to post it here for some more advice. Just for reference:...
View ArticleVBA Excel call to c# dll via Visual Studio 2012
I have created a dll lib via the following:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VBAprocs { public class fileSys...
View ArticleCan not Create ActiveX component exception
Hi,We are facing the below mentioned exception :System.Exception was caughtMessage = Cannot create ActiveX componentsource = Microsoft.VisualBasicStackTraceAt...
View Articlemscorlib recursive resource lookup bug
Hi,I got crash in my application when restart of the Windows 8.Please find the assertion failure details below.Expression: [mscorlib recursive resource lookup bug] Description: Infinite recursion...
View ArticleWhat operating systems does .Net support other than windows ?
What operating systems does .Net support other than windows ? can please tell me, .NET plat form Independent or Dependent ?anilbabu
View ArticleIs my application truly a 64bit application?
Can someone assist me on this research below??-If an application is compiled and developed successfully in a 32 bit environment from visual basic 6.0, and then migrated and recompiled in a native 64...
View Articleexe file
i have deleted .exe file of my project by mistake.Is there any way to create it again?
View Article