Getting numerous notifications from Spyhunter about objects in the native...
Hey Everyone,I am getting numerous notifications from Spyhunter about objects in the native images library. Shouldn't these objects appear in the definition file for Spyhunter?Thomas G Magaro
View ArticleHelp finding Cluster IP Address Via WMI
Does anyone know of a way to identify the Cluster IP address for a Windows 2000 failover cluster programmatically, preferably using WMI? I've been searching for the relevant class with WMI object...
View Articleunable to launch iis express web server visual studio 2015
unable to launch iis express web server visual studio 2015 is coming after window 10 update. please provide solution.
View Article.NET Standard and .NET Framework and .NET Core
Hi,I am a dotnet developer. Now I am thinking to develop a Nuget package so that It can be occupied by other developers.I am little bit confuse about deciding targeting framework. I have't work on .NET...
View ArticleCaching not working on release build
Hi,I am facing an issue where the cache implementation doesn't work in release build of my application, whereas it works perfectly in the debug build.I am using file dependecy caching and below is the...
View ArticleThe process was terminated due to an internal error in the .NET Runtime at IP...
Hi,I am struggling to diagnose an issue raised on one of the systems running our bit of software. The app had a full windows crash, but the information logged in Event Viewer indicates that it was the...
View ArticleMemory usage with c# dynamic keyword in Windows Service
we are using dynamic keyword with our custom JSON parsing logic and it seems to be using a lot of memory to cache CallSite calls. Eventually memory usage grows close to 4GB (server installed memory)...
View Article.net Web Application Hangs When Finalizer Gets Blocked
We have one application runnnig for more a year, and and since 2 months ago it becomes to hang. In the meanwhile we're able to get two dumps of the hung process, and te results were analyzed by...
View ArticleHow to patch "Microsoft Print to PDF" printer driver programmatically?
I am using "Microsoft Print to PDF" driver to output PDF documents. The problem however is that it does not support custom page sizes.There is a hack (I had to remove the link because the system does...
View ArticleIIS Performance issue
Environment: Windows Server 2012 Enterprise, IIS 8.5I have been observing slow performing transactions during load tests even if CPU utilization was < 60% and Memory utilization < 50% . I tried...
View Articleunable to launch iis express web server visual studio 2015
unable to launch iis express web server visual studio 2015 is coming after window 10 update. please provide solution.
View Article.net Web Application Hangs When Finalizer Gets Blocked
We have one application runnnig for more a year, and and since 2 months ago it becomes to hang. In the meanwhile we're able to get two dumps of the hung process, and te results were analyzed by...
View ArticleOnPropertyChanged causes massive amount of Action allocations
(This is a crosspost from: https://stackoverflow.com/questions/51799253/onpropertychanged-causes-massive-amount-of-action-allocations)I have a WPF application which displays images in a grid. The user...
View ArticleWhy does a program continue to read mscorlib.ni.dll long time after is has...
Why does a program continue to read mscorlib.ni.dll long time after is has started?Best Regards
View ArticleCommon Language Runtime detected and invalid program
I get this error when execute the code. my powershell version is 5.1 vs version is 2017 here my codes. thanks for any help. here my codesstatic void Main(string[] args) { var script = @" $ous =...
View ArticleAccess denied when UserPrincipal.Save()
Exception Stack:System.UnauthorizedAccessException: General access denied error at System.DirectoryServices.AccountManagement.ADStoreCtx.Insert(Principal p) at...
View ArticleA Potential dangerous Request
Hello,I want to disable this validation even if user entered any < or> symbols in textbox. Example, user wants to enter something like this "Calderon, Ana <Ana.Calderon@XYZ.com>" in...
View ArticleHow could someone make a new dotnet Core languge?
Hi, I am trying to understand how someone can create a new language that can use the dotnet framework? I would like to gain a base understanding so that I may play around with this concept as a student...
View ArticleWhen framework instantiates Static class?
Hello,I know we can not create instance of static class, however can someone tell me how .net framework instantiates Static class.
View Article