Questions tagged [project-properties]
46 questions
2
votes
2 answers
Debug SSIS package with parameters/ Arguments
I'm hopeful one of you guys can help me with the following question.
Question:
Is it possible to pass command line arguments to a package when running it from within Visual Studio/BIDS?
I want to set the value of a variable via the command line,…

NetFlash
- 85
- 4
- 12
2
votes
1 answer
VM Options missing for Maven Project
Can someone tell me where I can find the VM Options settings in the Run page of the Project Properties?
According to the help pages it should be right there. It is a Maven based project which might be the case that the setting is missing. If that's…

z00bs
- 7,518
- 4
- 34
- 53
2
votes
3 answers
Multiple project output types: compiling as an EXE and a LIB
I have a C++ project that builds as an EXE. However I also need to build the project as a static library (.LIB file). Right now in order to get a complete build, I need to build it in one format, then open the project properties and under General >…

Justin R.
- 23,435
- 23
- 108
- 157
1
vote
1 answer
Cannot edit project properties in Rider ide
The project properties just don't open, and the Rider says "editing properties is not supported for this item" error image. It happens for every project, but in Visual Studio I can edit project properties normally. How to fix it?
Thanks for any help

Kliment Nechaev
- 480
- 1
- 6
- 13
1
vote
2 answers
The value of out-of-bounds element of an array - should it change on each execution or stay the same?
For the actual question, jump to question part. For an interesting real-world example of undefined behavior, keep reading :)
There was this enumeration:
struct EnumStruct
{
enum Enum
{
val0 = 0,
val1,
val2,
val3,
…

Armen Tsirunyan
- 130,161
- 59
- 324
- 434
1
vote
1 answer
More than one conditional compilation symbols?
I have a question regarding conditional compilation symbols in Visual Studio (my version is 2017).
Assuming that I have two compilation symbols, e. g.:
#if new_version
#if old_version
then in what typing should I put them in Project properties…

Mikisz
- 404
- 5
- 20
1
vote
1 answer
Importing Android Listview refresh by pull, project-properties error
I'm fairly new to Android, and using open source material for my needs during Android projects.
Currently, for my internship assignment, I'm developing an Android application and want to apply a pull to refresh to the ListView. If found this…

Dennis450D
- 62
- 1
- 7
1
vote
1 answer
How can I toggle my VS 2008 solution's target platform between Windows CE and Winforms?
I'm in the process of porting a legacy Windows CE / Compact Framework project from VS 2003
in XP Mode with .NET 1.1 to VS 2008 and .NET 3.5
As debugging is such a pain trying to target a handheld device (there is no emulator for the specific device…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
1
vote
1 answer
Loading specific test file for debugging MSProject Add-In
I am developing a MSProject add-in with VSTO and I have a question about debugging.
How do I use the Start Option->Command line arguments to load a specific MS Project file?
I have tried using [drive:][path]filename.mpp but the file doesn't…

user676034
- 43
- 6
1
vote
2 answers
Any tips about securing DLL code?
I would like to know some tips how to secure DLL (Win32, dynamic) file from injecting and how to increase security of compiled code.
There's a SQL password in DDL source code which is used to connect to MySQL. Is it secure enough to leave it?
Is…
user1621987
1
vote
1 answer
Netbeans PHP Project Properties: What does Web Root do?
I have a Netbeans PHP project with code checked out from a subversion repository. The source files folder is outside my local web server document root. It has three sub-folders trunk, branches, and tags. The branches folder has a sub-folder…

asterix
- 183
- 1
- 3
- 12
0
votes
0 answers
Visual Studio: How to detect any changes on project properties and trigger event from extension when user click apply
I'm trying to write VS extension for VC++ projects, I want to detect any changes on project properties (Additional include directories, additional using directories etc.) when user change and click apply on project properties page.
I don't want to…
0
votes
1 answer
Can't find the system library folder, Maven dependencies folder and other system folder in Project explrorer panel
I've created a maven project and can start the project using tomcat server. But I can't see the necessary system folders to change or edit in the project explorer panel. I can see only the source folder Suppose I want to add mysql connector in maven…

Amimul Basher
- 31
- 4
0
votes
1 answer
.Net core 6: How to have output directory without assemblies
I am porting company products in .Net core 6 from .Net 4.8.
In the solution, there is an output directory containing:
Assemblies, Configuration, Log, Resources directories and only .exe, .pdb and .exe.config of the launcher project.
Dlls are in…

Domenico
- 71
- 1
- 6
0
votes
1 answer
"Run on live analysis" checkbox is not found in Visual Studio project properties/Code analysis tab
In Visual Studio 2019 v16.11.1, I could not find the "Run on live analysis" checkbox under project properties/Code analysis tab as shown in msdn. I did not find any information in msdn documentation as well. Please help me with what I miss…

Pradeep
- 13
- 1
- 8