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 > june 2005 > threads for friday june 3

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

What's Wrong With This Code.........
Posted by Jim Douglas at 6/3/2005 4:40:17 PM
All of a sudden I can't get this to work? I am connecting to the database and executing the storedProcedure but have no results returned. If I execute from SQLServer query tool it returns results fine? I am using the Microsoft DataAccess Block V1. public DataSet GetAftaValidate...more >>

T-SQL debugging - version of "NTWDBLIB.DLL"
Posted by Gabriel Lozano-MorĂ¡n at 6/3/2005 3:01:39 PM
Setup: Windows XP Professional SP2 SQL Server 2000 Developer Edition SP4 Visual Studio .NET 2003 Enterprise Architect Edition Project is ASP.NET Web Application Enable SQL Debugging is set to true and user account has exec permissions to extended stored procedure sp_sdidebug I get the foll...more >>

Implementing IPersistStream using .Net Serialization
Posted by reycri NO[at]SPAM gmail.com at 6/3/2005 2:57:49 PM
I have a .Net class (a collection) that already supports serialization. It implements ISerializable... Now, I need it to also support the COM interface IPersistStream. Among other things, I need to be able to pass instances of this class to methods of queued components (in COM+). I want to ...more >>

Setting Process.ProcessName
Posted by Randy at 6/3/2005 2:39:14 PM
I am using the Process class to create a process, and I would like to set the ProcessName property. The property is read-only and is set to the name of the EXE. Is there a way to set the ProcessName? ...more >>

Allows CLR more than 2 accessors for a property?
Posted by cody at 6/3/2005 2:34:41 PM
Does the clr allow more than one set and one get method for a property? Is it possible to use overloading for example set_Color(int c), set_Color(Color c)? from msdn: PropertyInfo.GetAccessors Method () Return Value An array of MethodInfo objects that reflect the public get, set, *and ot...more >>

declaring/ initializeing variable 2 ways
Posted by KevinRug at 6/3/2005 1:57:20 PM
in one page, i am able to declare and initialize a variable like this, in one line. cmdPersonalInfo = new SqlCommand("getPersonalInfo", myG.sqlConnection); In another page it gives me an error when doing as above and I must first declare then initialize, like so: SqlCommand cmdPerso...more >>

Connection State Is Already Open
Posted by lea at 6/3/2005 1:51:23 PM
i create few textboxes, if i enter data in txtItemCode, the rest txtbo will display data that read from database. show below. ========================================================== Private Su txtItemCode_KeyPress(ByVal sender As Object, ByVal e A System.Windows.Forms.KeyPressEventArgs) Hand...more >>

Update Query
Posted by lea at 6/3/2005 1:39:04 PM
i got this error msg while i trying to run the UPDATE query.there is n underlying.. ERROR MSG :An unhandled exception of typ 'System.Data.OleDb.OleDbException' occurred in system.data.dll -------------------------------------------------------------------------------------------------------...more >>



My application works fine in debug mode but does not work in release mode.
Posted by Ariel at 6/3/2005 11:57:36 AM
I have an application that works correctly in debug mode but it does not work in release. I am not using anything of the class system.diagnostics. I tried to disable the optimization code, but this did not work please I need a solution quickly!!. Thanks....more >>

DCOM "Access is denied"
Posted by zhangyuewuliu NO[at]SPAM gmail.com at 6/3/2005 11:57:00 AM
Hi, I have a DCOM Server and client running on the same box. I am using the custom security instead of default security and have opened up the server's custom access right to basically everyone. The default access permission does not allow anyone, however it should not matter because my server...more >>

Application won't launch from network
Posted by Bob L. at 6/3/2005 11:16:54 AM
Hi everyone, I have two small applications I have written that I am trying run from a network directory. Both applications have a dependency on another assembly (.dll), and I have .NET security wide open. One application is dependent on an interop assembly (Interop.IWshRuntimeLibrary.dll), and...more >>

Converting VB to ASP
Posted by Randy at 6/3/2005 10:45:38 AM
Hello, I've never heard of a Conversion tool that worked well enough to justify using it. I haven't checked around on this subject for quite some time. I was trying to find out if there existed a tool (descent tool) that wold convert VB6 code to VB.Net or C# ASP and if so, is it any good. Tha...more >>

FileOpen Directory Problem?
Posted by MR BIGLESWORTH at 6/3/2005 8:43:07 AM
Hi, I have A FileOpen command that opens A file outside of the local folder (where my program is). That works fine, but; I want to create a file in the local folder after that 1st file is opened, read, and closed. When I try "FileOpen(3, "aircraft.lfc", OpenMode.Append)" it automatically...more >>

vb.net with messagequeue
Posted by nestes at 6/3/2005 8:22:05 AM
I'm in need of a little direction, I've been tasked to create an app where the user can store dates and times in a table (informix) and when that date and time occurs send a popup message (like using net send computer_name "message") to a select number of computers on our network. My question...more >>

downloading zip file using webResponse
Posted by Rajiv Barik at 6/3/2005 7:05:40 AM
hi , I am trying to download a zip file from a http site using webResponse . here's the code WebRequest wReq ; wReq = WebRequest.Create(wUri ) ; wReq.Credentials = new NetworkCredential (_uid,_psswd); wReq.Timeout = 6000000; WebResponse wRes = wReq.GetResponse(); Stream wOutput = wRes.Ge...more >>

IDE crashes during build
Posted by Tom Markham at 6/3/2005 7:00:04 AM
OK, this is REALLY getting annoying. I don't know the specifics as to what causes this problem, but it would be really nice if it could be solved. The problem I am having is that my entire IDE crashes (completely closes and disappears) during a build of my solution. This doesn't happen all th...more >>

MdiParent and Toolbox Controls
Posted by Terrance at 6/3/2005 4:46:03 AM
I'm hoping that there's someone out here that can help me with a coding problem. Here is the scenerio: I have a MdiParent Form on this MdiParent form there is a listview control and several text controls. This MdiParent form has a menu bar that gives the user the ability to open child forms. M...more >>

Tracking User Activity
Posted by Bhavesh Patel at 6/3/2005 4:39:18 AM
Hello I developed Discussion Forum for my company.In this forum User can read post,made post ,create new thread etc like open source Telligent Systems' forum. I developed it ASP.Net with Sql Server as a backend Database.Now I want to know that how to Track the user's last activity so tha...more >>


DevelopmentNow Blog