S
S
Stanislav2015-12-29 17:48:51
visual studio
Stanislav, 2015-12-29 17:48:51

Where and how can I find the Windows Store project template in Visual Studio?

Hello! Please, I ask you to help with such a ridiculous and strange question, I have been looking for an answer for a long time in and outside the RuNet - I absolutely cannot find the Windows Store template ( XAML ) among those offered in Visual Studio When creating a new project. ec686151b3a844148cd2f405819629f2.jpg(The photo shows Visual Studio Express 2015 for Windows, also installed Visual Studio Community 2015). I read the comments that the point is that you need to run the version for Windows and not Visual Studio for Desktop, and did the same with Express, but still nothing is visible.
They also said to reinstall and select everything here,
64beadbb4e5f4edb9840feca4b03903d.jpg
(Visual Studio Community 2015 pictured) but other than the 31GB Visual Studio, I didn't get any result. Thanks in advance for the replies. With coming!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vyacheslav Zolotov, 2015-12-29
@stanislav_studzinskiy

Uwp is the template for the Windows store

S
Stanislav, 2015-12-30
@stanislav_studzinskiy

Thank you, but why then do we initially have different data when creating a UWP project?
I mean this:
The textbook I am learning from creates like this
and gets this:
I, on your advice, Vyacheslav Zolotov , create like this
And I get these resources:
Can you please tell me how to achieve such a "packaging "?

M
maddog670, 2014-06-05
@JIakki

replace line 8 with

<script type="text/javascript" src="scripts/jquery-1.11.1.min.js"></script>

S
Sergey Nikolaevich, 2014-06-06
@Playmore

In fact, it was just necessary to wrap the code in docready

$(function(){
   alert($(selector));
});

P
Pavel Solovyov, 2014-06-05
@pavel_salauyou

it is written that jquery is not connected before the function call in the index.html line 54

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question