VS 2010 Force The Webdev To Apply Changes To The Css?
Mar 7, 2011
I´m using a template that comes with visual web developer 2010. It uses a css style sheet.
After several weeks of frustration I figured out that changes to the stylesheet doesn´t take effect until I reboot the computer. Not the webdeveloper, but the computer(!). This cannot possibly be right, can it? How do I force the webdev to apply changes to the css?
View 7 Replies
Similar Messages:
Feb 15, 2010
Quick VS2010 question.
I tried to apply formatting to my text (tools>options>texteditor>htmlformatting>tags)
where you can change color, style, and font-weight of certain tags, I apply them, but they do not change the text editor rendering of these tags.
Anyone else tried this with no effect?
Otherwise it works ok, but I find it easier to use one color for html, one for asp, and one for ajax tags for my purposes.
View 1 Replies
Jul 4, 2010
Google Chrome is my default browser. however when i run VS 2010 it opens the page in Chrome. I want to force VS 2010 to open it in IE. how it can be done without resetting IE as my default browser ?
View 1 Replies
Jul 9, 2010
By default VS 2010 likes to put CSS in-line, I'm wondering if there is a way to force it to put the CSS into a css file instead?
View 2 Replies
Nov 25, 2010
Is there a good way to apply intellisense in .skin files in ASP.NET 4? like a microsoft visual studio tool for example? I installed an intellisense schema for .skin files to my visual studio 2008 long time ago but it had some bugs so i had to remove it. any improvements in visual studio 2010?
View 1 Replies
Jun 7, 2010
I am working on an ASP.NET project in Visual Studio .NET 2010 and attempting to make an MSI installer using a Web Setup Project. I added the Primary output from the project (which seems to pull in the relevant dependencies) and the Content Files from the project (which pulls in the Web.config and the .svc files).
The issue is that rather than applying the XDT transform and creating the Web.config using the Web.Release.config, it just copies the Web.config, the Web.Release.config, and the Web.Debug.config into the installer without doing any transformation at all.
How do I get it to apply the Web.config transformation before creating the installer?
View 2 Replies
Oct 13, 2010
i wrote code, and it worked fine on webdev server in vs2010.i hosted it on remote iis, because, my windows 7 home basic doesnt have iis, and almost all code fails,so i had to rewrite it with using helpers for links, ResolveUrl and many other functions.So here is the question, how can i host application, while debugging, not on webdev or local iis, but on remote iis, automatically?
View 1 Replies
Mar 14, 2011
I use Firefox to browse the web, but I'd like Force Visual Web Developer 2010 Express to exclusively use Internet Explorer when I run my web apps (by pressing F5). is there a way to set this?
View 2 Replies
Jul 28, 2010
Using VS2010 Pro, I started up an web site and got the message "WebDev.WebServer20.exe has stopped working" - a very similar problem was reported at
[URL]
I checked C:WINDOWSassembly and found that System 2.0.0.0 was missing (again!), reinstalled it but still got
""
System.ArgumentOutOfRangeException was unhandled
View 4 Replies
Jul 1, 2010
Currently this is the location of my WebDev.WebServer.exe -> C:Program Files (x86)Common FilesMicrosoft SharedDevServer9.0WebDev.WebServer.exe
I want to change it to -> C:Program Files x86Common FilesMicrosoft SharedDevServer9.0WebDev.WebServer.exe
Notice that the new location has no parentheses (because this might be the cause of an oracle connection problem I'm having (using Oracle.DataAccess))
I'm guessing simply moving it to the new destination will cause some problems, so what will I need to do to the Visual Studio 2008 configuration?
View 2 Replies
Dec 17, 2010
I'm debugging an ASP.NET MVC 2 application running on .NET 4.0 (Windows 7), currently inside of Cassini, the Visual Studio Debugging Web Server.All was running well, when I suddenly was having exceptions in my Application.EndRequest handler. After investigating into this issue, I found the reason was that Cassini was calling EndRequest on a different thread than BeginRequest (then, a ThreadStatic variable which was set in BeginRequest and used in the EndRequest handler was null, since on this thread, BeginRequest was never called).What could be the reason for Cassini to execute BeginRequest and EndRequest on different threads?I know the reason could be an 'Async' Page directive (see Do ASP.NET Requests always BeginRequest and EndRequest on the same thread? , but I have no 'Async' attribute in my Page directives).
View 1 Replies
Dec 1, 2010
Oracle has simple, useful and free tools for attaching to a process and monitoring its SQL statements but I can't anything similar for SQL Server. This is incredibly useful across a number of scenarios, particularly when dealing with third-party assemblies (1). ANTS 6 seems to support something like this (2), though it doesn't allow you to view the stack-trace that lead to the query as dynaTrace does. I don't think dotTrace tracks parameter values, either.
Surely there's a widely available option for profiling SQL application-side?
(1) -
[URL]
(2) -
[URL]
View 1 Replies
Jul 25, 2010
I wantto make a slower transmitting/transferring data speed for debugging issues.(no threading sleep is not my answer) searching a way to limit webdev.webserver speed (bandwidth) ?
for example maybe checking on "custom web server=webdev.webserver /BandwidthLimit=128bs"
View 1 Replies
Jul 13, 2010
I have running my application. some error is displayed at every time. what is the meaning of this error
"WebDev.WebServer.exe has encountered a problem and needs to close.we are sorry for the inconvience. If you were in the middle of something , the information you were working on might be lost. "
View 1 Replies
May 18, 2010
I have a clean installation of Windows 7 with VS2010 RTM and am trying to get the ASP.NET Development Server to work. When I run the project, the WebDev server starts and shows that it's listening on port x on localhost. I've tried:telnet to the port. The port is not listening. running netstat -o shows that the WebDev server is in fact not listening on any port. manually changing the WebDev port to a different port and restarted VS without effect. I have Windows Firewall turned off entirely and am not running any other firewall software either.
View 1 Replies
Mar 10, 2010
this may be a very simple question, but is it possible to force a div not to have scrollbars? I have a div that i change the size of dynamically, and would like to force it to be fixed in size.
View 5 Replies
May 20, 2010
I want to convert date from May 20 2010 2:54PM to 2010/5/17
Has anyone does this before.
I want this functionality both in C# and JavaScript.
In javascript I was trying the following
var dte = new Date();
dte = Date.Parse('May 20 2010 2:54PM')
however this was giving me NaN.
let me know if you want to see my code in C#, it isn't working and I think it is broken so am not posting here.
View 2 Replies
Apr 4, 2012
It cant be more simple. However I have tried a lot of examples and none of them have been working.
I have a very simple Excel file. I want to post these data in a gridview, Column A, B and C all placed in the Sheet1 and the file name is Book1.xls.
View 2 Replies
Aug 3, 2010
When you have a public class declared and this class is used somewhere outside the class, you want them to invoke the function X before using other functions. What do you do? In other words, in a class C, you have a constructor and function X, Y, and Z. When this class is used, you want to make sure function X is the first function called other then the constructor.
View 5 Replies
Nov 19, 2010
There is an ASP.NET Web application that makes use of a reference DLL. The same DLL is registered in GAC. Is there a way to force VS or ASP.NET application to make use of the referenced DLL inside Bin folder rather than using the one in GAC?
View 2 Replies
May 31, 2010
what is the suggested way to make web app see new configuration in web.config ?
restart IIS
stop/start app pool
recycle app pool
custom web page that does something in code?
View 1 Replies
Dec 6, 2010
Does anyone know how I can force the page to refresh (load the GET controller for that page) when the back button is pressed in MVC?
View 4 Replies
May 21, 2010
Is there a method or something to force the expiration of all of the entries in the Cache collection of the HttpContext?
View 1 Replies
Jan 24, 2010
I have a webpage with a button. If I click the button and enter the event handler for the click event (so I have actually a postback) I want to force a second postback in this event handler.(Background for this weird seeming request is: I change the theme of the page in the button click event handler. To make this change immediately visible I need to pass the PreInit event of the page again.)At the moment I force a "refresh" of the page by redirecting the page to itself:
[Code]....
But this clears all controls on the page as if I would enter the page the very first time. For instance, a textbox already filled out by the user is emptied. But I want only a postback which does not change any control contents.
View 7 Replies
Dec 10, 2010
I have a webiste that is going into IE7 Mode in IE8 and I dont want it to beI've tryed adding the meta tag to force it but IE just ignores it when on the server.I've also tried adding it to the Web.config and the root Web.config of the server.Can anyone help as the site does not render correctly under IE7 mode in IE8 and we use IE8
View 1 Replies