Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > february 2004 > threads for thursday february 26

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

Are there Dynamic Arrays in C#?
Posted by Rashad Rivera at 2/26/2004 9:06:05 PM
What I would like to do is create an array that grows. But I don't see any functionality in .NET that allows it other that in other languages like VB or JScript. Is there a reason for this? The only way I can see to do this is to allocate arrays and copy the content to bigger arrays as needed. A...more >>

What is ASP.NET?
Posted by Dan Allen at 2/26/2004 7:56:05 PM
have a lot of questions about ASP.Net. 1. What products do I need from Microsoft to develop and run ASP.NET As background, I currently use Visual InterDev to make ASP applications deployed on IIS/Windows 2000 Server 2. What changes do I need to make on my desktop to start developing in ASP...more >>

How to implement Trace best
Posted by Thorsten Tarrach at 2/26/2004 7:35:19 PM
Hallo, The best thing would be to implement a trace call in every procedure to write an entry in the log file: If MySwitch.TraceVerbose() then trace.writeline("Procedure xyz started with Parameters ...") Unfortuantelly is this a lot of work. Is there an easier way to implement a good tracing...more >>

Rename a Class
Posted by Laurence Nuttall at 2/26/2004 5:35:59 PM
I have a solution that has two projects one a class library, and the other a windows application that I use to test the class library. The class library project has a class called Class1. When I reference the class in the windows app I say Dim clsAbout As New About.Class1 clsAbout.ShowAbo...more >>

Treeview Help
Posted by A-PK at 2/26/2004 3:39:54 PM
Hi, I am using treeview as my menu. my menu is like the following + Users & Groups - Users -Groups + Departmenuts - Engineering - Business Currently, I am using mouse down event and trigger my mouse right click. so when my mouse cursor is in the treeview, and I right ...more >>

Microsoft.mshtml.dll should I distribute this?
Posted by Hadi at 2/26/2004 1:42:49 PM
I have application that uses the web browser control, this is quite a big file 7.5Mb, I found that if I don't include this file in the installation everything is ok, but I'm a bit nervous, so is this file included in every windows installation? All at least .Net installation? Thanks, Hadi ...more >>

Connection to AS/400
Posted by T. Lu at 2/26/2004 1:00:27 PM
Hi All, I am getting the following message: DB_E_BADPROPERTYVALUE(0x80040E44) when trying to establish a connection to AS/400 with the connection string: Protected Const AS400_CONNECTION As String = _ "provider=IBMDA400.Datasource.1;password=SECRET;us er ID=USER...more >>

.NET assembly only PARTIALLY exposed to COM
Posted by Andrew J. Marshall at 2/26/2004 12:56:31 PM
I built my assembly with the "Register for COM Interop" box checked. I could reference my assembly and see the classes, but IntelliSense and the Object Browser could not see the methods nor properties. I used TlbExp and RegAsm with the same result. How can I get IntelliSense and Object Bro...more >>



Anybody done a MCSD with Koenig-Solutions?
Posted by Andy Kendall at 2/26/2004 12:40:18 PM
Hi, I was thinking about getting the MCSD with a company called Koenig-Solutions. They are based in India and are CHEAP! Anybody had any expereinces or heard any comments about them? Thanks, Andy ...more >>

Will .NET apps run on Win98?
Posted by Billy at 2/26/2004 12:31:10 PM
Can I deploy a .NET app to Win 98 & ME? Are there any limitations in doing so? Thanks Billy...more >>

Build an ASP.NET project from Command Prompt
Posted by Praveena Adabala at 2/26/2004 12:21:10 PM
Hi Can i Build an ASP.NET Project from the command Prompt THank yo Praveena....more >>

MS Access 2000 Automation, can't quit process... (originally posted to wrong group).
Posted by David Conorozzo at 2/26/2004 11:16:05 AM
I create a new Access.Application instance. As soon as I refernce the property "References", I am unable to issue a truly successful quit on that instance. By that I mean the call to quit is fine but if you look in task manager, the instance is still running. Furthermore, if you opened a database...more >>

DateTime picker optional field
Posted by George at 2/26/2004 11:05:22 AM
The DateTime picker is an optional field on my form and it should not contain a default value. Is there a way to do this? I tried setting the Text property to "", but that does not work. Thanks in advance, George...more >>

Internet explorer
Posted by Joris VI at 2/26/2004 10:41:06 AM
I want to open internet explorer with a vb.net application Can anyone tells me what I need to d thanks...more >>

Boilerplate template doing its own thing?
Posted by Joe at 2/26/2004 9:52:41 AM
Everything works aok, except the code behind "Dataview.cs" does not contain the prewritten code that is in the template. It comes out very slimed down without almost all lines in template. Why does it wrtie it's own version of the code behind? This is my configuration... C:\Program Files\M...more >>

Tlbimp.exe switches
Posted by rbscheer NO[at]SPAM my-deja.com at 2/26/2004 8:57:40 AM
Hi. When using the tlbimp.exe utility, what are the differences (if any) between the /keyfile: and /keycontainer: switches? Accordingly to the documentation both of them can be used to sign an assembly but one receives a 'filename' and the other receives a 'containername' Thanks, Robert Sc...more >>

Watch this
Posted by Travis 'Bailo' Bickel at 2/26/2004 8:14:52 AM
http://64.106.216.34/heavy/heavy/qtdemand/contagious/video/ellen_bill_switch.mov...more >>

Pharse a CSV file
Posted by Saif Khan at 2/26/2004 8:11:06 AM
Hi How do I pharse a CSV file and send the data to a database. This file is hugh Thanks...more >>

clear the assembly's download cache after a No-touch deployment
Posted by yacrumb NO[at]SPAM yahoo.se at 2/26/2004 7:39:04 AM
Hello all! If a client has run a program with url like this: http://server/HelloWorld.exe, then the assembly HelloWorld.exe will be cached in Assembly's Download Cache. But if then a new version of HelloWorld.EXE is deployed on server, the client will experience a crash until he/she clears t...more >>

Where is Dotnet 2004
Posted by Art Vandelay at 2/26/2004 7:12:28 AM
I have bought VS dotnet 2002, and then VS 2003. Now I need 2004 ASAP. Please go ahead and charge me and get me VS 2005 ASAP as well. You see, if I'm not able to consistently and frequently change my development environment and get to recompile all my projects, verify compatibility with all 3rd...more >>

Who owns your code?
Posted by Dave Satchell at 2/26/2004 7:11:08 AM
I am a consultant and I have a client that wants me to design them a custom application with Access and VB.Ne I was wondering what the standard is for this kind of case as to who would own the code and the reasoning as to why Thanx, Dave....more >>

Windows Service (Stopping and Starting)
Posted by CG at 2/26/2004 2:36:05 AM
Hi I have developed a Windows Service When I try to start the Service it tells me that it cannot start as there may not be any work to do When I comment out below line of code in my OnStart event.... objEventLog.EnableRaisingEvents = Tru ....It starts fin I have the same issue when stopping...more >>

asp.net info
Posted by reiks at 2/26/2004 1:46:09 AM
is asp.net part of .net framework or .net sdk?...more >>

the resource cannot be found
Posted by Van Steenbergen jan at 2/26/2004 1:01:07 AM
hi all i'm having a very strange error When i go to a asmx file from a webservice in IIS and i do a right click-choose Browse Next error will occure Server Error in '/' Application ------------------------------------------------------------------------------- The resource cannot be found....more >>

datagrid-visual studio.net 2003
Posted by patrick at 2/26/2004 12:21:10 AM
hi i have a problem with my data grid in visual stuidio.net. i configured it, that the data grid displays ten data rows and that paging is allowed. But wenn I click on the link on the data grid, which is for paging, nothing happend. do i have to configure something else?? yours sincerely patri...more >>


DevelopmentNow Blog