Visual Studio :: Adding A Validation Control Screen Flashed Blown Up To About 100x?
Jan 20, 2010
I am coding a website with a masterpage, and several aspx pages.While working with one of the ages today,I was adding a validation control to one of the controls on my page.As soon as I added the control, the screen flashed, and every image on the screen got blown up to about 100x is normal size. Every image! Even those on the Masterpage which wasn't even currently open. The images are also that very same size runtime.I don't think I've done anything permanent, I feel likeperhaps it's just a setting,however I can't find anything that has any control over the image size when viewing them.
View 1 Replies
Similar Messages:
Feb 27, 2010
When I first open vs there is a screen with a blue background that is displayed. That screen has a very noticable flicker which is actually painful to my eyes. It is like my monitor is out of sync. I am running vista, screen resolution 1920 x 1200. I have two identical monitors, graphics card is ATI radeon 3800 series.I have no problems with any other application or game. I was hoping this would go away with the RC but it is still there.
View 1 Replies
Oct 16, 2010
I was getting tired of copying and pasting Lorem Ipsum text on my web page.
View 4 Replies
Apr 26, 2010
I have a TFS Server all set up, I can connect to it, see the collection and i have created a new project.
When I create a new project in VS2010 and right click on the solution and select add to source control,
I get the following error:
[Code]....
View 1 Replies
Jun 10, 2010
We've been working with VS2010 for the last month now and everyone in our team is getting the same annoying behaviour. After VS has been open a while (couple of hours usually) we get the following issues:
- the text editor starts to stop redrawing as we type
- Intelisense stops popping up
- The status bar no longer updates
It doesn't matter how long we sit and wait, the screen never catches up, but if we alt-tab out and back again our changes are there instantly. That says to me its not a speed issue with either the processor or the graphics? Is it some kind of WPF bug?
View 1 Replies
Mar 2, 2010
I have developed a User Control in inline code model and convert this into dll and try to add it into Visual Studio ToolBox. It shows error "There is no component found in the object.". It is showing actually because i have not added ToolBoxData attribute just before the class declaration, because there is no class declaration in the inline code model. I don't know where i have to add ToolBoxData attribute.
View 1 Replies
Jan 25, 2010
When I build me C# web app in VS 2008 I am presented with a white screen. Internet exporer shows that it is 'Done'. This happens no matter which Form of my project I run and will not display even the directory screen.
I recently copied and pasted controls from one form to another and after this it seems to have stopped working. I have tried deleting the newly created controls and then eventually the Form.
View 2 Replies
Jan 19, 2010
In a custom component, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but I don't think that has anything to do with it (maybe).
The popup window is no longer popping up to me. I wonder if it got minimized or it's a z-index thing, where the window is behind VS? But this locks up VS, and I can't do anything within it until I cancel the window. But I can't cancel the window because I can't see it... and so that is really slowing me down and is really frustrating.
Is there a way to get around this? A key press to bring this to the front or give it the focus?
View 3 Replies
Jan 28, 2010
where to find/download visual source safe plug in or visual source safe client for visual studio 2005 IDE?
I do not want to install visual source safe 2005 server.
View 1 Replies
May 13, 2010
There are a lot of new features in VS 2010 that I'm very much enjoying, but there are two things occurring that I'm wondering about. I often have several windows open like any developer will, and I arrange them in a particular order that makes sense to me, from left to right. As new windows are opened, tabs are created at the far left, and I move them to where I want them. Basically, I like to have the database diagram at the far left, then the repository class for whatever controller I'm working on, then the service class, then controller class and then various views. Not that my particular order is important to the question, but here it is.
I've noticed that, while working and switching between tabs (by clicking on the tab - not moving it or removing the current one), this order is getting changed. Some of the tabs that I've dragged over to the far right will suddenly be on the far left. The rearrangement always places windows on the far left. This happens regularly, and I've paid attention to my actions, so I know I'm not accidentally dragging them over myself, or closing/reopening them. This seems to occur with the tabs that I use the most, as if Visual Studio is trying to place my most-used tabs over to the far left. I'd rather this not happen and handle the order of the tabs myself.
The other thing is less important, but is a little odd. When I start my MVC 2 application in debug mode, my entire code window goes completely white until the application loads. This never happened in VS 2008, and I'm guessing it's some kind of side effect of having the interface written in WPF. It's not that bad, but is a little annoying.
View 3 Replies
Oct 5, 2010
I work in VS 2008. Whenver I add a server control(Label) and set it properties in aspx.vb and build the solution, I get the error "Label1 not declared". While analyzing this issue I noticed that the event handler statements for the Label1 where not added in the designer.asp.vb file. These statement would actually be added automatically when I drag and drop a control to my webpage.
I would also like to inform the scenario after which this problem came to me. I was working in VS 2008 , VS 2005 and VS 2003 in the same machine.Could this have caused the issue ?
Now each and everytime when I add a control, I am adding the "With Events" code in the designer page to make my build succesfull which makes me to spend more efforts.
View 2 Replies
Apr 13, 2010
1. Is there a reason why someone would want to add a reference to an assembly (e.g. System.Drawing) but not add the Using statement? Seems that if you add a reference, you should add the Using statement automatically, but maybe not always?
2. Correct me if I'm wrong, the only benefit of adding a "Using" statement at the top of your file, is to bring into scope an assembly and not have to fully type the class name? So if I have a Using System.Drawing, I can type in
string = Color.Tomato.ToString(); instead of string = System.Drawing.Color.Tomato.ToString();
View 3 Replies
May 21, 2010
I installed pure components several times and when i use add items to the toolbox, it doesn't show anything, and when visual web starts, it shows me an error message (pure components failed to load).... but the components are checked when i add items or choose items, but they don't show up in the toolbox.
View 1 Replies
Nov 1, 2010
i am new to .net field , currently i am using Visual Studio 2005, Sql Server 2005(not express editions). Now while creating a website when i want to add a database through VS 2005 >App_Data>"New Item">Sql Database...i am getting an error "Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/?linkID=49251"...
secondly if i add a database through Sql Server how it will add in website that i created in VS 2005.
View 7 Replies
Jun 3, 2010
i have a dll component for DatePicker(for my region),but i can use it in vs2010,it's work truly in vs2008, but in vs2010 occur this error:
[Code]....
View 5 Replies
Jul 6, 2010
As is shown here
[URL]
I do not have SQL Express installed as I already have SQL 2008 (Developer) on my Dev machine. When I say add new item -> SQL Database, give it a name and say "yes" to it creating me the app folder I then get the message that I need to have SQL Express installed and I can download it from blah blah.
Why will it not let me use/recognise my installed instance of SQL Server?
View 5 Replies
Apr 23, 2010
One of them is a website and when I have to compile it, it lasts 3 minutes. I think the problem is in some operation that VS2005 do when is validating the website cos in the output screen stays 2 minutes or more in this line :
VEH.HPARCIALES.Neg -> C:TS5GIAVEH v.1.0GIAVEH v.2.0HomologParcialesHomologParcialesVEH.HPARCIALES.NeginDebugVEH.HPARCIALES.Neg.dll
------ Build started: Project: http://localhost/HomologacionesParciales/, Configuration: Debug .NET ------
and then the "Validation of website completed" line appear and the project is launched in a normal time...So the question is What VS2005 do while validating the website?I have 20 references in the website bin folder I don't know if this could be one of the problems..
View 1 Replies
Jan 22, 2010
My group has been working on Visual Basic Web application for a very long time. Everytime a new Visual Studio Release comes out we upgraded this application to the current release of visual studio and ASP.NET. Right now we have this application working in visual studio 8 and ASP.NET 2.0.
Recently I downloaded the AJAX tool kit to my system.I was successful loading the AJAX tool kit controls to a newly created ASP.NET Web Application and performed some experiments developing Web pages using AJAX.Now I want perform experiments that test the AJAX script manager to this old application. When I clicked on the visual studio 8 project file to this application the AJAX Extenter Controls and the AJX Toolkit controls are not listed in the visual studio toolkit. In fact the Visual Studio Control Tool kit does not show the tabs where the AJAX Extender and AJAX toolkit controls were loaded. I tried to add a new AJAX Extender and AJAX Toolkit Tab Pages to the Visualo Studio web control toolkit but visua studio reports back that the AJAX Extender and AJAX Toolkit tab Pages are loaded. However these tab pages are not displayed in the Visual Studio Tool Kit
To add AJAX Extender and Toolkit tab pages I must click the Choose Items application and press the reset button on the Choose Items Dialog Box. After this action I can add the Ajax Extender and AJAX Toolkit Control Tab Pages to the Visual studio Control Toolkit. However I cannot add AJAX Extender controls found in the System.Web.Ajax.dll file into the toolkit. After I select the System.Web.Ajax.dll file and press the choose Item OK button none of the controls foun in the System.Web.Ajax.dll file. Same is true with the controls found in the AJAXControlToolkit.dll file too
View 1 Replies
Jul 4, 2010
My objective is to include a JavaScript file in my Custom Server Control, because it's a bit tedious writing all the JS in C#. I've done a lot of searching and most resources seem to say that I need to add the file as an embedded resource, and access that. I found a few pages describing how to do this:
[URL]
They all seem to say I need to, after adding the JS file, change the build action to 'embedded resource' through its properties. However, the only properties I can actually see on the file are 'File Name' and 'File Path'. Right clicking the file in the solution explorer doesn't allow me access to properties, and right clicking (as one of those links suggests) anywhere else doesn't expose it either. I tried looking through VS Options but couldn't find anything, although I get the impression that I have something configured wrong that's not allowing me to see as many properties as I should be able to.
View 2 Replies
Dec 4, 2010
[Code]....
I'm working on the following aspx file, and for some reason VS2010 is messing with my code. I have no idea why, and was hoping one of you could have a look at it.
What happens is that most of the times when I hit ctrl+s, it add some code to the end of the file.
View 1 Replies
Mar 4, 2011
There is currently ready-to-use Gridview's Autoformat Scheme like Colorfulclassic,simple, professional,slate. etc. So is it possible if I wantto add my own Scheme ?
View 4 Replies
Jan 16, 2010
i have a project which runs fine when I build it and run it. But when I add an web deployment project to the same, it throws out a "server block is not well formed" error in Default.aspx page
through googling i found out that it may have something to do with page/server directives. but i cant figue out what is wrong with this code.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="KnowledgeBase.Web.UI._Default" %>
View 1 Replies
Sep 19, 2010
I have a custom attribute that I use in various elements in my ASP.NET HTML markup. Obviously it violates the DTD, and I get a validation error from Visual Studio. I hate ignoring errors in the error output window. Is there a way to suppress this error message? For example:
<label id="MyId" cid="MyCID" runat="server" />
cid is a custom attribute I use for various purposes, and it produces a validation error:
Validation (XHTML 1.0 Transitional): Attribute 'cid' is not a valid attribute of element label
View 1 Replies
Aug 14, 2010
is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
View 2 Replies
Apr 6, 2010
I'm using the Visual Studio Development Server, with a specific port. Is there a way to add a virtual directory to it?
EDIT:
I'd like to be able to add one or more virtual directories to arbitrary physical directories. For instance: [URL] would map to C:, [URL] etc.
View 6 Replies