Visual Studio :: VWD Doesn't Display Highlighted Options Correctly (VWD Interface)
Mar 12, 2010
my problem doesn't involve any programming per se but it involves the interface of VWD so I hope I'm posting in the correct space. Anyways, most of the time when I scroll over something in VWD whether it be something in the Getting Started box or an option from one of the menu bar items a full-colored block will cover it and won't go away. This doesn't seem to be hurting anything but it is quite the annoyance. Has anyone else had this problem? How can I fix this? This does seem specific to VWD and no other application on my PC.
View 1 Replies
Similar Messages:
Sep 29, 2010
I just upgraded to 2010 and converted my VS 2008 ASP.NET web application. There were no conversion errors and everything displays in the Design mode correctly but when I try to View in Browser or debug the site won't display. I just get a blank page untitled page displayed.
View 1 Replies
Feb 5, 2011
when i highlight and press CTR+F in visual studio te highlited word doesn t appear in find what
insie the pop up find and replace
View 1 Replies
Feb 10, 2010
I'm so new at this it's pretty pathitic. I have Visual Studio 2008 Team edition and I'm following the walkthough in the help file about how to create your first basic site.All went well until I got to that part about "Put the insertion point after asp:Label in the <asp:Label> tag, and then press SPACEBAR.
A drop-down list appears that displays the list of properties you can set for aLabel control. This feature, referred to as IntelliSense, helps you inSource view with the syntax of server controls, HTML elements, and other items on the page. The following screen shot shows the IntelliSense drop-down list for theLabel control.IntelliSense for Label control"
View 3 Replies
Jan 20, 2011
We are developing application using Asp.net (VS2008) & c#. We need to show tooltip in Gujarati language (Indian regional language). When we run application it shows correctly in Mozzila firefox but display as a junk characters in all the version of IE.
View 4 Replies
Jan 13, 2010
Is there any way that I can get the list of All the available shortcut key options listed from within IDE itself in Visual Studio 2008/2010? Because every time I used to bing and find on web for that.
View 5 Replies
Sep 30, 2010
I'm using Visual Studio 2008, and when I select/highlight something in design view and switch to source view it does not highlight and scroll to the selected item. This makes it really hard to change stuff in source view, and it's very inconvenient at worst
View 2 Replies
Feb 25, 2010
I have been founding an effiecent way to retreive values returned by LINQ 2 SQL stored procdure on my presentaion layer. Am using following method rightnow:-
public List<String> MthInvitesBA()
{
List<String> lst = new List<string> { "" };
ISingleResult<USP_Actor_View_InvitesDetails1Result> invites = obj.USP_Actor_View_InvitesDetails1(p_UserName);
foreach (USP_Actor_View_InvitesDetails1Result c in invites)
{
lst = new List<string> { c.Invites_Used.ToString(), c.NoOfDoc.ToString(), c.Request_For_More_Invites.ToString() };
return lst;
}
return lst;
}
It works but at the cost of my performence due boxing unboxing on BA layer as well as on design layer. Now, I have one method which returns me 100 columns from table So in this way i have convert 100 coulmns value into type string then On design layer again have to type caste some values .Moreover, i could only access this list using index which is of type integer, which is very diffcult and tedious task to debug d code. i could effiecenlt retreive these values. Is it possible using IEnumerable? How to access Ienuemerable in design layer?
View 1 Replies
Nov 8, 2010
When opening another aspx page in Visual Web Developer 2010 IDE, I would prefer to have it open to the right of other page/tabs already open (like VS 2003), and not the default behaviour of opening on the far left and pushing all other open items to the right. Where/is there a setting to do this in the IDE options?
View 2 Replies
Apr 29, 2010
I have a display problem when I try to use a ajax combobox inside a tab control: when my tab control loads on the page where the combobox is, everything works fine; however, if it loads on a another page, the you change to the page which contains the combobox, the right button (which opens the list of the combobox) isn't displayed at all.
View 1 Replies
Jan 25, 2011
I have been experiencing changes in the options tools that I myself are not making, such as line numbering can someone enlighten me as to what the heck is going on with this.
View 6 Replies
Jan 15, 2010
I have a very vexxing issue. After installing a third-party application and add-in for VSTS 2008, it has corrupted my menus/buttons by duplicating/cascading these throughout studio (i.e. Multiple sets of each menu - File, Edit, View, etc, each of which has multiple submenu entry sets). I have tried to use Add-In Manager to uninstall it and removing the application (which added the Add-in to VSTS). I tried Tools->Customize and resetting the MenuBar and ContextMenu options as well. I tried running each of the following (closing and then reopening VSTS after each) from the command prompt, which completed but did not fix things.
devenv /resetsettings
devenv /resetSkipPkgs
devenv /resetuserdata
devenv /setup
My question then, does anyone know a way to reset the menus/toolbars for VSTS 2008 to their defaults or correct this some other way? I know I can unistalll both products and resolve this but I *really* want to be able to use the third party app (Red Gate's SQL Prompt).
View 1 Replies
Dec 17, 2010
I have just the Express version of VS2010 so no option to attach to process. I am developing a custom DotNetNuke module which runs fine by itself, but has problems when running once installed as a module in DNN. Hence I need to attach to the DNN process and see what is going on. I don't have DbgCLR.exe as it looks like they stopped including that in .NET 3.5 Framework...and I don't want to risk installing .NET 2.0 framework and mess up my dev environment.
View 1 Replies
Jan 27, 2010
I am trying to get a .txt file to be read by my server application. My problem is that i cannot get it to read user information. I would like for my application to do something like if there is a "#", to read the next 2 lines down for more information.
View 4 Replies
Feb 18, 2011
I have installed VS2010 ultimate and have read with interest about the new publish options, config transformations but none of them are available. I have tried creating different release versions and cannot see the option, also have no new options for publish, just look like the VS2008 ones.
Is there some service pack or pack that i need to install these or does it sound like a reinstall?
View 1 Replies
Jul 16, 2010
I have a few gridviews on my page. Each gridview row click drives another grid. I need to keep the gridview rows highlighted as the user clicks through the grids. So it is eazy to figure out which rows are being selected on each grid. How can I do this.
View 2 Replies
Jan 13, 2010
I start a new blank project on VS2008.
I right click the blank solution on solution explorer and click the add new project command
I choose a web project template.
Firs I add a new item as a masterpage.
Later, I want to add a new file to the web project which is use a masterpage
but I can not see to select "select master page" options on "add new item" display screen
If I start a new project as a web site directly, no prob.
View 3 Replies
Feb 14, 2011
I downloaded and installed VS 2010 Ultimate as a trial and I received "sucessful" message at the end of the installation.
But when I opened VS 2010 Ultimate I received this warning "The 'Visual Studio HTML Editor Package' package did not load correctly.' error message".
The next thing I know is that all the Toolbox icons are grayed out (I tried to create a .NET web application). There is no design/split pane.
View 1 Replies
Mar 23, 2010
I have switched over from VS2008 to VS10 (.Net4) and I program in Silverlight. But this problem isn't related to the Silverlight but more so to ASP.Net and that's why I bring it up here. My problem is if I create a SL or even a plain ASP.Net Web app, and I go to Project|ASP Configuration and click on security I get error that it can't find the database. After lots of testing, it turns out if there is no connection string with the name "LocalSqlServe" in my web.config, it does not find Machine.Config in the .Net Framework to get it's default. It also happens at runtime and not just in VS. So, my machine ASP.Net can't find machine.config file. I'm running Vista 32.
View 3 Replies
Apr 22, 2010
I invented new way to add numbers without using the + sign, only, its not working. visual studio doesnt know to read my code. please help!!
I am adding new two numbers in my newly invented way like this:
[Code]....
why is visual studio dont know how to add my two numbers?
View 11 Replies
Feb 12, 2010
I'm trying to build a windows application running in Windows 7 that access the TFS work items and I'm getting an error messenge that says:
Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
I dig up a little bit to find out what is happening and I found out that the assembly must have a strong name which I'm still trying to understand how to give one to it but before that I tried to run the same code but as aweb application and it's running just fine. Running the same windows application in
windows Vista also works. Debuging the windows application in windows 7 code the error throws when a rotine that has an object been stantiated to the class TeamFoundationServer is called. This class is into the Microsoft.TeamFoundation.Client.dll which is the dll that I should give the strong name, and may be solve the problem. What I would like to know is if it already have happened with you to some reference doesn't work to a specifc kind of application and if giving a strong name solved your problem or from your experience what might be occurring?
View 2 Replies
Jan 4, 2010
I use ResolveClientUrl to include css files in my page. When launched through web-server everything is OK, but in design mode css styles are not applied to the page. I use VS 2010 beta 2.
<link href= "<%= ResolveClientUrl("~/Styles/Site.css") %>" rel="stylesheet" type="text/css" />
Same thing happens when I use any expression to specify an url for css How can I fix it? Or is it a bug of beta?
View 1 Replies
Jun 8, 2010
I replaced VS Express 2008 with 2010 on my Win 7 laptop a few weeks ago. I have a small simple website with just a master page and a default page. After making changes to the CSS file, it took no effect at all on my webpage's font and colors when viewing it in design mode or run mode. But then, it works when I test my webpage a few days later. I don't get it. Software either work or don't. Can't be both. This latest version of VS Express is buggy. Does anyone have this similar bug?
View 2 Replies
Jun 9, 2010
what's up with the new 2010 version of VWDExpress? It seems it no longer creates the VB code behind file to go along with the markup pages. Is threre a setting somewhere that I've missed? Or is code behind no longer supported?
View 2 Replies
Jan 20, 2011
I have a simple web app project in Visual Studio 2010 (converted from 2008 project). For some reason when I publish the app, Visual Studio doesn't copy the App_Theme -folder to the publish destination folder. This will cause the app to fail when deployed to production environment.
App_Theme is considered as "system" folder by VS (shown as grey), which means that I can't manually set it's publish properties.
how to get VS to copy App_Theme -folder when deploying?
View 1 Replies