ASPFriends.com 'aspngvs' list Archive - January 2002
Messages
Page: 1234
Simple Deployment Issue (15 replies)
ASPFriends.com 'aspngvs' list
Hi all, I have a simple question about Creating a project on a Network Drive. I want to create a new Project on a Drive that is Mapped. But when I go to create a new Project, it defaults to location \\localhost and when I browse to the Mapped Drive It won't let me create the project. What do I need to do Thanks Scott
RC oddness (5 replies)
ASPFriends.com 'aspngvs' list
Has anyone else experienced this : In designer, working with a .ascx file (i haven't seen the same behavior with .aspx) the Properties window becomes inoperative it won't display. I'm not certain as to what the exact conditions are for reproing the problem, but it seems that the situation arises after VS has been sitting open, minimized and idle for a time. I noticed a similar situation in Beta 2 ...
Using the VS.NET install builder (7 replies)
ASPFriends.com 'aspngvs' list
Has anyone had any luck using the Setup Wizard included in VS.NET? I have tried to create a Web Setup Project, and, even with a blank Web Setup Project. Once I load the project, I can add files, etc., but I am unable to build the project; when I try I get the following output error: ERROR: Unrecoverable build error This happens even if I try to build an empty Web Setup Project (i.e., one I've not ...
Debugger problems (4 replies)
ASPFriends.com 'aspngvs' list
Hi, Using VS.NET build #7.0.9372 I am getting an error when I hit the F5 key when in a webapplication. I get a pop up box appearing with the message that : 'Error when trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify that you are a member of the 'Debugger Users' group on the server.' The machine I am using is Win2k server a...
Class view in VS (5 replies)
ASPFriends.com 'aspngvs' list
Hi, In working with the VS Walkthroughs it ask you to look in 'Class View', I can't find this.The goal is to start up the Add Class Wizard. Any help would be appreciated. Stefan
Deploying (4 replies, VIP)
ASPFriends.com 'aspngvs' list
I'm curious on what the best way to deploy a Solution is. Right now, we have a solution with a C# application and a couple of VB class libraries. There are also additional projects underneath that have to be built along with another dll that needs to be installed before the whole thing will work. Is there any way to effectively deploy this. It's easy enough to copy the C# project to the server, bu...
Help: Install Petshop app .resx build problem (7 replies)
ASPFriends.com 'aspngvs' list
Hi all, I'm a newbie to VB.NET and C#.NET too. You should also check out the PetStore application at http://www.gotdotnet.com/team/compare/petshop.aspx As a VB'er I've undertaken reviewing the C# Petshop application. I am getting an error when doing a REBUILD ALL for the CS Project in the .resx files. Resource Transformation for File: Category.aspx.resx failed. Invalid Resx input. Do I need the la...
Generate more than one dll (2 replies)
ASPFriends.com 'aspngvs' list
Hello, Is it possible to have VS generate, or segment .aspx page logic into separate DLLs? So if I have one .cs file with a namespace of test dll and another .cs file with a namespace of test dll 2 when I compile the solution, VS creates two separate DLLs? My problem is with multiple developers compiling projects and losing code changes that another developer compiled. Obviously, a project refresh...
Upgrade VB 6 WEBCLASSES TO ASP.NET (3 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspvbwebclasses] to [aspngvs] by Charles M. Carroll darthcarroll@asplists.com When I open Project(Visual Basic 6.0 WebClass Project) in Visual Studio.net to upgrade VB6 WebClass to ASP.NET I COME ACROSS THE following error message: UPGRADE FAILED:EXCEPTION OCCURRED:PROJECTS WITH MSWCRUN.DLL CANNOT BE UPGRADED IN THIS BETA VERSION. My Question is How do I upgrade WebClass to ASP.NET/VB....
Adding code to the toolbar (3 replies, VIP)
ASPFriends.com 'aspngvs' list
Let's say I was selling a book and I wanted to distribute code 'snippets' with the book. Other than using macros or coding is there a simple way to add a tab to the toolbox and adding code snippets to it? Chat with friends online, try MSN Messenger: http://messenger.msn.com
Simple Questions (9 replies)
ASPFriends.com 'aspngvs' list
I've got a stupid question When I'm stepping through a Web App, And I notice an error and I want to change it, I can't because I'm in Read only mode. So, I have to stop the browser, fix the code, and then start up again. A waste of time if you ask me. In VB6 I'd be able to change the code right then and there. Am I missing something? TIA Scott
Site Diagram ? (16 replies)
ASPFriends.com 'aspngvs' list
Hi, Visual Interdev has a site diagram feature. Does VS.NET have anything similiar. Would love to have it for Documentation of the page navigation relationships. Or is there any other tool that could be used ? Dreamweaver, FrontPage, etc Thanks, Paul
VS Code jumbled up... (8 replies)
ASPFriends.com 'aspngvs' list
What the heck is going on when I save and the code bunches up an a big block? The /script tags does not look as if it is recognized. Is this a b2 bug?
VB.NET Threading Issue (3 replies)
ASPFriends.com 'aspngvs' list
Greetings, I have a COM object that has 5 methods on it (no properties). I am trying to convert this thing from a VB6 object to a free threaded VB.NET object that will reside in application scope in a web application. Therefore, I need to know how (for those methods that return something) the following would work: User calls: objConnection 3D objMyObject.GetDBConnection(strConnectionString) In a V...
Trick intellisense (4 replies)
ASPFriends.com 'aspngvs' list
I'm trying to do something like so in my aspx: %@ Page % span blah blah /span but of course without the proper string of html and body tags, intellisense doesn't come up with the asp:xxxxxx type tags. Is there a way to convince intellisense that it is ok to do it?
Turning off HTML auto-formatting (2 replies)
ASPFriends.com 'aspngvs' list
I am looking for a way to turn off simply the HTML auto formatting that forces things like completion of HTML tags and nesting in VS. I am only interested in turning off the HTML code completion stuff, Is there a way that this can be done without turning off Intellisense so that code of the type " asp:xxxx / " does not get get disabled. Thanks
Code Behind (4 replies, VIP)
ASPFriends.com 'aspngvs' list
I am building a user control in vs.net beta 2. I created the elements on the .ascx file. I am now trying to create the logic. I have a .dll in the /bin folder named CP2.dll which was built from boUser.vb. In boUser.vb I have a namespace named CPNet which contains classes boUser and structUser. Whenever I try to instantiate a boUser object, I get the blue wavy line and the "boUser is ambiguous" err...
Compiling Custom Web Controls (6 replies)
ASPFriends.com 'aspngvs' list
Copied from [aspngcontrolsvb] to [aspngvs] by Charles M. Carroll darthcarroll@asplists.com Moved from [aspngdata] to [aspngcontrolsvb] by Charles M. Carroll darthcarroll@asplists.com Hello, I have a strange problem I need help with. I have created a custom control with VS.Net as per examples found at msdn. I have a Control Library Project with one .vb file in it. When I build and try to run an .as...
Inheriting from System.Web.UI.Page (9 replies)
ASPFriends.com 'aspngvs' list
Hi All, I have a custom Page object that i've derived from System.Web.UI.Page called Dave.Page. So now, when I create a new page (test.aspx) in VS.NET, using codebehind i have this syntax: public class test : Dave.Page { private void Page Load(object sender, System.EventArgs e) { } } I keep getting the error: "An exception occurred while trying to create an instance of Dave.Page. The exception was...
How to set document title (5 replies)
ASPFriends.com 'aspngvs' list
I'm working with a WebForm in VS.NET and I feel a bit stupid because I can't figure out how to set the title of the page programmatically (without reverting to javascript). Tell me that I'm just fagged out and that there is an embarrassingly simple solution to this annoying little problem. TIA, Anders Vikstr F6m SW Engineering, BANQIT AB http://www.banqit.com mailto:anders.vikstrom@banqit.com Phon...
code question (7 replies)
ASPFriends.com 'aspngvs' list
Trying to eliminate duplicate entries from a SQL reader result set i'm using an Array and its associated BinarySearch method. The following code snippet is almost identical to the BinarySearch sample in the VS documentation, but it doesn't work !! Every time I retrieve a VnID value from the result set i check to see if it's in the array. If it's not i add it and increment the indexer. int VnID, vI...
Large ASP.Net project (7 replies)
ASPFriends.com 'aspngvs' list
We have a relatively large number of pages in our web project, which are currently broken down into functional categories in ASP.old by having folders within the main web root. As I'm getting ready to set up our ASP.Net solution, I'm wondering if there is any benefit to breaknig out these pages into separate projects within the solution rather than having them all in one big project. I've noticed ...
default documents (5 replies)
ASPFriends.com 'aspngvs' list
I need to create two default documents with the same name in the same project, but in different folders. vs.net will not allow it. I have multiple folders and would like them to have default documents. If I use default.aspx in the root directory then I won't be able to use it in the others. Has anyone found a way around this? Jon
CodeElements in VB (2 replies)
ASPFriends.com 'aspngvs' list
Hi, I am writing an addin that reads function information from the Vs IDE. I am using VS.NET Beta 2. I get the codeelement from the codemodule and then loop thru the children. This works for a C# project, but when used with a VB.NET project gives a "not implemented" exception. Is this a limitation of Beta 2 or am I doing something wrong. My code is as follows: CodeModel cm; FileCodeModel fcm; Code...
Sorting in dataGrid without dataView (2 replies)
ASPFriends.com 'aspngvs' list
Hi, I know I asked before but I deleted the message by accident. I am trying to apply sorting to a DataGrid bound to a dataSet rather than a view. When bound to a view I simply use the sort property: protected void DataGrid1 SortCommand(object source, System.Web.UI.WebControls.DataGridSortCommandEventArgs e) { dataView1.Sort e.SortExpression; DataGrid1.DataBind(); } How can I do this with a dataSe...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com