on ‎2012 Jul 27 2:42 PM
Hi,
When I attempt to build a setup project for my VB.net solution, I am getting the following ERROR.
This error is preventing the creation of the setup.exe files.
I am currently running the following setup
If I check the "exclude" option in the setup project dependencies, the error also goes away. However, does excluding this file from the setup cause problems with the installer on the clients pc?
I can also change the target architecture to X64 in the INSTALLER project. This works but creates an installer that will only work on x64 machines (so not very useful).
I can also uncheck the SAP Crystal Reports Runtime Engine for .NET Framework 4.0 listing in the prerequisites menu of the INSTALLER project, but I am note sure what this will accomplish.
We are experiencing the same problem on an other colleagues PC with a different project too.
I have setup a new project to test this issue (to remove all possibilities of interfearance from some DEV express add-on's). If I simply creat a nre project with a crystal report and then create a setup project, the error occurs.
Somone please help.
Request clarification before answering.
Hi Phill,
A couple of things you mentioned but could simply be terminology... VS Express is not supported, it doesn't support plug-ins.
Yes remove the dependencies, try searching there is a article on know configurations and work arounds.
If you are building for 32 bit only then no need to include or deploy the x64 package, not required for 64 bit OS that will be running a 32 bit app.
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Don,
Thanks for helping. I am currently running Visual Studio 2010 Professional. I was not attempting to create an x64 installer, just the 32 bit, but kept getting the error during the build stage of the setup project. As this was an error (as apposed to a warning), it actually stopped Visual Studio from creating the Setup.exe files.
The only way I could get it to work was to change the installer project to target a x64, but that isn;t want I wanted. No matter what I did, I couldn;t get it to build correctly.
Then I opened a project written by another colleage. I did not run or build/rebuild simply opened it and suddenly the problem in my project was fixed. I don't understand what has fixed the problem as I didn't do anything to fix it.
I now have 3 warnings when the setup project is built (but no errors). I intend to create a new post on Monday to get some help.
I would still like to know what was causing the original error though.
hi phill,
i have the same problem
os: 64 bit windows
vs: vs 2010
cr: 64bit run time
and i have to deliver the setup project to 32 bit client machines.
still i getting the log4net.dll error. pls help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use this search string; 'crystal log4net' in the search box at the top right corner of this web page. There is a number of KBAs that address the issue.
See if Phill's idea works out for you. If it does, please do let us know as that would be good to know - for us and the community.
If you are compiling as Any CPU, don't. Compile as either 32 or 64 bit.
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.