Hashtable insert failed
Hi,in my company, we use Kentico (ver. 7 I guess) for CMS. Now we get this error:Message: Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the...
View ArticleVisual Studio 2012 - publish crashes framework.
Whenever I attempt to publish (right click project > publish)If I click 'manage profiles' in the profile tab or 'Import', visual studio completely crashes.The event logs aren't overly...
View ArticleSetupDiGetDeviceRegistryProperty
I have a C# application using P/Invoke to call several SetupApi.dll methods. I'm not getting an error when I call SetupDiGetDeviceRegistryProperty(), but I'm not getting the desired result either.At...
View ArticleUsing PInvoke with function pointer and delegate
Hi, I'm trying to implement the right definition in C# for the following C code from the FFmpeg shared library:void av_log_set_callback (void(*)(void *, int, const char *, va_list) callback) As its...
View Articleperformance counter which shows when garbage colletor suspend all threads
I would like to implement real-time application on C# which will provide price real-time with time precision 100ms or faster.I know that Garbage Collector sometimes suspend all .NET threads for 1-2...
View ArticleReg : Browser independent solution for accessing smart cards.
Can you suggest me with browser independent method of accessing smart card. As i know activex works only in internet explorer.And i haven't tried silverlight but i think it has sandbox model so even it...
View Articlewhy C++/CLI System::Timers::Timer triggered callback every 20 seconds while...
The same codes in C++/CLI act differently as C#. The C# version works fine.I set a timer which triggered every 100ms, but it actually triggered 20 seconds. I've been puzzled for several days.C++...
View ArticleResolveEventHandler issue when migrating from .NET 3.5 to 4.0
Hi,We are moving to .NET 4.0. Our application is using ResolveEventHandler to load the proper assemblies (based on some XML files, so we could have multiple versions).We do not have separate resources...
View Articleperformance counter which shows when garbage collector suspends all threads
I would like to implement real-time application on C# which will provide price real-time with time precision 100ms or faster.I know that Garbage Collector sometimes suspend all .NET threads for 1-2...
View ArticleHow to diagnose large object heap fragmentation?
Hello. I'm developing a managed application (.NET 4) that is continuously processing images from a machine vision camera. I suspect that LOH fragmentation might be an issue for this application. My...
View Article.NET Runtime version 2.0.50727.5446 - Fatal Execution Engine Error...
I gets this error everytime I tries to do any activity in SQL Server Business Ingelligence Studio. Whenever I tries to add any SSRS report or a package in SSIS. BI tool closes without throwing any...
View ArticleX509 ;System.Security.Cryptography.CryptographicException : The specified...
I get this error on 2003 r2 server when loading X509 certificate from *.pfx file .It works on 2008 server and windows 7 System.Security.Cryptography.CryptographicException : The specified network...
View Articlehi,reading C++ function from .SSM file
I have a project to be obtained dynamically. SSM file, and then use the loaded KERNEL32 dll, is a C++ DLL, how do Idisassemble view function??
View ArticleMost of .NET CLR Performance counters missing
Hello, on my x64 windows 8.1 laptop all but 'Networking 4.0.0.0' .NET CLR performance counters are missing. I've tried several solutions (unlodctr lodctr /R) without any luck. The only solution I...
View ArticleException in C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos.threads...
Hi All,I'm using windbg version 6.3.9600 for some manage application experiments. Upon loading the SOS extension with the loadby command I get the following exception. The exception is presented upon...
View ArticleSystem.AccessViolationException in VB2013
Hi, I need to send specific amount of bits to a device and the Function requires that I provide the Bit Count and the Byte Count. Note that you can not always get exact match of the Bit Count to...
View ArticleNeed Help! .Net 4.0 runtime crash because of MethodAccessException
I'm working on an upgrade project, the old one is based on .Net 3.5, it look like this: .Net Remoting Host -> LibraryInterface -> LibraryWorker (wrapper of COM object)Now the upgraded one is...
View Articleaspnet_regiis error when encrypting connectionStrings
I have a website whose domain is www.myWebsite.com and on my server it is located in a directory on my c: drive at the following physical path: c:\dirVirtual\myWebsiteI have a connection string...
View ArticleCommon Language RunTime Debugging Service
Hi, We have built application in C#. This exe works fine with small Reports. But failed and give following error message whenever we try to run a big reports/processes:...
View Articleclr.dll Failure for .net 4.0 - Windows 8.1 and Windows server 2012 R2
HiWhen i start my application somehow my application crashed, and after investigation i found that there is issue in clr.dll.I am getting the exception with clr.dll.Following is the exception...
View Article