| Thread | Last Post | Replies |
|
| VS2005 TableAdapter update | 22 Sep 2005 07:59 GMT | 1 |
I use VS2005 create a project – “Slemail”. In DataSet1 there’s a table of customer email address data - “slemail”. I drag “slemail” table to the form. It displays the data by DataGridView control and creates “SlemailBindingSource”, “SlemailTableAdapter” and
|
| localhost site works, server does not? cell reference | 21 Sep 2005 21:50 GMT | 1 |
I have a problem with a website. I have a datagrid on one of my web pages that users update, etc. Everything worked fine until I added another column and tried to do an update. I am getting the error; Specified argument was out of the range of valid values. Parameter name:
|
| Passing Structures to Unmanged Code | 21 Sep 2005 20:48 GMT | 1 |
I am trying to work with the RasDialA function that takes a structure which contains several string, but cannot get it to work. In VB6 the structure called RASDIALPARAMS is as so... 'Type declaration for RASDIALPARAM structure
|
| database connection for deployment | 21 Sep 2005 10:36 GMT | 4 |
I have a VisualStudio .NET VB form that connects via ADO .NET to a SQL database. I have created the application and everything works well on my development computer. I need to know how and where to write the code so that when the application is taken to any LAN it can be setup ...
|
| HTML Auto Tagging | 21 Sep 2005 02:43 GMT | 2 |
In an attemp to avoid frames, but still get the formating I want, I am trying to use a header control that opens a table, row, and td that I close in a footer control. But VS keeps closing the tags in the header control. I've turned of HTML validation and auto pop up of tags, but ...
|
| Windows authentication and Role security for VS2005 website | 21 Sep 2005 02:31 GMT | 3 |
Using VS2005RC1 I'm trying to use role based security to control access to parts of a website. Forms authentication works fine, but with windows authentication the web site administration tools does not give the option of adding windows user
|
| Make VStudio like SharpDevelop? | 20 Sep 2005 10:22 GMT | 1 |
I've spent more time using SharpDevelop as my .net (C#) IDE, but am now using VSNet 2003 I really like how Sdevelop woiuld bold the open and close braces when one end is clicked..
|
| 8 and 4 bit icon question | 20 Sep 2005 04:37 GMT | 2 |
I have been given a corporate logo to use as the basis of an icon. Its colors do not match the ones in the resource editor's palette for 4 and 8 bit icons however I have been able to import my own palette. Suppose my application is run on a host that only supports 256 colors. I ...
|
| Visual Studio Performance | 19 Sep 2005 22:05 GMT | 2 |
Firstly, I'm quite happy with VS performance generally (especially as an ex-Delphi2005 developer!) However, I'm getting a new PC for dev purposes and wonder where to spend the money?
|
| Windows 98 deployment | 19 Sep 2005 15:28 GMT | 3 |
I have an Visual Basic .Net application that runs fine on Windows XP but when I run it on Windows 98 I get the following message; Application has generated an exception that could not be handled.
|
| VS.NET Licensing and MSDN | 19 Sep 2005 03:19 GMT | 3 |
I was always under the impression that you get a perpetual license to use the tools shipped with an MSDN subscription but you only receive updates during the lifetime of the subscription. I'm reading
|
| Windows 98 Deployment | 18 Sep 2005 16:14 GMT | 1 |
I have a Visual Basic .NET program that runs ok on Windows XP. However, the application gives me the following error on Windows 98; Application has generated an exception that could not be handled. I have loaded .Net framework 1.1 and MDAC 2.8 on Windows 98
|
| User controls in VB.NET | 16 Sep 2005 13:08 GMT | 1 |
I need a help regarding use of a user defined control in VB.NET. I could able to prepare a user control and add it to my project toolbox but the problem is how to pass the data from the application to the events on the user control.
|
| VS.NET2005 Excluding File /Folder from project | 16 Sep 2005 02:50 GMT | 11 |
Can I exclude file or folder from a project as it used to be in VS.NET 2003? I have existing project and its structure was organized that class and NUnit projects are inside of the web project folder. I tried to convert it
|
| Unable to debug after windows update | 15 Sep 2005 12:56 GMT | 2 |
Yesterday I ran windows update before leaving work. Today it is impossible to debug my application. Anyone with the same problem? Solution? I use visual studio 2003.
|