Obtaining debug symbol (PDB) files for .NET Framework 4.5.2
Hello,It seems that Microsoft forgot to publish the debug symbol files for the .NET Framework binaries distributed with the .NET 4.5.2 update.For example, the following diagnostic message is printed by...
View ArticleAnalyzing OutOfMemoryException from crashdump
Hello, some users get an OutOfMemoryException after working several hours with our .NET 4.0 application. The application runs as a 32 bit process on 64 bit Windows. I'm trying to analyze the problem...
View ArticleC++ app hosts CLR 4 and invokes .NET assembly (using a thread)
I have a c++ application that I need to interface with a c# DLL. I've used the example provided in the link below to load the CLR and call the member function (named "Run") that I need to from the c#...
View ArticleThe Advice for immigrants whom want to go to .NET again.
On the advices of my colleagues, I have decided to migrate to .NET platform. I used .NET when it was in C# 3.0. I think, I had missed few things like Entitiy Framework. By few reads, I caught it and...
View ArticleFind a way to know if the oleacc.dll is working as expected or not
Hi All,I have an application that will use oleacc.dll to grab the other running windows application text.Basically, I have used these two functions of...
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 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 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 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 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 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 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 ArticleObtaining debug symbol (PDB) files for .NET Framework 4.5.2
Hello,It seems that Microsoft forgot to publish the debug symbol files for the .NET Framework binaries distributed with the .NET 4.5.2 update.For example, the following diagnostic message is printed by...
View ArticleC++ app hosts CLR 4 and invokes .NET assembly (using a thread)
I have a c++ application that I need to interface with a c# DLL. I've used the example provided in the link below to load the CLR and call the member function (named "Run") that I need to from the c#...
View ArticleAnalyzing OutOfMemoryException from crashdump
Hello, some users get an OutOfMemoryException after working several hours with our .NET 4.0 application. The application runs as a 32 bit process on 64 bit Windows. I'm trying to analyze the problem...
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 Article