I wanted to build windows phone app using Visual basic. It requires store app project template which is not existing in my version!
I tried to download the VS Express version 2013 and every time i start it shows Visual studio needs some repair. Even after the repair the same trouble shoots up again!! If possible render me the exact link for the visual studio version with which i would be able to build windows phone app.
Also is it possible to build windows 10 phone app in Windows 7?
Related
I am building an asp.net core 2.2 web app with Angular SPA template. Until a few days ago I could see the browser refresh and reflect changes made on html and typescript files in Visual Studio 2017. Since then, there was an update to both Visual Studio and node modules.
Now the browser doesn't reflect the changes made automatically. I am forced to run an ng build command using cmd for the angular app to get the changes on the browser. Is there a setting or configuration that needs to be changed.
I have already enabled Enable Browser Link option in the Visual Studio. This is not working.
Visual Studio version is 2017, 15.9.9
OS : Windows-10 creators update.
Visual studio community edition.
We have a website for which we would like to point to our visual studio app to. Is it possible in visual studio we can create an app where we have a container running our website. Currently I have installed visual studio and it's asking me for which modules of visual studio I should download. I don't want to install unnecessary modules.
Screenshot.
Thank you.
Yes, you could create a C# windows forms application and add a webbrowser from the toolbox. in the properties window set the dock to fill it and then in the url box type the url and you're done.
We have an ASP.NET web application already deployed to Azure. I'm trying to create a new development virtual machine (using VirtualBox). Everything seems to work fine. I can run the project locally, but when I click on Publish, I just get a comment in the Output window: "The build has been canceled".
The same project using the same version of Visual Studio 2015 Update 1 can be deployed without any problem from the other development PCs (they are NOT virtual machines, don't know if it matter or not).
I use the latest version of all extensions installed. I have 'repaired' my Visual Studio Installation, just in case.
Any suggestions?
Note : I just tried to publish a new, empty ASP.NET 5 Web Application. I got the same "The build has been canceled" message.
The problem seems to be VirtualBox (or Visual Studio 2015 in VirtualBox). I can't publish any website from any VirtualBox VM but I can publish all of them from the PC where the VM is running.
I have cordova 5.3.3 and my app is already working very well for Android. Now I'm trying to build it for Windows Phone 8 and Windows Phone 8.1.
The problem is that I found out that some .css files are not loaded (I'm running the app with both emulator and device with Visual Studio 2013 on Windows 8.1 x64).
How can I debug the app to find what files are not loaded during app running?
I tried to use ripple-emulator (https://github.com/apache/incubator-ripple) but I think it does not work with Internet Explorer on Windows or maybe I can't make it work (I already use it on Linux with Chromium and the Android platform and it works).
I also tried to use Visual Studio 2013: I have opened the .sln file in /platforms/wp8 and ran the app, so I have whatched the output console, but I think that it does not help me because I could not find the informations I need about the .css files that are not loaded.
Any help please?
Thanks
If you run the app in the vs debugger the f12 tools will attach and you can view the Dom from visual studio. Just press f5 in vs to build, deploy and run with the debugger attached.
When i tried to create a windows phone application on visual studio 2012 i get the error "Object reference is not set to an instance of an object". I searched on google and find that deleting the 'NuGet packet manager' will solve the issue. But after deleting the packet manager i got the same error. What should i do to create the app.?
it appears that your windows phone development kit along with your visual studio is messed up. Try running the Visual Studio setup again and choose repair your installation. Once done, try creating the windows app again.
Thanks
Reinstall your Windows phone SDK toolkit or repair it. If still your are getting same issue try to repair your visual studio 2012 from control panel.
Note: Please close your visual studio before repair.