excessive use comctl32.dll with .net framework 4.x under win10
With processmonitor we traced a winforms application using comctl32.dll. Under Win7 with Framework 4.x the application starts fast an there is a normal using of comctl32.dll. Unter win10 with framework...
View ArticlePath.Combine w/ UNC Root
I am trying to combine two paths using System.IO.Path.Combine(str1, str2) but it's not working. Here is my code:Dim str1 as string = "\\server1\share"Dim str2 as string = "filenotfound.jpg"Dim path as...
View ArticleTLS 1.1/ 1.2 Protocol activation check via .net framework?
Hi, I want to check the TLS 1.1/1.2 activation in Windows. I am come across complex operating system based Registry keys checks which does not appear to me a good solution. Is there anybody know...
View ArticleRandom crashes in CRYPT32.dll with latest Windows Update 1803
Hello!We have a number of C# applications targeting .NET 4.6.1 and NETStandard 2.0 deployed on a customer machines and launched as services.We suppose that after latest Windows Update (1803) our...
View ArticleData Masking of CSV file in .net
I have searched for Data masking tools and library available for CSV file in .net. Most of it are User Interface available for Data Masking. Is there any third party APIs, dll available for Data...
View ArticleEntityFramework 6.0 compatibility with Standard .Net 2.0 library
Dear all,I have a project where I need to share library between other project. On of the project is a library EFDB which use Entity framework 6.0 and target .net 4.6 which does nothing else that...
View ArticleHow to get the application main form
Hi All,I am developing a Windows application using C# - VS2005. Is there a way to get a reference to the main application form ( the one that was started by the application.run()) from any user...
View ArticleInflectional forms of a word in English language
Hello, In our application we have a program to retrieve list of 'inflectional' forms of a word in 'English' language which is achieved by using SQL Server's "FORMSOF(INFLECTIONAL, "[word]")". For...
View ArticleInternet Explorer version shuts down my productivity tool
Hi there, We are a company having developed a Productivity Assesment tool for our own employees. We are facing a problem with Internet Explorer version 11.492Issue: When I use this tool on Internet...
View ArticleMigrating .NET Framework 4.6.2 to .NET Standard 2.0
Hi All,We have a set of class libraries which are created under.NET Framework 4.6.2, we want to move these libraries into .NET Core 2.0 or .NET Core standard 2.0We have the following ways,Create a new...
View ArticleCheckmarx Client_Reflected_File_Download security vulnerability
Hi Checkmarx has detected a security vulnerability in the code: Cross-domain 'jsonp' ajax call not XSS safe. The suggestion given as: An explicit file name is not defined for the Content-Disposition...
View ArticleMicrosoft.GroupPolicy ComputerConfiguration Class
Good day,I am hoping to put together a POC in our AD test environment using the Microsoft.GroupPolicy namespace for checking individual machine's computer configurations.There is a heap load of...
View ArticleHttpClientFactory Memory Leak
In my c# console app (.net 4.6.1), I am required make API calls (Get/Post/Put/delete) etc to random endpoints. The details of the url, payload etc comes from a database table. The console app gets the...
View ArticleTargetException with RealProxy when invoked by a method group on a generic...
Hi,I'm having some issues working with an implementation of RealProxy (classic Dynamic Proxy like the one here :AOP with realproxyLet say I have an Interface with a generic type : IService<T>...
View ArticleApplication can not run at client machine.
I have created wrapper class (CLI project) for MFC project and referring its dll in wpf project. It works fine on my machine as it has VS2017 setup. but same is not working on machine which does not...
View ArticleHow to convert .pst to .msg
HiCan anybody help me out find a solution for conversion of .pst file to .msg files thanks & regardsKB
View ArticleCan't send mail to Office 365 without TLS after 31 Oct 2018?
Hi all,Some of our mail servers are old doesn't support SMTP-TLS.We note this notes about enforcing TLS 1.2:https://support.microsoft.com/en-us/help/4057306/preparing-for-tls-1-2-in-office-365Does it...
View ArticleDomain control password modification policy factors (域控密码修改策略因素)
1、System.DirectoryServices 接口域控,B/S模式修改的密码,通过B/S 模式修改,貌似和域控管理员,右键域账号“重置密码”一样的效果?System.DirectoryServices link AD,B/S mode reset the administrator, the right key field of the...
View ArticleHow to evaluate column expressions without DataTables
Hi,I’m looking for a way to evaluate the column Expression available in ADO.NET … without using a DataTable instance.Say I have a column expression like iif(a > b, true, false)Is there a way to...
View ArticleGDI+ measured font size is mismatched while comparing with Windows 7 and...
Hi Team,It would be great if you can resolve my problem.The font size value is mismatched while comparing with Windows 7 and other operating system for `Cambria Math` font by using `graphics....
View Article