Problem with Syncfusion
Posted: Fri Mar 13, 2020 1:28 pm
In Visual Studio 2019, Community Edition, I tried to create a C # program installer that uses the "Syncfusion Windows Form" libraries, and I have this result:
if I Run Setup:
Generating setup project for active solution (Any CPU platform)
Main Script File CS4D.mia was not regenerated. No change was found.
Project File CS4D.mpr was not regenerated. No change was found
Building Setup Project CS4D.mpr
Error Building setup project file Failed to build Project C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.mpr.
Please view log file C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.log for more information
Error while building setup project: Failed to build Project C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.mpr.
Please view log file C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.log for more information
this is the CS4D.log:
Building Project: CS4D
Output Folder: C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\Release\UncompressedDeployment Type: Uncompressed Directory Layout
Code Signing: Disabled
Compression: Default
Compiler Variables: UAC=highestAvailable,BUILDMODE=CD,LANGUAGE=Italian,TITLE=CS4D,TARGETDIR=$TARGETDIR$,"IADIR=C:\PROGRA~2\InstallAware X11","PROJDIR=C:\QSync\PROGRA~1\CS4D\InstallAware\Any CPU",IAVER=28.04
###
Cleared output folder C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\Release\UncompressedBuilt plug-in action (Un)Install MSI Setup
Built plug-in action File Bag
Copied file C:\QSync\Programmazione\CS4D\Califfo\bin\Debug\Califfo.exe
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.Compression.Base.dll
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.DocIO.Base.dll
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.DocToPDFConverter.Base.dll
Error during build: Cannot open file "C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.Grid.Windows.dll". Impossibile accedere al file. Il file è utilizzato da un altro processo
translation of:
Impossibile accedere al file. Il file è utilizzato da un altro processo
is
Unable to access file. The file is being used by another process
can you tell me what should i do to fix it?
Thanks in advance,
Carmelo
if I Run Setup:
Generating setup project for active solution (Any CPU platform)
Main Script File CS4D.mia was not regenerated. No change was found.
Project File CS4D.mpr was not regenerated. No change was found
Building Setup Project CS4D.mpr
Error Building setup project file Failed to build Project C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.mpr.
Please view log file C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.log for more information
Error while building setup project: Failed to build Project C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.mpr.
Please view log file C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\CS4D.log for more information
this is the CS4D.log:
Building Project: CS4D
Output Folder: C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\Release\UncompressedDeployment Type: Uncompressed Directory Layout
Code Signing: Disabled
Compression: Default
Compiler Variables: UAC=highestAvailable,BUILDMODE=CD,LANGUAGE=Italian,TITLE=CS4D,TARGETDIR=$TARGETDIR$,"IADIR=C:\PROGRA~2\InstallAware X11","PROJDIR=C:\QSync\PROGRA~1\CS4D\InstallAware\Any CPU",IAVER=28.04
###
Cleared output folder C:\QSync\Programmazione\CS4D\InstallAware\Any CPU\Release\UncompressedBuilt plug-in action (Un)Install MSI Setup
Built plug-in action File Bag
Copied file C:\QSync\Programmazione\CS4D\Califfo\bin\Debug\Califfo.exe
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.Compression.Base.dll
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.DocIO.Base.dll
Copied assembly C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.DocToPDFConverter.Base.dll
Error during build: Cannot open file "C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\17.4.0.39\Assemblies\4.6\Syncfusion.Grid.Windows.dll". Impossibile accedere al file. Il file è utilizzato da un altro processo
translation of:
Impossibile accedere al file. Il file è utilizzato da un altro processo
is
Unable to access file. The file is being used by another process
can you tell me what should i do to fix it?
Thanks in advance,
Carmelo