-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Migration Assistant Did Not Catch COM object
Investigative information
Please provide the following:
- UTC Timestamp:
- Migration Tool App version : 1.0.6
- OS Version: Windows 11
Repro steps
Provide the steps required to reproduce the problem:
Customer's web site was a .Net 4.8 asmx site, but it also referenced the ADODB COM object. An example of this object can be found in Visual Studio 2019 here C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PublicAssemblies\adodb.dll
Expected behavior
Expected the tool to catch the COM object reference and provide an error in the Assessment Report.
Actual behavior
The tool provided a fully 'green' report for the site.
We tried to migrate the site to Azure, but it failed to run because the inclusion of COM objects is not supported by the App Service.
Known workarounds
Provide a description of any known workarounds.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request