WCF service cannot reference a UWP class library
Hi,Recently I have been trying to make a UWP version of a sample WPF Interface program written by Jeremy Clark (https://github.com/jeremybytes/learning-interfaces).In my program, I am using "UWP Class...
View ArticleSilver light in 64 bit Mode
Is there any way to migrate silver light 32 bit application to 64 bit as MAC not support 32 bit? Please help me any boy. Thanks.
View ArticleAre ICryptoTransform.TransformBlock() and SHA256.ComputeHash() methods...
Are ICryptoTransform.TransformBlock() and SHA256.ComputeHash() methods thread-safe?I call System.Security.Cryptography.Aes.Create() to create an instance, then I call CreateEncryptor() /...
View ArticleCannot connect to a FTPS(SSL/TLS) server
Hello all. I have spent a day long trying to figure out why I could not connect to a FTPS server but to no avail. I always got this error.System.Security.Authentication.AuthenticationException a call...
View ArticleMath.Pow() function is giving different result
I'm using Math.Pow functions in my C# code and it's giving me different results on two of my machines. The code and input it using are the same but still, the method yields a different result. I've dug...
View ArticleData Overlay onto a predefined form/document layout design and generate pdf c#
Hi,I am trying to find a solution for my scenario and not sure if there is any built in feature or library or how to do it.Scenario:I have an external system which sends a .TXT file in a well formatted...
View ArticleMerge pdf files into 1 pdf c#
Hi,Does DOTNET provide any built in library or technique to merge multiple pdf files into 1 files with out using any 3rd party pdf libraries.Thank you.
View ArticleCannot connect to a FTPS(SSL/TLS) server
Hello all. I have spent a day long trying to figure out why I could not connect to a FTPS server but to no avail. I always got this error.System.Security.Authentication.AuthenticationException a call...
View ArticleWeb API - Authenticate users using Azure AD SAML Protocol without being...
It's my first time with Azure AD and SAML protocol, I want to know if it's possible to add a user authentication request to Azure AD without being redirecting to Microsoft Login Page? If so, how it...
View ArticleWireshark Tool
Hi Team,I am using wireshark tool to capture network packet is this right place to post if not please suggest
View ArticleMBOX to PST Converter
KDETools MBOX to PST Converter software that allows you to convert MBOX files to PST format without precision. With this tool you can even convert MBOX files to other formats like EML, EMLX, HTML, MSG....
View ArticleConvert MBOX to PST file format
The KDETools MBOX to PST converter tool offers a simple, secure and fast conversion solution for converting MBOX to PST. This software has a function for saving converted MBOX files in various formats...
View Articlemigration of 4.5 to 4.8 framework
Hi Team, I am doing migration asp.net project 4.5 framework 4.8While giving build observed that reference missing system.runtime.dll and if i add this dll to all class library build is successwhat...
View ArticleSystem.Data.IDataReader performing slow
Hello All,I am using following lines of code to Retrive data from database :while (IDataReaderObject.Read()) { }there are only about 4000 records and 4 columns and this blank loop is taking about 1 to...
View ArticleUWP Windows 10 1909 BLE Connecting Without Pairing
My Goal: Connect to a BLE device without manually selecting the pair device popup ie use "Just Works" ble connectivity option.To verify that the problem is not on the BLE device side I confirmed that I...
View Articlemigration of 4.5 to 4.8 framework
Hi Team, I am doing migration asp.net project 4.5 framework 4.8While giving build observed that reference missing system.runtime.dll and if i add this dll to all class library build is successwhat...
View ArticleAzure portal works very slow
Hi All,I want to change subscription on my resources in azure portal.I'm trying to do this for 2 days. App Service is not opening.What should I do? Where can I report it? I don't need payable support...
View ArticleAlternate for ApplicationBlocks.ExceptionManager in .NET Core
I am migrating code from .net 4.6.2 to .net core/.net standard 2.2. I am trying to find alternate for ExceptionManager.Publish() in .net core.My current code is like below :using...
View ArticleHow to code a .Net Class which uses Win32 IShellLink to handle shortcuts (links)
Hi all,after reading piles of docs I have still no idea how to code a .Net Class which uses Interop to exercise COM IShellLink methods. My intend is to use VS 2017 to generate an IShellLink assembly by...
View Article