ASPFriends.com 'aspngvs' list Archive - September 2001
Messages
Page: 1
Frequent hanging of Visual Studio (2 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngescalate] to [aspngvs] by darthcarroll@asplists.com We are trying a sample from asptoday.com and when we try to save all files or when double clicking webform in solution explorer, system hangs. Do you know whether there are any known bugs related to what we are tring to do? Thanks, Ravi B Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
VS.NET Configuration Manager (3 replies, VIP)
ASPFriends.com 'aspngvs' list
What's the trick to move from debug to release for a project? Every time I attempt it, I get all kinds of errors about "Reference not found" and "could not load XYZ.dll assembly". Switching back to Debug fixes everything. I thought .NET was supposed to get rid of DLL Hell, but it seems like the references and versioning problems are almost the same as I've experienced with COM. Has someone done th...
Pls Help create new project in server root? (11 replies)
ASPFriends.com 'aspngvs' list
How can I get VS.Net to create a new project in the root directory of a server. What ever I do it always seem to want to create the project in a subdirectory is there any way around this? Cheers, Julian Voelcker The Virtual World (UK) Limited Cirencester, United Kingdom
Modify default console program? (3 replies, VIP)
ASPFriends.com 'aspngvs' list
I would like to modify the default program created by VS when I open a console application. For example, it currently opens a class named Class1() with Main showing StringArgs(). I'd prefer to set it up to open with a class named Tester and two methods: Main and a second method Run(). This would be very helpful for training sessions. Is it possible to set this somewhere? Thanks. j Jesse Liberty Li...
Coding aspx in vs.net (3 replies)
ASPFriends.com 'aspngvs' list
Hello Everyone, I'm a seasoned asp developer just getting into .net. So far, I have to say that I am not very impressed with vs.net as far as writing code for aspx pages. I prefer to actually write my code myself and not let a WYWSIWYG do it for me. I know there is an HTML button, but I am having a hard time getting stuff to work without going to the design view and messing around with stuff in th...
rebuild error (3 replies)
ASPFriends.com 'aspngvs' list
Getting this error everytime I rebuild. If I stop and start IIS then I am allowed to rebuild but only until i view the page in the browser. Thanks, Ryan
VS6 Web Projects in VS.NET (2 replies)
ASPFriends.com 'aspngvs' list
Hi all, Has anybody successfully connected to a VS6 project via VS.NET? Is it even possible? Thanks! This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email is prohibited.
VS Create New Project Error (4 replies)
ASPFriends.com 'aspngvs' list
I am trying to create a new web project in VS.NET and I come up with the following error during creation. The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/newproject1' cannot be opened with path 'C;\inetpub\wwwroot\newproject1'. The error returned was: Unable to create Web project 'newproject1'. The file path 'C;\inetpub\wwwroot\newproj...
Debugging (6 replies)
ASPFriends.com 'aspngvs' list
List: I keep getting the error when I try to debug on the server that I do not have appropriate permissions to debug. It also says please make sure your in the group debugger users. Well, I use the administrative account and made sure I was in the group. Does anyone know why I can't debug on the server? I have to have some sort of option not set on the server. Does anyone know what that is?? When ...
No intellisense for object - Bug in my installation? (7 replies)
ASPFriends.com 'aspngvs' list
On both installations in my office if I open a VB web application project and in Page Load write: Dim myObject as Object myObject &# N;ew Object() myObject. when I click the dot after myObject, I see only GetType, while I would expect to see all five methods of Object, (Equals, GetHashCode, GetType, ReferenceEquals, ToString). I do see this when I do this with a C# project. Is this a bug in my ins...
VS Debugger not starting? (4 replies)
ASPFriends.com 'aspngvs' list
I've gone from trying to debug ASP.NET remotely on a server (IIS server from VS workstation) to know trying to debug all on one machine (IIS and VS on the same machine) and it still does not work. I have created a simple test web app and can start it *without* debugging (Ctrl F5). When I start It with debugging it gives me the following error. Error while trying to run project: Unable to start deb...
Multi-developer projects (4 replies)
ASPFriends.com 'aspngvs' list
I need a very short term solution for a multi developer web project w/ VS.NET. "Very short term" is to be read: no Source Safe. I've come up with the following (quick&dirty) idea, and would like to ask you to wag your finger if there are any caveats I haven't thought about: I created a web project on our dev server. Every developer involved can access the necessary files via a file share all right...
Identifier expected, 'default' is a keyword (4 replies)
ASPFriends.com 'aspngvs' list
Well, this is goofy... I have a page called default.aspx with a codebehind called default.aspx.cs. It's an XHTML page that starts out like this: %@ Page language "c#" Codebehind "default.aspx.cs" AutoEventWireup "false" Inherits "localhost.Cdefault" % ?xml version "1.0" encoding "UTF 8"? !DOCTYPE html PUBLIC " //W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 transitio...
Partial web deployment (rel. ibuyspy) (2 replies)
ASPFriends.com 'aspngvs' list
I'm working on a project that is based on the ibuyspy portal framework, specifically the VS.NET version. The development work is done on one machine (Goofy) and then deployed to the production machine (Tom). Thus far I've been deploying to Tom by means of Project\Copy Project... all right (cool feature, btw). But there is one caveat to this approach it copies the *whole* project from Goofy to Tom,...
Pages do not open in VS.NET (2 replies)
ASPFriends.com 'aspngvs' list
Do you know what to do? After creating some pages with code behind, they will not open in VS.NET anymore. Please let me know what to do. Here is the error msg. The file failed to load in the Web Form designer. Please correct the following error, then load it again: Visual Studio cannot open a designer for the file because the class within it does not inherit from a class that can be visually desig...
Images in Projects. why? (7 replies, VIP)
ASPFriends.com 'aspngvs' list
Moved from [aspngibuyspy] to [aspngvs] by darthcarroll@asplists.com Is there any useful purpose in having the various images a part of the actual VS Project? Obviously, a gif or jpg isn't required in building the project, so i'm wondering if there's any other reason for having them there. i'm adding images just to the file system and it seems quite a hassle to add them all into the project. thanks...
Can't Delete Files (7 replies, VIP)
ASPFriends.com 'aspngvs' list
I have several projects in a VS.NET solution that I've been using without problems for some time now. Suddenly, on one of my projects, the icon turned grey and I'm unable to delete files. Here's a link to a photo where I right clicked a file and the delete option is disabled. You can also see that the project icon is dimmed. I'm just wondering if there's something I did to this particular project ...
GAC! Barf! (5 replies)
ASPFriends.com 'aspngvs' list
Does VS.NET offer any features to handle signing components/controls with a strong name, or is the sn.exe the only way to do this? If there is no such feature, is one planned? Thanks, Steve
Referencing a Debug or Release Assembly in a Project (2 replies)
ASPFriends.com 'aspngvs' list
Hi, I also posted this on aspngfreeforall. I was wondering if there's anyway to reference an assembly regardless of if it's built in Debug mode or Release mode. I have an assembly that I'm referencing in my web project. However, when I add the reference I have to either select the dll that is in the /MyAssembly/bin/Debug directory or the one that is in the /MyAssembly/bin/Release directory. If I c...
ADO.NET Question (2 replies)
ASPFriends.com 'aspngvs' list
How can I run a query on a database and check to see if 0 records were returned? In ado I would do something like this. rs.open If rs.eof then Whatever I wanted to do. End If Thanks Michal Ferber, MCSE, MCP I maf@michalferber.com http://www.michalferber.com For kickin ASP.NET or Classical ASP! http://www.kickinasp.net http://www.aspguys.com
bad color coding (4 replies)
ASPFriends.com 'aspngvs' list
The reason I don't use notepad but Homesite is the nice color coding. Now I switched to VS.NET but noticed the color coding is very primitive. First of all color coding doesn't work at all for code inside the script tags (only in code behind) and second color coding in code behind files is very poor. Most of the code is black and a few obvious words appear in blue. Is this intended, will this be b...
Can VS IDE Server Explorer discover Oracle objects? (3 replies, VIP)
ASPFriends.com 'aspngvs' list
Moved from [aspngdata] to [aspngvs] by G. Andrew Duthie (Moderator) I'm ramping up with VS.Net at home where I'm running MS SQL Server. The VS IDE Server Explorer allows me to discover resources and objects on the MS SQL server, such as tables, views, stored procedures, etc. allowing me to drag them to the form palette. Does anyone know if the VS IDE will also work/discover similarly with Oracle? ...
Editing data grid's (2 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngcommunity] to [aspngvs] by darthcarroll@asplists.com Dear list members! I would very much appreciate if you could point me to some tutorial on using VS and C# to edit a data grid All the examples I have seen are in conflict with the auto generated code that VS produces. For instance setting the properties of the dataview to sort, edit, delete etc. seams to generate some script to ...
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