| NOT ANSWERE BEFORE: VB Code behind and Same Name PAges (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Original Message From: Bryan Andrews 20 Sent: Monday, March 25, 2002 8:18 AM To: aspngvs Subject: [aspngvs] RE: VB Code behind and Same Name PAges I have verified that doing this does not create the new namespace (or add my foldername to the namespace). Is there a setting that will make vs do this? I understand now that I can do this manually, but would prefer is VS did it. I am using 1.0, with Wi... |
|
| Easy way to close all open files (2 replies) |
| ASPFriends.com 'aspngvs' list |
| I'm fluctuating between turning on or off the Tools Options Dialog Environments Documents setting that allows you to: "Re use current document window, if saved" Is there a quick way to close all the open document windows without closing the solution altogether? Chris Goldfarb Sr. Web Applications Engineer Software Solutions Group, Intel christopher.goldfarb@intel.com |
|
| Error: Could not load type (2 replies) |
| ASPFriends.com 'aspngvs' list |
| My Visual Studio project runs fine on my local machine, but when I deploy it to my staging server I get the following error: Server Error in '/ASGWEB/timeOffAdmin' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error... |
|
| AssemblyInfo.cs & Project Name (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi, 1. Assembly Info.cs Looks like a stupid question, but anyway... When I create an ASP.NET web application project with VS.NET it creates AssemblyInfo.cs file in web root. What this file is and how do I use it? 2. Project Name When I create an ASP.NET web application project with VS.NET in web server root folder (smth like http://nydev004:121) by default it names the project with the name of the... |
|
| Word completion not working (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hello, I'm just starting to wok with ASP.NET and have noticed that the automatic word completeion (with the drop down menus for properties, etc.) doesn't work within a script tag on a .aspx page. If I am making a .vb file it works fine. Anyone know why or how to fix this? Jim Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
| What does a Girl Have to do to Work in FTP mode? (2 replies) |
| ASPFriends.com 'aspngvs' list |
| I can't seem to figure out how to set up a project to work off a remote server in VS.net. (Editors like Homesite et al, allow you to set up an ftp connection to the remote server and work directly off that server. Can vs.net not do this? OR.have I just not done the right tricks?) dc Dana M. Coffey Brown and Caldwell Atlanta denigma@bellsouth.net www.aspforblondes.com icq: 23577661 |
|
| Page_Init never executed. (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi List, When I compile my code with VS.NET, Page Init() is never being executed. If I compile the same code with command string compiler everything works fine. Any way to fix it? TIA /Ivan Belov/ |
|
| Copy Files (14 replies) |
| ASPFriends.com 'aspngvs' list |
| Is there an easy way to copy files from one web solution to another, or from a remote web solution to the local hard drive, without using the overkill Copy Project wizard? Let's say I just want to email a single ASPX codebehind to someone, and the file is on a remote server is there an easy way to get a copy of it on my desktop? Steve |
|
| installing GAC (10 replies) |
| ASPFriends.com 'aspngvs' list |
| hi all, I've strongly named and ran gacutil on a shared assembly. However, when I open up Visual Studio and try to set a reference to that assembly, the assembly does not show up in the "Add Reference" dialog box. Any ideas what I'm doing wrong? I also have noticed assemblies that are in the "Add Reference" dialog that are not listed under c:\winnt\assembly\ Why\How does that work? Thanks, dave |
|
| code dissapearing (14 replies) |
| ASPFriends.com 'aspngvs' list |
| So has anyone else been bitten by VS arbitrarily deleting code? 20 I believe it is switching between design and html view... but it has happened to me 4 times now. I have source safe installed now, but it really screwed me the first 3 times. Any idea when the first service release is coming out for this? 20 Sure hope this gets fixed! |
|
| Using { and } (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngibuyspy] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello, Some people use the {} things like this: If (1 1) { } Else { } Other people put it under each other: If (1 1) { } Else { } Of cource there is no difference but is there a setting in visual studio .net where I can change the code in 1 of these ways without retype everthing? Thanks for your help and advi... |
|
| Problems with handling XHTML (5 replies) |
| ASPFriends.com 'aspngvs' list |
| How can I get VS.net to work with XHTML code? If I create a page with the doctype code at the top for XHTML, when ever I go to design view VS mangles it even though I have autoformatting turned off. If I start with something like this: %@ Page language "c#" Codebehind "Default.aspx.cs" AutoEventWireup "false" Inherits "CharitySkills.s Default" codePage "65001"% ?xml version "1.0" encoding "UTF 8"?... |
|
| xHTML - lower case tags (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Marcie Jones marciejones@yahoo.com Is there a way to set up VS.NET so that all of the HTML is lower case? Along the same lines can the editor be configured to produce xHTML? Ryan |
|
| Clipboard Ring entries are not persistent (2 replies) |
| ASPFriends.com 'aspngvs' list |
| The Clipboard Ring entries do not seem to be persistent between sessions when you exit VS.NET. Entries seem to survive if you open a second solution and then reopen the first solution where you populated the Clipboard Ring. Is this a bug or does the IDE purposely dispose of the Cliboard Rings contents when the use exits VS.NET? |
|
| How to avoid Rebuild everytime I change a codebehind (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngvb] to [aspngvs] by devin devinr@drone interactive.com Probably an old question but how do I avoid rebuilding my project every time I change a codebehind page to pick up the new changes? Right now the only way I will see the changes is rebuilding the project in VS.net, not by just hitting the page again with a browser. Thanks, Darren |
|
| Locals window (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Good grief. I closed the bottom "locals" window in VS that comes up when you debug and now I can't get it back. I've looked at every menu item. Can someone please help me out of this silly predicament. Thanks Carson |
|
| error (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Marcie Jones marciejones@yahoo.com i get the following error when I try to create a project in VS.net "vc package not available or not registered" anyone seen this before or know why??? |
|
| Unable to add file to web project (3 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| I have a project setup in source control and I have a virtual root setup for the directory that contains the source. Whenever I try to add an existing item to this project I get the following error: Unable to get file http://localhost/myvirtualroot/myfile.aspx.cs from the Web Server. Server Error: 'myvirtualroot/myfile.aspx.cs does not refer to a page or folder in this web. It may be a page or fol... |
|
| Automated Try/Catch/Finally/EndTry (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Is there a way that I can automate the routine that happens with I type "Sub NewSubName()" and press enter that instead of inserting the "End Sub" automatically I get the following inserted? I type "Sub NewSubName()" and press enter to Sub NewSubName() Try Catch ex as Exception 'Catch Code Finally 'Finally Code End Try End Sub Thanks for any help. Scott Cate |
|
| Was it only fata morgana? (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| I believe I have seen an option in VS.NET V1 letting me choose whether or not web.config should be transfered to a remote server when copying the project files. I can't seem to find it now that I need it. Was it only fata morgana? Thanks, Remas http://www.aspalliance.com/remas Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
| Collaboration - team projects with VS.Net Pro (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi, I have Visual Studio.Net Pro and I want to work on a shared project with a couple of other developers who also have pro. We dont have visual source safe, so what is the best way to set up a shared project? With macromedia Dreamweaver for example, we have a central server and each developer also has a local copy of the site. Pages are then checked out whilst being edited and checked in when don... |
|
| Probably off topic but - VS.Net General Tab question (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com I have on my home machine, set up some very nice code snippets and now I would like to copy them to my notebook and other computers. Does anyone know where these are stored or how these can be transferred from one machine to another? Thanks very much in advance. |
|
| VS.net mangling all html code (5 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngescalate] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com I have been working on a page solely in VS.net for the first time. I generally prefer to use proper WYSIWYG html editors like Dreamweaver, but since I was using Server Controls I thought that I would use the VS.net editor. I cannot believe how bad it is please sort it out, here are a few problems that I woul... |
|
| XML Schemas, Intellisense and <redefine> (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Does Visual Studio .Net FULLY support xml? I have been creating XML schemas to enable users of a component of mine intellisense support in HTML view. As I am rolling out different versions of my control, I want each release to share most of my schema (which is stored in SourceSafe), and just redefine parts in a separate file. 20 Rather than confuse the issue, I created a much simplified version of... |
|
| open project from web!~~~~~~~~~~~~~~~~~ (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Every time I go to 'open project from web' and enter my url, it goes to 'My Documents'??? It worked for the other developers..what's going on? |
|