Mainframe modernization
Hello, We plan to move a 20+ years old Mainframe (CICS, Cobol and DB2) application to Windows platform with SQL.The business request is to maintain uninterrupted operations while development is in...
View ArticleAn effective way to compress Large Object Heap
I think I've found an effective way to compress LOH: If CLR always alloc every large object at the beginning of a RAM page(usually 4KB per page),then the large object heap(LOH) can be compressed...
View Article.net frame work 2.0
How do I stop "Required system software not installed " from appearing even after I Installed the free download?
View ArticleProfiler - Correct way to get Typedef name and Method Name.
Hi, I am able to get the Typedef name and Method name from IMetaDataImport class using GetTypeDefProps and GetMethodProps. But it is not giving the correct way of representation.. Eg: I am getting...
View ArticleFuslogvw.exe on target machine
How does Microsoft expect us to execute Fuslogvw.exe on a target machine in order to find binding problems? Install the Windows SDK on a customer's machine?Armin
View ArticleProfiler - Entry point gets called thrice.
Hi,I kept the entry point for profiling the MVC web applications as "System.Web.Mvc.MvcHandler:System.Web.IHttpAsyncHandler.EndProcessRequest" and injected some helper function calls inside it's...
View ArticleKey not valid for use in specified state...what do you mean?
Hey Peoples! I imported a public key for the RSACryptoServiceProvider using the FromXMLString() method, which imports without drama, but throws an unhandled CryptographicException when I use the...
View ArticleSystem.Runtime.InteropServices.COMException Can't Be Handled by COM Client...
Problem DescriptionWe have discovered an issue in our application where a COM client (VB6) cannot handle a failing HRESULT returned from a .NET COM Interop component. This issue only exists after our...
View Article"CachedAnonymousMethodDelegate" and exception
In our deployed application(in AFS), a call to a member function from another member function in thesame class is failing with an exception "absolute path information is required".My locally build...
View ArticleProfiler - Choosing Type+Methods in each module for a web request
Hi,Posting this question just to seek some ideas in selecting Type+methods in each module in a web request.I am developing a .NET profiler to be deployed in a production server. If i instrument all the...
View ArticleloadFromRemoteSources and local network share
Hi,The documentation for the <loadFromRemoteSources> setting in the .config file says:"In the .NET Framework 4.5, assemblies on local network shares are run as full trust by default; you do not...
View ArticleHow to force an application crash when AccessViolationException is detected
(As posted here: http://stackoverflow.com/questions/28607015/how-to-force-an-application-crash-when-accessviolationexception-is-detected)We use an automated crash reporting tool (namely...
View ArticleUnmanaged code doesn't execute in /CLR x64 project
With VS2012, I created a CLR Windows Forms Application. I then added a solution platform for x64 with 'copy settings' from Win32. I added an unmanaged function called TestFunction. I'm unable to put...
View ArticleRandom AppCrashes in clr.dll with .NET 4.0
Hi Everyone !We are developing a 100% managed .NET Application/C# that consists of several Windows-Services and Client-Applications. Until April 2010 the Target was .Net 3.5 SP1. Meanwhile we converted...
View ArticleIIS7 Worker process internals
Hi,I have been trying to find out the internals of w3wp.exe for IIS7.0. I could find many posts related to IIS6.0 but not related to IIS7.0.I want to know what classes (HttpRuntime, ApplicationManager,...
View ArticleApplication gets crashed when system culture is changed giving...
Hi,I have a Winforms application which has a WPF textbox and a Winforms textbox. I have installed a Bhutan locale (Dzongkha), its keyboard and fonts. When the application is running and I change the...
View ArticleDeadlock in critical section after starting process
Hello,I have a WinForms-application written in C# with .NET 4.0 as target framework. On some machines we have the problem that the process freezes shortly after being started. The application's main...
View ArticleCOM object "missing method" exception
Get your COM Interop hat on becasue this is one screwed up problem.I have a legacy C++/VB6 app (oh the shame) that is still in production (did I mention the shame?). Anyway its built on a bunch of...
View ArticleGrant FullTrust to network share and the assemblies in the subdirectories
Hello dear community, we developed a Windows-Forms application (lets call it "winClient") in .net 3.5.The application and configuration The winClient.exe-file is located in a network share...
View ArticleHow to debug a dynamically loaded assembly.
I have a system that locates and load assemblies at runtime.It instantiates classes and invokes methods in them (they conform to an interface) but, even though I have opened the src file I cant set a...
View Article