Home
Reply
Regular Contributor
Vi2
Posts: 72

From ACIS 20 to ACIS 23 - problem

Hello!

We’ve been successfully using ACIS 20 and decided to switch to ACIS 23 now.

After compiling a project, which had required no substantial changes, the "Release" configuration was launched successfully.

However, the "Debug" configuration doesn’t start, since the dll cannot be registered.

Depends.exe message:

Error: The Side-by-Side configuration information for "...\SPAACISD.DLL" contains errors.
This application has failed to start because the application configuration is incorrect.
Reinstalling the application may fix this problem (14001).

Event Viewer message:
Dependent Assembly Microsoft.VC90.DebugCRT could not be found and Last Error was The referenced assembly is not installed on your system.

At that, C:\WINDOWS\WinSxS contains
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_5d84dd2f
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f

i.e. VS2008 and VS2008 SP1 are installed.

InstallDSSoftwareVC9Prerequisites_x86.msi from the ACIS 23 package has also been launched. This failed to produce any positive results.

Besides, during the "Release" configuration launch the following assemblies are loaded -
"C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\msvcp90.dll"
"C:\WINDOWS\WinSxS\x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_028bc148\mfc90.dll"
"C:\WINDOWS\WinSxS\x86_Microsoft.VC90.MFCLOC_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_730c3508\mfc90enu.dll"
"C:\WINDOWS\WinSxS\x86_Microsoft.VC90.OpenMP_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_4ddc769f\vcomp90.dll

What can be done in order to launch the "Debug" configuration?

 

Spatial Moderator
ybiyani
Posts: 231

Re: From ACIS 20 to ACIS 23 - problem

Hello Vi2,

 

I think you need to upgrade VS 2008 compiler to SP1.  Please see http://doc.spatial.com/index.php/ACIS_Release_Notes/R22#Compiler_Changes for required updated.

 

Let us know if this solves the issue.

 

Regards,

Yogesh

Regular Contributor
Vi2
Posts: 72

Re: From ACIS 20 to ACIS 23 - problem

Hello Yogesh,

 

We already have the VS 2008-SP1 compiler.
We'll inform you of the results, once we install all the patches from the link you gave us.

 

BR,

Victor

Regular Contributor
Vi2
Posts: 72

Re: From ACIS 20 to ACIS 23 - problem

Hello Yogesh,

 

After installing the patches from the link that you gave us, ACIS 23 has successfully launched in the "Debug" configuration.
 

Many thanks,

Victor