Event ID 1026 .NET Runtime Error on SCNotification.exe
Hi,There is a pop up error of SCNotification.exe on Windows 7 64-bits computer. We suspected .NET Framwork was corrupted. We reinstalled .NET Framework 4.x and ran "SFC /scannow" on the computer...
View ArticleRecommendation on how to has passwords
Hi,I need some pointers on how to approach a current task. Create hashes of passwords that are stored in a database. So after reading up on the subject I see that I should go for either PBKDF2 or...
View Article.NET Runtime error ..eventId:1023
Hi all , I am back to this forum after a long time..Now currently I am battling with .NET runtime error 1023 & the details are as below:We have a .NET application which is developed using C#.NET...
View ArticleRecommendation on how to hash passwords
Hi,I need some pointers on how to approach a current task. Create hashes of passwords that are stored in a database. So after reading up on the subject I see that I should go for either PBKDF2 or...
View ArticleUnicode and Code Pages - What was the rationale behind Unicode "Code Pages" -...
I'm curious about the rationale behind the decision that gave life to Unicode "Code Pages". Was it all about the memory savings? Or was it more about the work involved with respect to the vast number...
View ArticleWeb Service built with VS2015 and .NET 4.5 crashes IIS app pool when making...
I created a web service with Visual Studio 2015 .Net Framework 4.5. It uses RestSharp to call a REST service on an external system with a certificate. If I run it as an application on one of our...
View ArticleDebugger Engine. Method rewriting, local variables hoisting and variables...
I'm making a managed .NET debugger using MDBG sample. It works for straightforward scenarios, but has issues when method rewriting occurs. Most critical parts are yield method and async methods.I want...
View ArticleInsert more records around 1000 to MSSQL DB using Entityframework
I am trying to insert multiple records around 1000 from my list to MS SQL DB from my ASP.NET Core app using Entity framework. While inserting each record <g class="gr_ gr_30 gr-alert gr_tiny...
View ArticleComparing Two Lists in C#.net
Hi All,I have requirement to Compare two lists.For Ex: I have created two listsClass Test{String Name;String Type;String Region;String CustomerName;String IPAddress;String Values;};I have created two...
View ArticleEnvironmental Variables for .Net profiler
Instead of setting the system environmental variables such as COR_PROFILER and COR_ENABLE_PROFILING for enabling the dot Net profiler , is there any other way to enable it.?If i set it in the...
View ArticleHow to Pass unmanaged struct C++ object to C# delegates. And how to return...
I have Managed.dll written in C# and Unmaanaged.exe written in C++.Trying to pass C++ function pointer and C++ obect to C#(com dll), Invoke / call this funtion pointer in C# and pass C++ object after...
View Articleerror during CoreCLR build
I'm stuck with the following error during the standard build processMicrosoft Windows [Versione 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati. C:\Git\coreclr>build...
View ArticleInvalid IL program detected in Event Log - .Net Profiler
I am injecting the entry and exit function call ILs into the .Net code from my profiler. The signature of the function that i inject is COR_SIGNATURE sigFunctionProbe4[] = {...
View Articlevb6 com server lnvoking .net 2.0 ccw failed
I need some suggestions as I am trying to isolate a problem in some very old code in old machine. Rewriting is out of the question. I only have small pieces of the whole puzzle. Therefore, please bear...
View ArticleEventLog.Level issue
Hello, I am writing an application that has to monitor EventLog for SharePoint related entries in particular. I am subscribing to and processing System.Diagnostics.EventLog.EntryWritten event. The...
View Article'System.OutOfMemoryException'
I am getting the following error when I tried to build one of projects. I wonder how to fix this error.Error 16 The "GenerateResource" task failed unexpectedly....
View Article