Eazfuscator.NET v3.3/.NET 4.0 - Error occurred during processing of input file. - eazfuscator

Eazfuscator.NET v3.3/.NET Framework 4.0 - I got the following error when I changed Target framework from 3.5 to 4.0. It compiles without errors with 3.5 framework.
Error occurred during processing of input file 'MyApp.exe' --> sn.exe: Copyright (c) Microsoft Corporation. All rights reserved.
I tried to delete files from AppData\Local\Temp, restarted computer and restarted VS2012 but no lock so far.
Please help.

Related

InstallShield - Error 429 and missing sabuild.dll

We've recently upgraded from InstallShield 2015 to 2016 SP2. I opened my existing Projects in 2016, and InstallShield upgraded them with no errors. But when I try to build in the GUI I get the following:
Error 429: ActiveX component can't create object
When I try to build using the commandline...
IsCmdBld.exe -p "C:\Path to IS Project file\ProjectFile.ism" -v
...I get the following:
InstallShield (R) Release Builder Copyright (c) 2016 Flexera Software
LLC.
All Rights Reserved.
-1131: Failed to load sabuild.dll.
We have several older versions of InstallShield on the particular machine. These Project files were working fine until I tried building them in 2016. I can open copies of the backed up Project files in 2015 and they still build without error. I have searched the entire computer for "sabuild.dll". None found.
This occurs when I try to build MSI or EXE.
We have InstallShield 2016 SP2 Professional and the update manager says we are on the latest. This is installed on Windows 10 Pro 32-bit (don't ask, I'm not operations and I inherited this setup).
Any thoughts?
Thanks in advance!
Install Microsoft Visual C++ 2013 Redistributable Package.
Also Installshield 2016 originally had an issue with detecting vc++ libraries, so you may need to update to SP2.
Refer IOJ-1742525 on http://helpnet.flexerasoftware.com/installshield23helplib/ReleaseNotes.htm

Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 255

I am migrating one project from VC2006 to VS2015.
In the project one of the module is giving below error while compilation.
Performing Custom Build Tools
preESQL LkDataStore.ecp LkDataStore_or.pc o
preESQL done!
C:\app\client\product\12.1.0\client_1\bin\proc LkDataStore_or.pc
Pro*C/C++: Release 12.1.0.2.0 - Production on Wed May 17 22:40:05 2017
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
System default option values taken from: C:\app\client\product\12.1.0\client_1\precomp\admin\pcscfg.cfg
Performing Custom Build Tools
The input line is too long.
The syntax of the command is incorrect.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 255.
The project has 10 files and till 7th file no issues, after that I see the above error. I had removed the last 3 files from the project and compiled, build was success.
The module has .ecp files as it should support both ORACLE and INFORMIX databases
I am not able find out the root cause for the issue.
can anyone help me in the above issue.

F# Compilation Error on Windows 8.1 Pro VS 2012

I am very new to F# and F# on visual studio.
I just created a F# application and created a class, when I try with F# interactive window it works fine, When I build the application it gives fallowing three errors
FSharp.Core.sigdata not found alongside FSharp.Core FSC
Error opening binary file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.0.0__b03f5f7f11d50a3a\FSharp.Core.dll': FSharp.Core.sigdata not found alongside FSharp.Core
Problem reading assembly 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a': Error opening binary file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.0.0__b03f5f7f11d50a3a\FSharp.Core.dll': FSharp.Core.sigdata not found alongside FSharp.Core
Please advice me how it can be sorted.
For Visual Studio 2012 to work properly in Windows 8.1 you have to install VS2012 Update 3 after upgrading to Windows 8.1.

.NET 4.5 fatal error during installation of VS 2012 Ultimate

When I try to install VS 2012 Ultimate on Windows 7 32bit SP1, but it gives me the next error:
"Microsoft .NET Framework 4.5 - Fatal error during installation"
My installation log: here
My vslog.cab file: here
I tried to install .NET 4.5 stand-alone, but it didn't work too. .NET 4.5 log error
This issue is caused by antivirus scanner on your machine.
Can you please check antivirus scanner logs and see if there is an exception logged for c:\config.msi? Also let us know which antivirus you have on the machine? We (Microsoft) would like to reach out to them to change their product to work better with installers.
Log file indicates some other application (like Antivirus scanner) is opening the backup file without FILE_SHARE_DELETE after MSI creates/moves it.
MSI (s) (D8:C8) [11:31:49:844]: Product: Microsoft .NET Framework 4.5 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2329. The arguments are: 32, C:\Config.Msi\b8265.rbf,
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2329. The arguments are: 32, C:\Config.Msi\b8265.rbf,
Workaround: disable antivirus and install .Net 4.5 on the machine then enable antivirus again.
Open cmd
Type in the command “net stop WuAuServ” (disable windows update)
Go to Run (you can do this by pressing Win + R) and type in “%windir%” (this command let you go to your windows system folder)
Find the folder “SoftwareDistribution” and rename it as “SDold”
Then, go back your previous command prompt and run the command “net start WuAuServ”
Now, try to install .NET Framework again
Just try to update your .NET Framework to an 4.5 version?

Having issues in installing a windows Service created using Visual Studio 2010

I am trying to install a windows Service created using Visual Studio 2010 on my local machine and on a Windows Server 2008 r2. I am getting the proper success reslt when I install it using the InstallUtil.exe Please find the below command line comments when I have installed the Service.
C:\Windows\Microsoft.NET\Framework\v4.0.30319>InstallUtil.exe
E:\SomeFolder\MyService\MyService.exe Microsoft (R) .NET Framework
Installation utility Version 4.0.30319.1 Copyright (c) Microsoft
Corporation. All rights reserved. Running a transacted installation.
Beginning the Install phase of the installation. See the contents of
the log file for the E:\SomeFolder\MyService\MyService.exe assembly's
progress. The file is located at
E:\SomeFolder\MyService\MyService\MyService.InstallLog. Installing
assembly 'E:\SomeFolder\MyService\MyService.exe'. Affected parameters
are: logtoconsole = logfile =
E:\SomeFolder\MyService\MyService\MyService.InstallLog assemblypath
= E:\SomeFolder\MyService\MyService.exe Installing service Service1... Service Service1 has been successfully installed. Creating EventLog
source Service1 in log Application... The Install phase completed
successfully, and the Commit phase is beginning. See the contents of
the log file for the E:\SomeFolder\MyService\MyService.exe assembly's
progress. The file is located at
E:\SomeFolder\MyService\MyService\MyService.InstallLog. Committing
assembly 'E:\SomeFolder\MyService\MyService.exe'. Affected parameters
are: logtoconsole = logfile =
E:\SomeFolder\MyService\MyService\MyService.InstallLog assemblypath
= E:\SomeFolder\MyService\MyService.exe The Commit phase completed successfully. The transacted install has completed.
but the problem is when I go to AdministrativeTools-->Services and try to start the installed service it gives the below error
Services Windows could not start the MyServiceInstaller service on
Local Computer. Error 1053: The service did not respond to the start
or control request in a timely fashion. OK
Please let me know what should I do to start the server ??
Regards
Srividhya
Put some code for logging in service and check for errors in the log file. There is some code that is giving error. This code executes on OnStart event of the service.
Check the event viewer for more details under administrative tools.

Resources