all groups > dotnet general > march 2004 > threads for thursday march 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
asp.net error code 128
Posted by tdlogger at 3/11/2004 11:51:07 PM
I just installed .net. Started up asp.net and when I tried to run with f5 i'm getting an error code 128. Any suggestions?... more >>
HLP: Updating a Column in a DataGrid Globally
Posted by Mr. B at 3/11/2004 11:43:41 PM
I've asked this before (several weeks ago)... but no replies (other than one
not giving much hope).
So I'd like to try again as I 'think' this can be done. And if so, some
pointing in the right direction would be appreciated. So here goes...
My application opens an MS Access db... I get th... more >>
Is the connection closed??
Posted by Doug at 3/11/2004 9:51:10 PM
Question??
How do I check to see if 1 or the other connection to a database are closed or not
Iam working in VB 2003
Dim cnnDVD As New ADODB.Connectio
Dim rstDVD As New ADODB.Recordse
Dim rstDVDCheck As New ADODB.Recordset Dim strSQLDVD As String Dim cnnVHS As New ADODB.Connectio
Dim rstVHS ... more >>
Setup Project
Posted by DMan at 3/11/2004 8:57:36 PM
I am working on creating a VS.NET setup project.
Anyone know where to look to find out how to reboot the computer and then
have the setup program start up again to continue after reboot? Links,
personal knowledge?
Thanks
... more >>
Please help with stupid IDE
Posted by Lloyd Sheen at 3/11/2004 8:48:33 PM
Please MS fix the designer, does not work well for HTML or windows forms.
What I am trying to accomplish is a form that looks like this.
--------------------------------------------------
| Panel |
-------------------------------... more >>
.NET 2.0/Generics Support
Posted by revision17 NO[at]SPAM phreaker.net at 3/11/2004 8:13:53 PM
I remember reading last year somewhere (I can't remember where, or how
reliable the place was) that .NET 2.0 would be coming out this year
and that it would support generics. The site:
http://research.microsoft.com/projects/clrgen/
Hasn't been updated with anything recently, nor do there seem... more >>
Creating an Installation for .NET Shareware applications
Posted by Allen at 3/11/2004 6:31:44 PM
We create and sell shareware applications. In order for us to be successful
at this, we need the download to be less than 10MB. Is it possible to create
a .NET installation that will not require the huge dotnetfx.exe? Perhaps
the operating systems are now including this?
... more >>
Installation newsgroup?
Posted by Suzanne at 3/11/2004 5:44:55 PM
Is there a newsgroup specifically for .NET framework installation questions?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
tabcontrols in .net
Posted by SS at 3/11/2004 5:42:15 PM
i have one problem in .NET winforms developement with C#.
i am having one tab which is having 10 tabpages.Among that tabpages,one
tabpage in turn has 20 grids which i can't put within this tabpage.
also i can't put a tabcontrol within a tabcontrol which becomes very
complex.
Please suggest s... more >>
FTP
Posted by Jo at 3/11/2004 4:16:09 PM
Hi
Could anyone please tell me how to FTP a file in VB.NET? I have the IP address, username, password and file name
Thanks
Jo... more >>
Socket SendTo question
Posted by Anony at 3/11/2004 3:54:16 PM
Hi All,
What is the difference to use SendTo?
mSocket.Send(...)
mSocket.SendTo(..., EP)
After mSocket connected to two listeners, only the late listener received
data from mSocket.
I thnk I missed something.
Thanks for any tip.
Kind regards,
Anony
... more >>
Creating an installation for my VB.NET Application
Posted by Allen at 3/11/2004 3:37:29 PM
Please direct me to the correct newsgroup forum if this is not the correct
one.
I'm having difficulty creating a seamless installation for my VB.NET
application. When the target computer does not have the framework, I can't
get it to install properly.
We need to somehow include the redistr... more >>
Ignoring breakpoints
Posted by Andrea at 3/11/2004 2:41:09 PM
First of all-I'm running Visual C# .Net. I'm trying to debug my application, but today, the breakpoints weren't working. It seems that it is skipping over all of my breakpoints. This only happens for certain projects within my application. I can't see any settings between the two projects that w... more >>
Another Regular Expression question
Posted by Axel Dahmen at 3/11/2004 2:16:41 PM
Hi,
I don't understand how the regular expression parser interprets the
MultiLine flag. Although I set it to true, my RegExp object doesn't find
/a.+n/
in
"ado-
net".
However, it finds the expression in "ado-net".
Can someone please enlighten me?
TIA,
Axel Dahmen
... more >>
Access database and the .Net Framework
Posted by no_spam_mails NO[at]SPAM gmx.net at 3/11/2004 12:44:48 PM
If i write a program that is using a Accessdatabase, does the user
need anything else accept than the .Net Framework 1.1 to run my application.... more >>
How many users have already installed the .Net framework
Posted by no_spam_mails NO[at]SPAM gmx.net at 3/11/2004 12:41:13 PM
Does anyone has some figures? My weblogs say that about 20% have
installed the framework.... more >>
VS.NET tell me no row, but there is...
Posted by Ross at 3/11/2004 11:36:05 AM
When I try to grab a row from my table like this
rowTest = MyClass.DataSet11.Tables(0).Rows(0).Item(0
it tells me that "An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.data.dl
Additional information: There is no row at position 0.
I try other positions in... more >>
Compilation failure with inherited user controls
Posted by Mike Ruane-Torr at 3/11/2004 10:08:23 AM
I am suddenly getting this message from VS.Net very frequently. It seemed
to being when I introduced inherited user controls into my solution. I am
building a project in C# that uses a set of class libraries, and user
controls inherit from other controls in other class libraries.
I have n... more >>
Icon problem
Posted by Bryan Dickerson at 3/11/2004 10:01:22 AM
I have a set of icons that I used in a VB6 version of a program that I'm now
beginning to re-write in VB.Net (notice I said rewrite, not convert: I
really want to do it right this time...). Anywho, some of my icons are
8color, some are 16color and some are true color. VB.Net doesn't seem to
li... more >>
VS.NET 2003 build deletes application configuration files.
Posted by Alex Jones at 3/11/2004 9:31:10 AM
Does anybody know whether this is some kind of peculiar default behavior that can be corrected by setting some magic option? Or is this a bug in the product? Anybody else had any experience with this?... more >>
How do I create an unistall program?
Posted by Benjy at 3/11/2004 9:24:33 AM
How do I write an unistall program in .NET?
... more >>
Screen painting problem
Posted by Bryan Dickerson at 3/11/2004 9:20:26 AM
I have an MDI form that I just added an icon to an existing imagelist and a
corresponding button on a toolbar. I also changed the color depth from
8color to 16color and now the images on the buttons don't show up when I run
the program. What gives?
TIA!
... more >>
Help! I can't send email through System.Web.Mail.SmtpMail when user is not an 'Administrator'
Posted by Tim Mavers at 3/11/2004 9:12:46 AM
I have written a simple Windows Service (C#) that occassionally needs to
send out emails. Due to the security requirements from my client, I
need to run the service with as little security rights as possible. So
far I have managed to get the service running if the user is a member of
the ... more >>
Handle a procedure with a keystroke?
Posted by Craig McBeath at 3/11/2004 6:41:07 AM
Can I set a procedure to be run from a keystroke in a VB.NET web application
For instance, I would like the submit button of a form to be clicked when the user hits the enter key. I have other user controls on the form with buttons inside of them, and the first button in the user control always get... more >>
Newbie: C++ Net SQLConnection -undeclared identifier
Posted by Roy Fisher at 3/11/2004 6:06:18 AM
I created a Windows Forms App in Visual Studio and included the following namespace line
using namespace System
using namespace System::ComponentModel
using namespace System::Collections
using namespace System::Windows::Forms
using namespace System::Xml
using namespace System::Data
us... more >>
Word 2003 and DotNet
Posted by James J at 3/11/2004 5:46:07 AM
I have developed some reports using VB.Net and Word2003 whereby I create reports in word programmatically directly in a Word document. Now the user wants the same capability on the Web. I tried to create a web project that calls the VB.Net Forms application that develops the reports. I am able to... more >>
Please Help! Can't write to the end of the file
Posted by Pola at 3/11/2004 5:26:05 AM
Please Help
How to write to the end of the file
#include <fstream
using namespace std
out.open("aaa.rep");
int i = out.tellp();
out.seekp( 0, ios::end )
out<<lpTime.wDay<<"/"<<lpTime.wMonth<<"/"<<lpTime.wYear<<" "<<lpTime.wHou
out.close()
thank you
Pol
... more >>
Which .net language ?
Posted by jonathanwri73 NO[at]SPAM aol.com at 3/11/2004 4:17:05 AM
I know this question may have been asked many times before, but I have
never used any Microsoft languages in the past and have always worked
on Unix shell, Awk, Progress 4GL/RDBMS, Paradox ObjectPAL and
Powerbuilder 6.5 and 7 for the last few years.
But I am still unsure which .Net language to... more >>
|