How to create a Solution with two projects written in a different language...
Good afternoon to the community,I am writing an application in VB.Net 2012. I found a routine written in C that has routines I would like to use. I integrated the C code in a separate project...
View ArticleWhy does VB.NET and C# return different sizes for System.Boolean and...
If all languages are the same under .NET why does Visual Basic return 2 bytes for Len( System.Boolean ) and 8 bytes for Len( System.Boolean ) while returning 1 byte for sizeof( System.Boolean ) and 16...
View ArticleHigh Memory usage Issue
Dear All:My Problem is: There's a project with C#/C++/C language, C# is used for Bussiness Logic,C is used for Comminication(encode/decode) with Device, and C++ as a adapter between C# and C....
View ArticleDoes .net make use of Haswell hardware lock elision (HLE)?
Simple question:will the jit generate code that makes use of the HLE part of Haswells TSX festure? I am talking about the xacquire and xrelease hints.
View ArticleEfficient way to get ".NET CLR" perfcounters in-process
I want to find the most efficient way to access the CLR performance counters in-process (e.g. ".NET CLR Memory" or ".NET CLR Jit"). I use the CLR Profiling API, so I can do this natively (preferred),...
View ArticleApplication.ThreadException does not fire when aborting thread.
Hello,I have a WinForm app which launches some extra windows (tools - kind of "plugins" to provide some specific functionality to the user when requested) in separate threads. Sometimes a tool becomes...
View Articlewindows 8.1 problem using file explored for ftp
With 8.1 using file explorer, if I use copy and paste to try to overwrite a file on my website, the result is the deletion of the file. This worked fine on vista, 7, and 8. Also, FileZilla works on 8.1...
View ArticleCOM Interop and propput/propputref
Hi everyone !I want to create a .NET object that supports the following COM interface (IDL declarations) - I MUST insure binary compatibility here :interface IMyInterface { [id(0x000000ff), propputref]...
View ArticleDigital Signature with RSA and SHA-512
Hello,I am attempting to create a digital signature using the RSACryptoServiceProvider with a 2048 bit key as the signing algorithm and SHA-512 as the message digest algorithm.It appears that this is...
View ArticleHangs intermittent while writing file to NAS
The managed thread stack as below, the process hangs while writing to a NAS device.0:000> ~*e !clrstack -a OS Thread Id: 0x1284 (0) Child-SP RetAddr Call Site 000000001dfbd6e0...
View ArticleIn WER3A24.tmp.mdmp the module...
Can any one please explain why this crash will happenReport for WER3A24.tmp.mdmpType of Analysis PerformedCrash AnalysisMachine NameOperating SystemWindows Server 2008 R2 Service Pack 1Number Of...
View ArticleThe failure of unmanaged code(Delphi) consumes Com from .Net
We have to access a Com dll that is developed by C#, when its codebase register(regasm) as local path, works fine. but when its codebase is mapped driver, it throws the error "interface not...
View ArticleWindows Application in vb.net stop responding on windows 7 64bit
Description: Stopped workingProblem signature: Problem Event Name:APPCRASH Application Name:application.exe Application Version:1.0.0.0 Application Timestamp:?5289f2c1? Fault Module...
View Article.NET 4.0 MemoryCache Performance Counters
Hello,What are .NET 4.0 performance counters that show the use of MemoryCache?A link to online documentation would be a great help.Thank you,
View ArticleProblem with using my com-visible assembly in VB6
Hello,I made a .NET component in Visulal Studio with COM-Visible interface so it can be avalible in VB6 projects. It is a simple usercontrol with textbox and button. And it's allmost works fine: I...
View ArticlePerformance Counters to track specifics instance of MemoryCache
Hello,I use multiple instance of MemoryCache in my application. I like to track typical Cache related performance counters such as Cache Hit Ratio for each instance of MemoryCache. How can I do...
View ArticleGC still pauses whole app under SustainedLowLatency LatencyMode despite it...
We are developing an application that needs to meet strict SLA for response times (order of milliseconds). Our app is well within those limits despite when GC pauses the app.We changed the app config...
View ArticleFaulting application Knx.exe, version 6.0.7.3, faulting module kernel32.dll,...
faulting module kernel32.dll, version 5.2.3790.5069, fault address 0x00021b61 getting error in windows 2003 server
View ArticleFaulting application Knx.exe, version 6.0.7.3, faulting module kernel32.dll,...
Faulting application Knx.exe, version 6.0.7.3, faulting module kernel32.dll, version 5.2.3790.5069, fault address 0x00021b61 in windows 2003 server
View Article.NET Shadow Copy Assembly Cache not being created
Apologies in advance - I'm not a developer.I'm having an issue with a third-party web-based application that uses .NET and Silverlight. I don't know if it's formally .NET v2 or .NET v3.5 that it uses...
View Article