migration of .net framework Visual studio 2019 based project to .net core 3.0
Hi Team,I am doing migration of .net framework Visual studio 2019 based project to .net core 3.0 and observed a breakdown of many API we are using and the same isn't available in target .NET Core...
View ArticleDllImport in .NetCore
Hi,I have to port .netFramework code which has dllimport("kernel32.dll") to .NetCore(targeting ubuntu 14 and windows). Question is when we have dependency on such dlls (native to windows /any platform)...
View ArticleThe process cannot access the file because it is being used by another process.
Hi all,I am trying to create a file from binary and then show it in webbrowser, after closening program, I want to delete folder and all files inside. Everything goes well but after exit app it stop...
View Articlekerberos and ntlm connection
Hi, I've a web application (my first) which connect to SQL, all the sql connections should connect using Kerberos but 1 part of the application should made a sql connection with the application pool...
View ArticleHow to get changed Computer Name without restarting the computer
Hi, I changed a computer from "A" to "B" . I don't restart the computer. When I use System.Environment.MachineName I get "A" and not "B" - which correct. But when I see " System Property page" , "...
View ArticleFake dll in .net core
Hi Team,I am doing a migration asp.net project 4.5 frameworks toasp.net core 3.1.I can see fake dll is used in 4.5 framework so this is feature of Visual studio enterprise edition inasp.net core also...
View ArticleHow to get changed Computer Name without restarting the computer
Hi, I changed a computer from "A" to "B" . I don't restart the computer. When I use System.Environment.MachineName I get "A" and not "B" - which correct. But when I see " System Property page" , "...
View ArticleRegFree use of .Net Core 3.1 class library from VB6 exe app
Made a simple .net core 3.1 RegFree.dll and added both EnableComHosting and EnableRegFreeCom (both values=true). Build the project and manifest is also built (RegFree.X.manifest)Then I make a simple...
View ArticleNeed to get the phonemic spelling of a word in Russian language
In my .NET application, I have a string containing text in Russian language. I need to get not an audio file, but text string containing phonemic spelling symbols. Maybe there are helper classes in...
View ArticleUnable to read certain mp4 file attributes using Windows Media SDK...
I am using the WMPLib to obtain various attribute on H.264 encoded mp4 files. I encode them either with Intel GPU or use a CPU software encoder. In either case, somewhat randomly, some files that were...
View ArticleEncryption and Decryption BLOB File
HiI need your advice of how to encrypt and decrypt blob file (50MB) in vb.net
View ArticleSystemEvents not working from a Windows Service
Requirements: Windows 10 1909 Build 18363, Visual Studio 2019 Version 16.6.1The MSFT documentation on SystemEvents gives a clear example of how to hook SystemEvents into a Windows Service, by creating...
View ArticleSummary List of All .NET Framework Classes?
Is there a single document containing a list and brief summary of all 4000 (approx) classes in the .NET Framework and/or .NET Core? As I start to work on a project I want to be sure that I'm not...
View ArticleWPF, XAML, Combobox: Cannot find source for binding with reference
I have some comboboxes that use the same possible input values. Hence I tried to create a style and then set the style on my combo boxes. However, I am getting the errorSystem.Windows.Data Error: 4 :...
View Articlecompilation error in converting .net framework to .net standard dll
We converted class library from .net framework to .net standard 2.0 Project A conosle app in .net framework 4.6.2 starts complaining. which uses the above library. SeverityCode...
View ArticleMoving Accounts
I asked a question on this forum but was told to instead ask the question on this forum https://docs.microsoft.com/en-us/answers/index.html I couldn't log in with the username and pwd from this forum...
View ArticleTLS 1.3 support
Hi Team,I have migrated project from .net 4.5 to 4.8 framework could you please let us know is TLS1.3 support available?Do i need to do code changes for this i think framework should default...
View ArticleTLS 1.3 support testing
Hi Team,I have migrated project from .net 4.5 to 4.8 framework could you please let us know is TLS1.3 support available?How to enable TLS1.3 in window os.any suggestion and help will be highly...
View ArticleTLS 1.3 support
Hi Team, I have migrated project from .net 4.5 to 4.8 framework could you please let us know is TLS1.3 support available? As i found mostly comments not supported so could you please let us know test...
View Article