Answered by:
Add vcxproj file to existing project in solution visual studio 2012

Question
-
Hello,
I Came across a problem in visual studio 2012.
I am trying to integrate my Sqlite in my JavaScript project which is developing for windows store apps.
Here I got a library, & They suggested how to integrate here
in order to use SQLite3JS in a JavaScript app, the SQLite3Component project SQLite3Component\SQLite3Component.vcxproj must be added to the app's solution using FILE > Add > Existing Project....
When I trying to add Existing project to my JavaScript project in solution explorer it is not displaying the file "SQLite3Component.vcxproj in SQLite3Component". At least it is not showing ".vcxproj" file format in file format dropdown list.
Before it is working fine, & I installed Windows SDK. as suggested in Readme file. After installation Unfortunately it is not .vcxproj showing file.
I am using VS 2012 express in windows 8.
If you want to try with my project here I posted.
If you want any more information regarding this, Please try to ask me.
Thanks
devendra
- Edited by GDEVENDRAK Saturday, November 23, 2013 8:31 AM
Saturday, November 23, 2013 8:27 AM
Answers
-
Hi GDEVENDRAK,
It works fine on my computer (VS2012 Ultimate version), a bit different from your environment.
I doubt there might be two possibilities for your issue:
1, The target file is already missing, could you validate if your target folder(\SQLite3Component\) contains the correct file(SQLite3Component.vcxproj) from your File Explorer?
2, Your installation of the windows SDK is not succeed. Try re-install it might be the solution.
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- Marked as answer by GDEVENDRAK Tuesday, December 3, 2013 8:44 AM
Monday, November 25, 2013 6:42 AMModerator
All replies
-
Hello,
I Came across a problem in visual studio 2012. Again I am posting in Visual studio forum..I am trying to integrate my Sqlite in my JavaScript project which is developing for windows store apps.
Here I got a library, & They suggested how to integrate here
in order to use SQLite3JS in a JavaScript app, the SQLite3Component project SQLite3Component\SQLite3Component.vcxproj must be added to the app's solution using FILE > Add > Existing Project....
When I trying to add Existing project to my JavaScript project in solution explorer it is not displaying the file "SQLite3Component.vcxproj in SQLite3Component". At least it is not showing ".vcxproj" file format in file format dropdown list.
Before it is working fine, & I installed Windows SDK. as suggested in Readme file. After installation Unfortunately it is not .vcxproj showing file.
I am using VS 2012 express in windows 8.
If you want to try with my project here I posted.
If you want any more information regarding this, Please try to ask me.
Thanks
devendra
- Edited by GDEVENDRAK Sunday, November 24, 2013 4:59 PM
- Merged by Amanda Zhu Monday, November 25, 2013 9:43 AM the same issue
Sunday, November 24, 2013 4:53 PM -
Hi GDEVENDRAK,
It works fine on my computer (VS2012 Ultimate version), a bit different from your environment.
I doubt there might be two possibilities for your issue:
1, The target file is already missing, could you validate if your target folder(\SQLite3Component\) contains the correct file(SQLite3Component.vcxproj) from your File Explorer?
2, Your installation of the windows SDK is not succeed. Try re-install it might be the solution.
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- Marked as answer by GDEVENDRAK Tuesday, December 3, 2013 8:44 AM
Monday, November 25, 2013 6:42 AMModerator -
Hi Jamles Hez,
I am sure there is no problem with my file. & I think the issue with Windows SDK only as you said.
For a trial, I tried this in another system without installing SDK it works well. Then I uninstalled SDK in my system. But no luck. I think the problem is some SDK components are still remaining after uninstall as they mentioned in SDK document .
So I will uninstall all components & install SDK once again in my system which have project contain. I hope it will solve my problem. Right now I can't do now. Once I check and get back to you.
Thanks,
devendra
Monday, November 25, 2013 8:41 AM -
Hi GDEVENDRAK,
Is your problem solved?
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.Tuesday, December 3, 2013 7:12 AMModerator -
Hi Jamles Hez,
Yes, I solved finally by formatting my system. I installed new windows 8 OS & update to 8.1 & windows 8.1 SDK.
Before that I uninstalled the Windows SDK & while installing SDK I got the error
Install did not Complete successfully & the error code is 2753.
Now the Sqlite is working fine. Right now I am working with DB.Here I have a doubt on Windows 8.1 OS. How to install Windows 8.1 in formatted system...?
I have only choice is first install Windows 8 & update to Windows 8.1 using Store. Can U give brief answer about this..
devendra
- Edited by GDEVENDRAK Thursday, December 12, 2013 2:08 PM
Tuesday, December 3, 2013 8:43 AM