Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5953905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:53:36+00:00 2026-05-22T17:53:36+00:00

How do I make Visual Studio add the latest version of Jquery to the

  • 0

How do I make Visual Studio add the latest version of Jquery to the scripts folder when I create a new Asp.Net application on Visual Studio 2010?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:53:37+00:00Added an answer on May 22, 2026 at 5:53 pm

    I think you have to define your own project template (or edit the existing one). In the .vstemplate file you have a section where you can define which packagaes have to be installed when creating a new project with this template.
    If you have a look at the Asp.net MVC template you see that there are a few packages defined which are installed by Nuget.

    <WizardData>
            <packages>
                <package id="jQuery" version="1.5.1" />
                <package id="jQuery.vsdoc" version="1.5.1" />
                <package id="jQuery.Validation" version="1.8.0" />
                <package id="jQuery.UI.Combined" version="1.8.11" />
                <package id="EntityFramework" version="4.1.10331.0" />
                <package id="Modernizr" version="1.7" />
            </packages>
        </WizardData>
    </VSTemplate>
    

    In this template there is a version defined for jquery, but if you remove this version number than Nuget will automatically install the latest version of JQuery which is right now something like 1.6.1.

    To be honest I never have updated or created a new template, so for the exact steps I can only give you the references. Hope that this will guide you into the right direction:

    Creating a new project template:
    http://msdn.microsoft.com/en-us/library/ms247065.aspx

    Existing templates can be found in the following location:
    C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates

    I think only Nuget has the option to check for the latest version of JQuery to download, using a CDN would require a version number.

    Hope this will help you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a new ASP.NET MVC2 web site project, in Visual Studio
If I make a Visual Studio 2010 WinForms project and let the wizard add
I am trying to make an Outlook 2003 add-in using Visual Studio 2008 on
In Visual Studio.NET when coding I constantly use (no selection) CTRL-C, CTRL-V to make
I am using Visual Studio 2005 to make an install. The application has a
I'm making a Word 2007 add-in with C# 4.0 in Visual Studio 2010. I
Visual Studio 2010 has a new feature that is just way cool. You can
In Visual Studio 2010 I created a new Ajax enabled WCF Service [ServiceContract(Namespace =
Using Visual Studio 2010 I created an Office 2010 Word add-in project that has
I go in and add a new linq to sql classes in Visual Studio

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.