Today, I spent a couple of hours in finding the best suited fix of this issue. Actually that was a very simple problem and we may fix it by adding another http request layer in the application but that was not a productive choice.
If you create a MVC 4 application using "Internet" template, you will find the "BundleConfig.cs" file in the "App_Start" folder; open it.
You will notice there is a total of 6 bundles (jQuery and CSS) being processed. Now, open the "_Layout.cshtml" file and look at this image:






Chittaranjan SwainPosted Dec 20, 2019, 1:54 PM
Nice article.
Peer MohammedPosted Jul 18, 2017, 3:32 AM
Please help me it doesn't working for me too
karthi keyanPosted Dec 30, 2015, 1:08 AM
Please help does not working in Mvc 4
Anil KumarPosted Nov 6, 2015, 12:27 AM
thanks
Rocky RoyalsonPosted Sep 30, 2015, 3:48 PM
Very Nice Article,Hello Sir, I followed your steps and it's amaze, I really appreciate your explanation, could you please give 1 more example, to have 2 Date Picker Controls, one is Start Date and Another one is End Date, When I will Select End Date then based upon the Start Date and End Date, I need to get the number of days and no. of Weeks On the Label, I have total 5 Row's and each row will have 2 Date Picker, Start Date, End Date,....Please help me to get values using Jquery Date Picker, Thank you very much!!!
jitendra Singh 0Posted May 8, 2015, 5:56 AM
Awesome thanks a lot
shravan kumarPosted Jan 10, 2015, 7:21 AM
Really ur amazing.....no one give right solution for me,but only you can give......thanq so much for sharing your knowledge
Md Ilyas Hasan MamunPosted Oct 27, 2014, 1:55 PM
Nice Article... ... ... JQuery UI Datepicker in ASP.NET MVC 5 STEP BY STEP... ... ... ... ... .http://www.ilyasmamunbd.blogspot.com/2014/02/jquery-ui-datepicker-popup-calendar.html
dipti prasadPosted Oct 10, 2014, 2:34 AM
Please help me wt we do?
dipti prasadPosted Oct 10, 2014, 2:33 AM
An exception of type 'System.ArgumentException' occurred in System.Web.Optimization.dll but was not handled in user code Additional information: Directory does not exist.
dipti prasadPosted Oct 10, 2014, 2:31 AM
have one error on my budle
Krutika MahabalePosted Mar 17, 2013, 9:34 PM
Yeah its works!helpful blog
Thierry FierenseditedPosted Jan 30, 2013, 10:01 PMEdited Jan 30, 2013, 10:01 PM
Hi,I followed your steps up to the bundling part leaving out only the script in the view part as I wanted to test this first and when I run the mvc4 website, I get the following error:JavaScript critical error at line 14, column 1 in http://localhost:56152/Content/themes/base/jquery.ui.core.cssSCRIPT1002: Syntax errorIf I click on the Continue button, it will display a similar for what appears to be all the .css files located in the base folder.Any ideas what's causing this?Thanks.