phonegap place folder in the right place so I can use VS - visual-studio-2012

I have been here: http://phonegap.com/install/ and downloaded the latest phonegap release.
I am not sure where to put it, so that VS can find it, when creating a new project. Has anyone any idea about where to place it? For now, I tried placing it in: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE, and this is not the right place, obviously.
I know that one can install phonegap using the commandline, but I rather not do this, since I already tried, and had issues with environment variables. Furthermore, from what I found out on stackoverflow regarding using the commandline, several people did not advice this, based on their experience. So please, if you know how I make it work so that I can use VS, please share. I see that the phonegap folder that I downloaded from phonegap site, contains IDEs for several platforms.
Thanks in advance
Ps. I am trying to achieve something semilar to this: http://anindita9.wordpress.com/tag/visual-studio-phonegap/
But it's just that this tutorial doesn't work for me, since I have VS12, and also the folder structure is totally different

Related

monogame system reference not found

I just installed the monogame (v3.7), created a new project (in VS2017) for windows, tried to run it, and this error popped up:
I can't add even System reference manualy, and I cant find the answer to this anywhere. Anyone know what is going on here?
I just noticed what happened. I didn't have any target framework set for this project for some odd reason. So instead of deleting this question, I hope this answer helps.
To fix this, go to solution explorer, right cilck your project, proerties, in Application tab select the Target framework.
I selected the latest I had (.NET Framework 4.6.1). I will make a guess that the latest one should work fine

Visual Studio 2015 - Multiple Instances of Node.js

I am currently experiencing a strange issue with Node.js within Visual Studio.
I'm currently working on multiple projects (containing many typescript files - i've read elsewhere this could possibly have something to do with my problem) in Visual Studio 2015 (Version 4.7.02053). I have node.js (v 6.10.0) installed on my dev machine also. Currently we are using the built in TypeScript compiler within visual studio (previously using grunt for ts compilation, now just for sass).
I've also configured visual studio to use the current version of node I have installed (please see screenshot below):
Custom Path to node.js installation
My issue is this, whenever I open one of my projects, multiple, I mean a lot, I mean like between 50-100 node.exe processes spin up, please see the image below!
Lot's of node processes, seems to be update-notifier\check.js???
This is eating away at my CPU and rendering my machine barely usable, especially when i have three or four separate projects open at the same time.
I've attempted to google a fix for this but haven't come up with anything that has worked thus far, so, any help you could possibly give me is greatly appreciated.
Thanks in advance,
Paul
This seems to have to do with the update-notifier package.

Project is targeting frameworks not installed or are included as part of future updates to Visual Studio

I am attempting to convert the Microsoft.Health C# class library that is installed as part of the HealthVault SDK, using instructions provided here. After following these instructions, I get the following error when attempting to load the project into Visual Studio 2013.
"The project is targeting frameworks hat are either not installed or
are included as part of future updates to Visual Studio. See
http://go.microsoft.com/fwlink/?LinkId=287985"
Visiting the link takes me to .NET SDKs and Downloads. Once there, I have no clue on what needs to be done.
I do realize that one will have to leverage the Portable Class Library Contrib project to fill in some missing bits, especially code related to System.Security. This, I will deal with later.
Any one run into a similar problem?
Maybe so late but for those who have the same problem.
I had the same error in a project which was working perfect before updating VS2013 and finally after 3 hours looking for the source of the error I found that the error is about TargetFrameworkProfile.
In my case I sloved it like so:
Right click in the unloaded project in your solution and click Edit.
Find the TargetFrameworkProfile tag and set it as below:
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
At a guess, this is because you need to specify the TargetFrameworkVersion and TargetFrameworkProfile properties in the project file. Compare the .csproj you are trying to create to a newly created PCL project file, and make sure that everything that's not specific to your project matches.
I ran into the same issue and got it resolved by installing the latest Visual Studio Update

Visual Studio 2012 InstallShield Nightmare

Being forced to use the garbage version of LE in VS 2012, I cannot get things to build because it is telling me that my install folder path is too long. It literally looks like it is creating the same path, verbatim, inside of another folder. First this fails on the DVD so can I disable that? Second, this appears to be controlled by the variable ISProductFolder but I cannot find how to modify that location.
Can somebody please help?
Well, it is not surprise that each setup tool has its problems. Please note that there are no tools which can accurately detect your application dependencies. The best a tool can do is make suggestions. This is why most setup developers determine the dependencies themselves and manually include them in the installer.
If you're not happy with InstallShield, you can try a different setup tool: http://en.wikipedia.org/wiki/List_of_installation_software
The free version of Advanced Installer includes a Visual Studio setup project which may help.

cxcore210d.dll missing

I'm trying to use OpenCV in Visual C++ express edition 2008. I've installed OpenCV 2.1 and added necessary include and lib directories/files to my project dependencies. A system PATH is also present for "C:\OpenCV2.1\bin".
When i compile and run the example program to open an image, I get a runtime error saying cxcore210d.dll is missing. I checked the bin folder and its there.
I've looked at similar posts here and on Google and they suggested turning off incremental linker. This didn't change results.
Please help
thanks
I just had to restart my PC. I'm guessing without a restart some variables are not registered correctly. :s but now this runs fine.
If anyone is working with OpenCV, so get in touch.
Thanks
The "d" stands for a debug build. You need to compile the OpenCV library with "debug" options set. Unfortunately, I don't think you can do this with Visual C++ express edition. I've tried it before...
why not you copy your dll into the folder and beside the application.
hey i just solve this problem. copy cxcore210d.dll and highgui210d.lib from your bin folder and paste it in lib folder and see the result...

Resources