Implementation of bool object.Equals(object obj)
Can anyone tell me where in the source code of the .NET runtime I can find the actual implementation of the Equals method of the Object class? Everywhere I have looked shows it calling into some...
View ArticleHow to Marge UWP app with Window Desktop app in VS2019
Actually i have two separate application - 1. UWP App2. Desktop Form application that currently i am running separately one by one in VS 2019.but nowI want to make UWP app should be run when i run...
View ArticleIdentify StrongName from Assembly PublicKey?
I'm looking to update some code to remove the old CAS functionality and instead stand up an AppDomain using the newer sandbox configuration. My problem is I'm trying to determine the StrongNames for a...
View ArticleAssembly Redirection - no SNK redirected to SNK
The concept of Assembly Redirection is new to me. For a particular problem we are facing I was pointed to (LINK REMOVED) [Docs>.NET>.NET Framework>Configure apps by using configuration...
View ArticleProblems compiling and running mixed mode wrapper dll in VS 2017
I have two problems. Several years ago I started a project in Visual Studio 2012 that involved:A dll with a set of native C++ classes for developing a complicated physical process simulation to be...
View ArticleIO.Directory.Delete - Read-only "Access Denied"
I'm in the middle of a major project converting a VB6 application to .NET and have a requirement to delete a folder and its contents, in this case a complete user profile folder from C:\Documents and...
View ArticleUnable to connect server with multiple users using C#
Hi,We have a shared folder on windows server which is connected using C# code. Now when its is connected by one user the next time again when we run the code to connect using different user credential...
View ArticleMicrosoft.Rest.ClientRuntime: An error occurred while sending the request....
Hi,We are getting wired error on deploying Azure Function to production environment. The current version of the function we are using is V3.Microsoft.Rest.ClientRuntime: An error occurred while sending...
View Articleerror in assemblyBuilder when moving from Win7 to Win10
HI,I am migrating a from Win7 to WIN10 in VS2015 using .net35SP1. The project runs fine on Win7 but on Win10 it give a runtime error of "Strong name key container not found."I have searched around some...
View ArticleMultithreading on recursive function to read a drive folders metadata.
Hi,We have a shared drive whose folders permissions and name we are updating in database. In order to read all folder we have used recursive function to traverse all folders(tree structure). While...
View Articlemy .Net application is leaking handles into lsass.exe
Hi all,i'm trying to find the root cause of this weird behaviorI wrote an application 3 years ago in .net 4.5 (and updated to 4.5.2) that was running fine on win 7 32bit on Mini-PC barebone in last 3...
View Article.Net App Get's Stuck
HiWe developed a .NET Windows App in C# and configured it as a logon script. It's using .NET 4.6. We noticed that the exe gets stuck at various points in our code, each time, each logon, within each...
View ArticleUnloading a dynamically loaded assembly
Okay,So there are moments where reflection is awesome. Other times, like this, it can be a royal pain.I have a system in place which allows the user to select an assembly and load it for evaluation of...
View ArticleHow to pause ConcurrentBag processing while uploading data to db
Hi,We have code were we are using Parallel.ForEach() method to process different folder of directory. We have used ConcurrentBag instead of List object as it is thread safe. Now from this Concurrentbag...
View ArticleNeeds to reduce CPU Utilization in CLR Profiler
Hi I am involved in developing a clr profiler project. We are currently using IID_ICorProfilerInfo2 (m_pProfilerInfo) interface object. We are using the following event masks hr =...
View ArticleCoinbase Number【【+⒧-800-547-6109 Customer Support … : u …nUMBER
the port will have the value set to 995.next we would have to configure the smtp settings.-in the smtp server field, type in – smtp.Coinbase™ Printer.Coinbase™ Printer.comthe port will have the value...
View ArticleDifferent modules loaded between CLR Profiler and w3wp.exe
Hi,I have my own .net CLR profiler that's using Corprofiler API.Initially when the application starts,i have set the event mask like below, hr =...
View ArticleInterop: Importing WIN32 dll functions and void *data I/O parameters
I am not 100% sure what could be wrong here. I spent long hours and did all online research.Basically, I have this C# sharp class API DLL with over 100 DllImport functions from WIN32 APIENTRY DLL....
View ArticleMemory growth in W3WP process(IIS) after .NET Profiler intrumentation
Hi Guys,I have developed a sample web application(Asp.net) using .NET Framework 4.5 and deployed in IIS server(v10.0) running in windows server 2019 machine. Web garden is enabled for this hosed...
View Article