Hi,
when I change the configuration to release mode, nothing happens. The output-path changes in the properties to bin\release but it is not used. The executable is still created in bin\debug and has the same size.
When I reopen the project the configuration is set back to debug. So, in my opinion, this dosn't work at all.
Version is 2.3.3
Greets, Alex
Not possible to compile in release mode
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Not possible to compile in release mode
Hi,
In the properties of your project you can only change the configuration for compiling. For release and debug you can have different settings and it is only used as configuration dialog. This is the same manner as in Visual Studio. If you want to compile your project as debug or release, please use the menu "Build" and set the configuration to release. Then Ranorex Studio compiles you a release build of your project.
Regards,
Peter
Ranorex Team
In the properties of your project you can only change the configuration for compiling. For release and debug you can have different settings and it is only used as configuration dialog. This is the same manner as in Visual Studio. If you want to compile your project as debug or release, please use the menu "Build" and set the configuration to release. Then Ranorex Studio compiles you a release build of your project.
Regards,
Peter
Ranorex Team
Re: Not possible to compile in release mode
Thank you Peter!
This was the problem. I changed the configuration in the properties and not via menu. Now, it works.
Greets, Alex
This was the problem. I changed the configuration in the properties and not via menu. Now, it works.
Greets, Alex