Quantcast
Channel: Visual Studio General Questions forum
Browsing all 21115 articles
Browse latest View live

Must MVC4 client side code be limited to 5 Mb just like in Silverlight?

For Silverlight this was still an acceptable loading time.

View Article


NewBie Question: What is the difference between MVC4 and classic ASP.NET?

I think there is no fundamental difference. What used to be called "postbacks" in classic ASP.NET is in MVC4 called GET and POST controller calls. No reduction of server calls what so ever. No speed...

View Article


What is so special about the "Hot Towel" project template?

I think one could already have build single page applications back in 2003 with classic ASP.NET.

View Article

How to code slide bar panel using devcomponents in visual studio

I could actually get the ui of the sliding panel from the devcomponents. But I am not able to code it in such way that I can slide through pages by actually controlling them from some other options...

View Article

How to code slide bar panel using devcomponents in visual studio

I could actually get the ui of the sliding panel from the devcomponents. But I am not able to code it in such way that I can slide through pages by actually controlling them from some other options...

View Article


VS 2013 Express for Web web.config transforms

I am using VS 2013 Express for Web with Update 1 installed.I was considering implementing the transform of the web.config file.When I right click on the existing web.config file the option to "Add...

View Article

I need help figuring out this error: It makes no sense

I've read the help topics about this and none of them fit my situation.I'm getting this error: "The name "ViewModelLocator" does not exist in the namespace "using: FlipControlSamp.ViewModel"The name of...

View Article

Execute Visual Studio - .exe file

Hi,I built an .exe file, but when I execute in other computer  and try to save an client record an error msg appears:"Unhandled exception has occurred in a component in your application. If you click...

View Article


Visual Studio productivity tools

Hi, I wonder is there any helpful/useful tools for Visual Studio on productivity? I am currently use Visual Studio 2010 Ultimate, and I hope it can include features like bracket matching, code auto...

View Article


Break points when design/development time environment (VS 2013)

Group,Not sure where to ask this, but in previous VS (2005, 2008, etc.) there is a way to debug the design of windows forms, controls, etc... via attaching the VS design environment process with...

View Article

Whenever I start Visual Studio, it shows only the .cs files in my solution....

Hello , I have been using VS 2012(Professional) since a year now but recently I have been seeing this problem. So my project (.NET 3.5 framework) has a few forms and user controls, earlier when I...

View Article

MSVS2013 diff, how to restore old chunk with just a keystroke?

How do I get the native diff util in MSVS2013 to move the old chunk to the new version of the file without using an external diff util. There are a few reasons for not using an external diff utility....

View Article

Cant Find Report Viewer in visual studio 2013

i have recently installed visual studio 2013 express edition and i need to create few reports. i tried my best to find that but was not able to find that. i tried to 1. find it in toolbar  2. find...

View Article


“Error: type name is not allowed” message in editor but not during compile

I'm using MSVS2013 and I rolled my own countof macro that accepts only TCHAR arrays. For reference, here is the code:// Helper struct for _tcountof() macrotemplate<typename T,size_t N>struct...

View Article

HTTPWebRequest Periodically freezing app.

I have code that I have been using for roughly 2+ years that periodically will freeze my application.  This code runs about every 20 seconds of the day.  It might run perfectly fine for a month with no...

View Article


Web Deploy Management Service command line config

For testing we'd like to be able to change the Webdeploy Management service settings on the IIS server (such as the port) that the developers are connecting too thru an automated process.   Are there...

View Article

ODBC connection in Server Explorer crashing VS2013 Professional on Retrieve...

Hey all. So I will attempt to set out the issue as plainly as I am able and hopefully someone will be able to help me resolve it.To begin with, what I am attempting to do in the 2103 IDE, I am able to...

View Article


Information on VS Express 2013 for Web develpment of web application on a...

I have been assigned on a spur of the moment by our client to develop a prototype for a feasibility study with a requirement for a web application using HTML, Javascript, JQuery, and C# on a Windows...

View Article

Additional Help in XML/HTML parsing (XPath)

Hi,I rather often have to parse HTML or XML files and extract soem informations from them.Is there a Tool/Plugin for Visual Studio (2010) that help me doing this more efficient?Maybe that helps me...

View Article

Why use TBYTE vs TCHAR?

I'm going through some legacy code for Unicode conversion and I've seen reference to a type called TBYTE.TBYTE, like TCHAR is 1 byte for an ASCII build and 2 bytes for a Unicode build. The difference...

View Article
Browsing all 21115 articles
Browse latest View live