After Windows did a update yesterday the project properties settings are missing in VS2013
Please see the image below.
???
Related
I am using Visual Studio 2019 with .NET extension .
Everything was working fine, i.e all my C# codes and projects were executing fine on F5 when suddenly the options went dead . I am farely new to Visual Studio and cant seem to get my head around this problem . If anyone can suggest anything , it would be of great help.
Basically,
Go to project properties -> Build Tab. Then click Advanced button on the right bottom corner of the pane. Change "Debug Info:" to "full" and click OK.
If it is like that, then change it to "full" like below:
Visual Studio not running / debugging code anymore
Please try these suggestions:
Suggestions
unload your current project by right-click on your project-->Unload your project and then close VS Instance, enter your project path, delete .vs hidden folder, bin, obj folder and then restart your project again.
Then Upload the project, right-click on the project-->set as startup project to test.
reset VS settings by Tools-->Import and Export Settings-->Reset all settings
disable any other third party extensions under Extensions-->Manage Extensions
restart your VS and then rebuild your project
try to create a new empty default project and then test again whether the issue persists, if so, you should try to do a repair in VS Installer, if not, I think the issue is related to your project itself.
same issue in VisualStudio Code, with Dotnet5 API angular MVC application
for me it was the generated main.js file in wwwroot folder. deleted the folder and ran ng build --prod again and got a new one with current code.
I am trying to save my XAML files normally in my project in my visual studio but this pop up comes every time. I tried to clean build and check, uncheck the configuration settings and build again. Same issue. But i have no issues in deploying in devices or build the project. Any Help will be really appreciated.
The software project I am working on was started many years ago in VS2010. I loaded the solution in VS2017 because I wanted to benefit from its features. I declined to migrate it, because the projects should still be compiled using VS2010's compiler.
Working in and editing the solution in VS2017 was fine until I made the blunder of adding a project from VS2017's GUI. Once the project was created and added to the solution I could not open the properties of any VS2010 project: "There are no property pages for the selection". ONly the VS2017 project properties are accessible.
Removing the new project did not fix it, neither did rebuilding the solution from its make files nor Reset All Settings from Tools->Import and Export settings. However, the project properties are accessible when opening th solution in VS2010.
It looks like this is a bug in VS2017 but since it worked before, I am looking for a workaround. Is there a way to reset (preferable without having to reinstall) VS 2017 so I loads the solution completely fresh?
I had the same problem with VS2010 (French) installed with VS2017.
When I set the VS2017 IDE in English, the Project Properties page is empty for the VS2010 project.
I changed the VS2017 IDE Language settings to same as Windows (=French) and after a restart of the IDE, the project properties are displayed again.
I hope this will help you.
Today I was add a new SETTING into the VS2013 Project´s Properties page (at Design Mode) and I see that ALL settings had disapeared! My Settings page is clean (the settings called through "my.settings.xxxx").
But, when I run the application in DEBUG or RELEASE mode the system functions normally - and I reference a lot of "my.settings" in there!
How can I solve it? I´m affraid of SYNCHRONIZE and clean the DEBUG/RELEASE files too!
Help me! Thanks!
I found a solution!
1- Go to Project Solution Explorer.
2- Click in the symbol to SHOW ALL FILES
3- At the My Project folder, simply delete the Settings file.
4- Go to the Project´s Properties page and select Settings.
5- In the middle of the screen will appear a message to Import Settings.
6- Done! VS had imported all the project settings (from where, I don´t know exactly).
Hi I have problem with setting properties for window installer such as Author, Description...
Project for which I want create installer package is WPF app. I set assembly properties in WPF project.
I create new project Visual Studio Project -> Setup project and add WPF assembly.
Build this project and try run app. As destionation folder I see:
C:\Program Files\Default Company Name\Spirit\
I suppose that Company name will be comapny name of assembly for which I created installation package.
I try find how set this projeties in setup project but I can’t find way how can I set this properties on setup project.
If I try set properties of setup project I see this:
I use Visual Studio 2010.
I think you are doing what I found myself doing for a while there, right click and choose properties brings up the Projects configuration properties, Build etc like you are getting.
I had my other "standard" properties window on auto hide, so I re pinned it and put it in its own window and then selecting the setup project brings up its "standard" properties.
See the screen shot below, hopefully it helps someone, this question isn't too recent
Most of this information is retrieved from the MSI Summary Information. So you can modify them by using a tool that can edit this information, for example Orca:
http://msdn.microsoft.com/en-us/library/aa370557(VS.85).aspx