Monthly Archives: April 2022

Discover five ways to accelerate digital transformation in manufacturing

Drive innovation and empower your workforce with five key digital transformation strategies. In this eBook, A Five-Part Guide to Digital Transformation: Learn How Manufacturers Can Build a More Resilient and Sustainable Future, explore how to: Engage customers in new ways. Transform … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | Leave a comment

Educational Azure Data Factory Resource

This blog article provides the collective Azure Data Factory learning resources to get you started with Azure Data Factory. You can find tutorials, Quickstarts, and other educational resources below. Introduction to Azure Data Factory https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-data-factory/?WT.mc_id=DP-MVP-36769 Create production workloads on Azure … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

CS1935 Could not find an implementation of the query pattern for source type. ‘Select’ not found. Are you missing required assembly references or a using directive for ‘System.Linq’

This blog article shows you one of the possible ways to resolve the error below. I have declared an Array of Object as follow: MasterCustomerDaily[] customer = new MasterCustomerDaily[5]; So, I should be eligible to use the following LINQ statement. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Leave a comment

AADSTS50011: The redirect URI ‘urn:ietf:wg:oauth:2.0:oob’ specified in the request does not match the redirect URIs configured for the application

This blog article shows you one of the possible ways to resolve the error below. AADSTS50011: The redirect URI ‘urn:ietf:wg:oauth:2.0:oob’ specified in the request does not match the redirect URIs configured for the application This error is because you sign … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment

SSIS Toolbox Azure Greyed Out

This blog article shows you one of the possibilities that why Azure is grey out in SSIS. This article expects you to know the basic of SSIS. As you can see below, after installing Feature Pack for Azure. When my … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Microsoft Access project contains a missing or broken reference to the file comdlg32.ocx

This blog article shows you one of the ways to remove the error “project contains a missing or broken reference to the file comdlg32.ocx” like the one below when you open a Microsoft Access database file. Click OK. The press … Continue reading

Posted in Uncategorized | Leave a comment

SSIS Unable to create Azure Blob container

This blog article shows you how to get rid of the error Unable to create Azure Blob container when you are using Azure Blob Destination in SSIS. This article expects you do know the basic knowledge of SSIS. When looking … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 1 Comment

Microsoft Project can collapse but the triangle has gone for expand

This blog article shows you one of the possible ways to expand the tasks after collapsing and the triangle to expand the tasks is missing. So you can no longer expand the tasks using the triangle. When can do is … Continue reading

Posted in Uncategorized | Leave a comment

Retrieve rows from SQL Server database to binary tree C#

This blog article shows how to retrieve the records from database and insert into the binary tree. Many times, we want to manipulate the particular dataset. By putting the records into a data structure can avoid firing endless SQL statement … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Remote Desktop Fonts and Icons Too Small

The blog article shows you how to fix the fonts and icons too small issue when Remote Desktop Connection (RSP) to another machine. In Windows 10 or Windows 11 open Registry Editon. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide Add a new DWORD (32-bit) … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment