cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deployment Wizard .Net Framework 2.0 not installed error message

timcheshire
Explorer
0 Likes
1,353

Can the dev team confirm if the Deployment Wizard requires .Net 2.0 (3.5)?

For a customer, I've created a clean install on a new server and upgraded to the latest EBF. I now need to create the ODBC driver package for distribution.

When trying to run the Deployment Wizard I am getting "The .Net Framework 2.0 is not installed"

This is on MS Server 2019. The server has the .Net Framework 4.7 role installed. My customer will not allow the .Net 3.5 role added as it is end-of-life.

I raise this a while (with a different customer) ago but managed to get around it as we had an old Win 2012 server we could use.

Accepted Solutions (0)

Answers (1)

Answers (1)

jack_schueler
Product and Topic Expert
Product and Topic Expert
0 Likes

I think I have a work-around for you while we investigate. Look at the master.xml file in the Deployment folder. Make a copy of master.xml first. Then try removing these lines (I left out the angle brackets because they mess up the text display - pretend that they are present).

feature id="start_dotnet.exe" hidden="true" subfeature="true
    !--files:1--
    exe path="[SQLANYDIR]\\Deployment\\start_dotnet" /
/feature

and further down

include id="start_dotnet.exe" /

Save the file and retry the DeploymentWizard. By the way, other than seeing the message, does this check really stop the install?

timcheshire
Explorer
0 Likes

JBSchueler,

Good try however it does not work. I eventually deleted everything in the config XML.

This only seems to effect the Windows Deployment admin tool. SQL Central runs and databases work. I just cannot create a deployment package.

What I have discovered:

1) The Admin tools "Deploy to Windows" shortcut is "C:\\Program Files\\SQL Anywhere 17\\Deployment\\start_dotnet.exe" "C:\\Program Files\\SQL Anywhere 17\\Deployment\\DeploymentWizard.exe" which runs the start_dotnet exe.

2) If I run the DeploymentWizard.exe directly, a window pops up saying "Searching for required files" quickly followed by a pop-up saying "The following files couldn't be installed: .NET Framework 3.5 (includes .NET 2.0 and 3.0)

3) No amount of modifying the master.xml changed the load error.

timcheshire
Explorer
0 Likes

Just to confirm .NET Framework 4.7 features and ASP.NET 4.7 are installed.