ASPFriends.com 'aspngvs' list Archive - June 2002
Messages
Page: 12
NOT ANSWERED: Really annoying bug - Cannot Find File Specified (2 replies)
ASPFriends.com 'aspngvs' list
Rebooting also didn't help. Why is VS.NET looking for a .pdb file when debugging isn't even turned on? Steve Original Message From: "Steven A Smith" ssmith@aspalliance.com To: "aspngvs" aspngvs@aspfriends.com Sent: Friday, May 31, 2002 4:17 PM Subject: [aspngvs] Really annoying bug I occasionally run into this stupid bug: Could not copy temporary files to the output directory. The file 'bin\foo.pd...
Windows Control Library with ASP.Net (2 replies)
ASPFriends.com 'aspngvs' list
Copied from [aspngfreeforall] to [aspngvs] by Tim Tim.musschoot@rug.ac.be Hello everybody, I' ve created my own control with Windows Control Library project of VS.Net. With windows forms it's worked right, but when I try to use this stuff in Asp.net project to use like the old OCX in Interdev. But I'm can't do it. I've tried the same way I did with windows form: Adding to the same solution of the ...
Strange behavior with Codebehind and Src (19 replies)
ASPFriends.com 'aspngvs' list
I know we've probably been thru the Codebehind vs. Src discussion but I'd like to get the definitive answer on this. Why does the following behavior occur? Background: I have a User Control. It basically just displays a table with two hyperlinks. By default, it has the Codebehind statement in the .ascx file pointing to the source file. It looks similar to this: %@ Control Language "c#" Codebehind ...
Use Control In Own Project (11 replies)
ASPFriends.com 'aspngvs' list
If I have a Windows Application VB.net project, and I add a Custom Control to the project, how do I get that control into my Toolbox so I can drag it onto a Form? Andy Smith Chief Code Monkey
ConfigurationSettings error (4 replies)
ASPFriends.com 'aspngvs' list
Hello, Visual Studio is giving me an error with an application variable I am setting on web.config. It is giving me the error "The namespace name "ConfigurationSettings" could not be found (are you missing an assembly etc...)" any ideas? Here is my web.config pseudo code. configuration appSettings add key "DBConnectionString" value "Server 000.0.0.0;uid userX;pwd passX;database dbX" / /appSettings...
How to float footer control to end of web page when using grid layout? (3 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngfreeforall] to [aspngvs] by Marcie Jones marciejones@yahoo.com I've done all my web pages in grid layout. I have a footer control that now comes up under the left menu control, in the middle of all the other page content. The page length is variable depending for example on the length of the DataGrid with different page sets of data. Is there a way to have the footer control float...
Error when running Build and Browse in VS.Net (3 replies)
ASPFriends.com 'aspngvs' list
When I build and browse I get an error. Has anyone seen this error before: (if so do you know a fix?) Server Error in '/WebApplication1' Application. Access denied to 'C:\Documents and Settings\robert\Desktop\ASP Store Info\E Site\MT Stoners\WebApplication1\' directory. Failed to start monitoring directory changes. Description: An unhandled exception occurred during the execution of the current we...
classic .ASP code in VS.NET (2 replies)
ASPFriends.com 'aspngvs' list
I am migrating classic .ASP pages to the new ASP.NET, but since I can not change all the old pages instantly, I still need to use some of them. I have a new ASP.NET Web Application, which will allow me to add an EXISTING classic ASP page to it, but when I click to modify or view the ASP code the code shows up in what appears to be CHINESE!!!!!!!! Has anyone else come across this surely VS.NET unde...
Help! Identical codes for VB & CS, but only one works .. (9 replies)
ASPFriends.com 'aspngvs' list
Help!! Can you guys please help on this one? I have identical codes in both VB & CS versions. The VB version works fine, but the CS version keep getting an error on line 29: CS compile error: Compiler Error Message: CS1595: 'MyApp.myPage' is defined in multiple places; using definition from 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\webapplicationcs2\b5d29690\6ad9087\qm9p8...
Splitting Compiled File (5 replies)
ASPFriends.com 'aspngvs' list
Hi there, Is it possible to set VS to compile a project into more than one file? For example, management pages in one file and normal web pages in another. It might not sound like a lot, but a current project takes two minutes, which adds up if there are a few issues to tease out. Thanks, Kevin. designMe Ltd. Birmingham Telephone: 0121 693 5778 Facsimile: 0121 693 5779 York Telephone: 01904 466643...
Debug -> Start does not make sense in release mode (4 replies)
ASPFriends.com 'aspngvs' list
Hi, The default configuration for VS.NET is DEBUG mode. You can click DEBUG menu and select "Start" or "Start without debugging" option. These all make sense. If you switch to release build mode, you still have Debug Start and Debug Start without debugging options. If you go Debug Start option, you will wonder why your break points never get hit. So this option does not make sense in release mode....
Winforms Data Form Wizard and Guid PKs (2 replies)
ASPFriends.com 'aspngvs' list
Is it possible to use the Data Form Wizard with a table that has a GUID primary key? It doesn't let you put a textbox on the form bound to it, and I get an error about the field can't be null when i Add and hit Update. The (sql server) database has the field as not allowing nulls, but with a default value of newid() I don't care about actually seeing the guid on the form, It can be all in the back...
<asp:> Controls (2 replies)
ASPFriends.com 'aspngvs' list
Anyone know where I can get a complete list of asp: controls with all their Properties/Attributes? Sometimes VS.NET's intellisense doesnt display the Attributes List when I'm working in my .aspx and .cs pages. Anyone know how to fix this problem? I for sure would like that list though. TIA, Anthony
Accessing controls inside tables (4 replies)
ASPFriends.com 'aspngvs' list
Bear with me, I am just getting started with IDE development (R.I.P. Notepad) so this may have a simple answer. I have some WebForm objects in a table. But once they are in the table cells, I can't just click on the WebForm control (i.e. a asp:textbox) to access it's properties in DESIGN mode. Clicking on it (the asp:textbox) in DESIGN mode just highlights the surrounding table which the control i...
Line Numbers in IDE (2 replies, VIP)
ASPFriends.com 'aspngvs' list
Can someone please tell me how to display the line numbers down the left hand side of the code view window in VS. Thanks Paul
"Access Denied" during assembly. (2 replies)
ASPFriends.com 'aspngvs' list
This is in reference to the post earlier regarding &quot;Access Denied&quot; message during assembly. I captured the exact error : For non HTML news readers: Server Error in /LNFIntranet Application Configuration Error Parser Error Message: Access is denied: 'LNF.Util'. Source Error: Line 172: add assembly &quot;*&quot;/ Source file: c:\winnt\...\Config\machine.config Line: 172 Server Error in '/LNFIntranet' Applicat...
Drag and Drop Question (2 replies)
ASPFriends.com 'aspngvs' list
Is there a way in Visual Studio.Net to set the assure the alignment and set the distance between server controls such as textboxes and labels? I am just not very good a lining those neat (darn) things up. Thanks in advance, Ryan G.
Debug webservice code in Visual Studio (9 replies)
ASPFriends.com 'aspngvs' list
I have a VS.Net project that contains a webservice project and a Windows Forms project. I realize that the paradigm is not the same as debugging multiple components but what I'd like to be able to &quot;step into&quot; the webservice code when the client calls a web method. Using F11 at the line in the client that invokes the web method so not step into the .asmx.cs source code. Is there a way to do this?
VS .NET Debugging (4 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngibuyspy] to [aspngvs] by Tony Stark IronMan@aspelite.com This isn't directly relates to this board but many other boards have proven fruitless. Before .NET intellisense was available in the immediate window adn it isn't now. Has anyone read anything about this function loss and/or any chance it may be restored in a future release? Jesse Murray Senior Applications Developer
Namespace confusion (2 replies)
ASPFriends.com 'aspngvs' list
All of a sudden, I find that classes that I've happily been 'using' are now giving me compiler errors. I have a number of classes in a \classes folder off my project root. An existing class that then uses classes from this folder, such as namespace Darwin.controls.reports { using System; using System.Data; using System.Drawing; using System.Web; using System.Web.UI.WebControls; using System.Web.UI...
Increasing the number project items listed in the Projects list (2 replies, VIP)
ASPFriends.com 'aspngvs' list
When you start up VS net you get a list of the last 4 projects you opened. Is there a way to increase the number of items in the list?
Auto Namespace according to directory structure? (3 replies)
ASPFriends.com 'aspngvs' list
How do you make VS.net create the code behind classname correspond with the directory it is in? If I create a default page in a directory, it names the class default1. Someone had mentioned at one time, something about vs automatically creating a namepace hierarchy with the directory structure or something to this end. Thanks.
VSS integration in VS.NET Web Projects (5 replies)
ASPFriends.com 'aspngvs' list
Can anybody tell me how to integrate Visual Source Safe into an ASP.NET web project in VS.NET? I remember something similar could be done using Frontpage / Interdev integration with VSS. How do I do it using VS.NET and VSS?? We are developing ASP.NET pages with VB.NET codebehind. We are a team of 10 people who would be connecting to the same web project/site and working on separate pages. Sometime...
NOT ANSWERED BEFORE: RE: Copy Files (7 replies)
ASPFriends.com 'aspngvs' list
I just realized that this never got a response... Is this by design, an acknowledged bug, am I not using vs correctly, or is my install bad. Kind of disheartening that I am scripting robocopy batch files for moving content and looking for other content replication apps online to achieve this. (I am aware that source safe can do it, but it has its own bugs we are trying to get around). Original Mes...
Styles (8 replies)
ASPFriends.com 'aspngvs' list
Copied from [aspngfreeforall] to [aspngvs] by Tim Musschoot Tim.Musschoot@rug.ac.be !DOCTYPE HTML PUBLIC &quot; //W3C//DTD HTML 3.2//EN&quot; HTML HEAD META HTTP EQUIV 3D&quot;Content Type&quot; CONTENT 3D&quot;text/html; charset 3Diso 8859 1&quot; META NAME 3D&quot;Generator&quot; CONTENT 3D&quot;MS Exchange Server version 5.5.2652.35&quot; TITLE Styles /TITLE /HEAD BODY P FONT SIZE 3D2 Hi all, /FONT /P P FONT SIZE 3D2 I know you can do this wit...
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification