| VS BUG! (3 replies) |
| ASPFriends.com 'aspngvs' list |
| List: Has anyone had this problem before? I am developing a web page through aspx and I have a bunch of handlers in the page. However, when I create a new page and compile it the old page somehow lost its handler code, I use to have 4 buttons, however look at the code below: private void InitializeComponent() { this.Button2.Click new System.EventHandler(this.Button2 Click); } It should be: private... |
|
| How to extend XML help? (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Hello everybody, Is there any possibility to access and edit xsd file for the XML integrated help in visual studio? I would like to define custom elements as "changes", etc. Thanks in advance for any help. Stanislav D. |
|
| Populate the Datagrid at Design time (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngcs] to [aspngvs] by Charles Carroll darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 01AA 01C16206.F5E2ECA0 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable hi, I am trying to populate the DataGrid at the Design time itself using VS.NET. This is what I did. CODE BEHIND FILE 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3... |
|
| No 'View in browser' contextual menu option for web projects in a solution (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi, When I have a web project in my solution to view the root (eg 'http://theproject.com') I can't work out a way to simply right click and choose a 'View in browser' option. Instead, I have to select one of the project's files, right click and choose the 'View in browser' option, then manually modify the URL. If a project is a web one, could there be this contextual menu option. Alex ALEX THOMAS ... |
|
| How do I hide system databases in the Server Explorer? (4 replies) |
| ASPFriends.com 'aspngvs' list |
| How do I hide system databases when viewing a SQL Server in the Server Explorer? Alex ALEX THOMAS ROADHOUSE INTERACTIVE PTY. LTD. Level 1, 188 Brunswick Street Fitzroy 3065 Australia T 61 3 9415 9822 F 61 3 9415 9833 E alex@roadhouse.com.au W www.roadhouse.com.au |
|
| Conversion Problem: Beta2 to RC1 (3 replies) |
| ASPFriends.com 'aspngvs' list |
| I'm in the process of converting our work in process project to RC1 (the PDC release) and the first thing that I ran into is this fuzzy little problem in web.config. I have no clue what to look for since the RC1 documentation is a little sparse at this time, so any help is greatly appreciated... This is what comes out: Server Error in '/equis' Application. Configuration Error Description: An error... |
|
| URGENT: Debug is not working (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi all, I'm was using VS Beta 2 without problems for weeks, but as always in the worst moment Debug don't stops in chekpoints, having the same behaviour than in Release mode. I have checked and changed the Build / Configuration Manager, closed and reopened VS. I rebuild the project. I verified the Project / Properties / Configuration Properties. I restarted my developing machine is also the IIS se... |
|
| STA components and Visual Studio.NET (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Will Visual Studio warn or hinder me to add a reference to a component that has an incompatible threading model? I have added references to both VB6 and old MFC components to code library project without complains. Does that mean that the proxy that Visual Studio (after a question) automatically creates for me is safe to use, or is Visual Studio just not able to tell? TIA, Anders Vikstr F6m SW Eng... |
|
| IBS best practice in data access? (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Copied from [aspngibuyspy] to [aspngvs] by Charles M. Carroll darthcarroll@asplists.com If placing the connectionstring in web.config is best practice, why isn't it supported by the VS.net IDE's data access controls? As far as I can tell, the VS.net IDE considers best practice to be creating a connection object, a data adapter, and a dataset for each page that has data access. Can anyone from the ... |
|
| Can I group controls? (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Is there anyway to group web form controls so that I can show/hide whole groupings of controls w/o having to do it individually? Jim Wiesen Web Applications Development Long & Foster Real Estate jim.wiesen@longandfoster.com (703)359 1655 |
|
| Component Designer (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi, I don't have access to the VS.NET Beta 2 documentation right now, because my DVD is being borrowed. Does anyone know of any docs or examples (there doesn't seem to be any on MSDN Library online) that discuss using the Component Designer and then having that component appear in the Toolbox for use in other projects? TIA, Richard A. Hein |
|
| VS.NET and web controls (6 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hi ppl... I have created a web control which controls everything needed for a user to login to a website. I created this control in an application called User using WebForm1.aspx as the test page. I am now hooking this control into another project. I created a ref to the User.DLL in this new project and added the User.ascx to the new project by going 'Add | Add Existing Item'. It compiles and work... |
|
| Composite Controls (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hi ppl... What is the correct procedure to create a composite control in VS.NET I have been looking at the quickstart tut at gotdotnet. I copy/pasted the code, changed the namespace to UserLogin and the class to Login. I then added the control to the toolbox and it shows up in the toolbox as Login. I cannot however add the control to any ASPX pages. The drag & drop icon displays the 'No Entry' sig... |
|
| Feature Suggestions going forward (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi everyone, We're just putting the finishing touches on the final release of the .NET developer platform, including VS.NET and ASP.NET. We've put in a ton of hard work over the past few years to create what I hope you'll agree is an amazing new platform and the best Visual Studio ever. 20 And a big part of the credit goes to YOU. :) Your questions, bug reports and feature suggestions on the lists... |
|
| Intellisense gone and .dll problems (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi All, I am having a few problems with my Visual Studio and was told to ask around here. When I run my application from inside Visual Studio I get given the following error messages ************* Could not copy temporary files to the output directory. The file 'bin\CDSCIntranet.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another proce... |
|
| Visual Studio Tutorials or Books (3 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hello, Does anyone know of visual studio tutorials on the web. specifically dealing with database use and webforms? Are any books out there yet? Thanks Charles Baldo Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
| VS.Net locked (3 replies) |
| ASPFriends.com 'aspngvs' list |
| I have a C# web solution that I've been working on for a while. Tonight I try to open it and the whole IDE just locks up I can't click a menu or anything. Other solutions are loading fine. Help! |
|
| Properties Window lockedup (2 replies) |
| ASPFriends.com 'aspngvs' list |
| I changed my properties window in the Visual C# view to the sliding option so that slides open and closed based on my mouseover. Now it's stuck, and I can't get it to open. I am using VS.Net beta 2. Any ideas? Thanks in advance, Ryan |
|
| Non-Anonymous access (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| I need to switch off Anonymous and Windows integrated access on my website as I'm connecting to another machine and need to have a valid NT connection active. When I do this, the VS.Net IDE refuses to start saying that I don't have access to the website. I imagine it's complaining that the browser is requesting a logon. Is there any way that I can have that logon dialog displayed while in debug mo... |
|
| add method to Context.User (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi, I made my own implementation of IPrincipal (for authentication) and added a method named GetFirstRole. Now in the global.asax's Application AuthenticateRequest event I do: Context.User myOwnPrincipalobjectinstance; Than on another page I would like to do: Context.User.GetFirstRole(); But visual studio tells me that GetFirstRole() doesn't exist and as a result doesn't compile. How can I fix thi... |
|
| vb file (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Respected Sir I want to remove file or directory . i have done this , but there is one problem , when i tell delete this file ,it shows delete dialog ."DO YOU WANT TO DELETE" YES or NO how is it possible that this dialog should not come and file/directory should be removed from system i m waiting for ur reply junaidmajeed |
|
| deploy only necessary files (5 replies) |
| ASPFriends.com 'aspngvs' list |
| How can I tell Visual studio only to deploy or xcopy or whatever the files that are needed to run the webapp? In fact I need some tool/function to let me copy all files to another directory. So I don't want to include all the .cs, resx files and files that are not included in the solution (but are present in the directory). I looked into the deploy projects witch come with VS, but this feature req... |
|
| IE 6 security issue - Patch do not work with IE From .Net CD Windows components (3 replies) |
| ASPFriends.com 'aspngvs' list |
| I wish to install a patch for Internet Explorer 6 that is needed to correct the following security issue : http://support.microsoft.com/support/kb/articles/q312/4/61.asp When i ran the Patch i receive an error saying that it requires IE 6 to be installed even if i have IE 6.00.24 installed from the windows component CD of Studio.Net Beta2. I also tryed this tool to see if the patch was needed and ... |
|
| eventargs - type is not defined? (4 replies) |
| ASPFriends.com 'aspngvs' list |
| So I've added a Blank web project in VS.net beta 2 to a folder containing an existing web site, and then manually added the global.asax and web.config file. But when I go to build I get: \Global.asax.vb(31): Type is not defined: 'EventArgs' I have tried everything but can't seem to get this error figured out. Any help? This message brought to you by: | Mark J. Buckman | CIO | Trybe Cyber Productio... |
|
| Creating Stored Procedures from with VS.NET (5 replies) |
| ASPFriends.com 'aspngvs' list |
| I find when I am working through my code, I want to add a stored procedure into the database, but I cannot seem to figure out how to invoke the visual query builder, etc.in Visual Studio.NET. In the Visual Studio 6 days this could be done in the database window, by choosing the Stored Procedure tree and right clicking it. This brought up the option to create a new Stored Procedure, etc. These choi... |
|