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 > march 2006 > threads for tuesday march 14

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

Visual Studio .NET 2003 Bug, New Windows Application
Posted by yaron.guez NO[at]SPAM gmail.com at 3/14/2006 10:46:43 PM
Whenever I create a new windows application from Visual Studio .NET 2003 in either C# or VB.NET upon running the compiled code (debugging or not) I receive a System.NullReferenceException immediately after the application.run command. I'm not changing any of the code created by the IDE, I'm sim...more >>


ClickOnce Deployment and data compresion
Posted by moondaddy at 3/14/2006 10:43:38 PM
I have a .net 2.0 project that I want to use click once deployment, however, some of the files that need to get updated from time to time are very big and fat and I need to zip them or compress them in order to deploy them to the client. In my .net 1.1 version I custom built the client login ...more >>

Change CurrentUICulture, controls doesn't refresh
Posted by Tedmond at 3/14/2006 9:47:27 PM
Dear all, My application allows users to switch languages at run time. I use the following code to change the UI Culture but all controls are remaining unchanged. Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US"); Why? Anything that I need to do in order to refresh the ...more >>

How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler?
Posted by Daniel at 3/14/2006 9:40:31 PM
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths? When I try to open the file from .aspx the file read throws: Logon failure: Logon failure: unkno...more >>

keeping it running...
Posted by Eric at 3/14/2006 8:40:29 PM
Hi, When I create a program with a form, the form doesn't go away until I close it somehow. How is this done, can it also be done with a module or a class? What I seek is this: I wrote a program that runs in a sub Main(). At this moment I use a DO WHILE LOOP to have the program do somet...more >>

my supervisor won't let me make my website in .net
Posted by stubbsie at 3/14/2006 6:09:29 PM
Hi, I have redesigned our official public government website in .net and it has taken me a few months to redo. I have been the sole designer of the website from its humble beginnning a few years ago when no one wanted to even mess with it. Since then I have been steadily maintaining it and im...more >>

Distant iinstallation
Posted by Milos Puchta at 3/14/2006 4:04:42 PM
Hi to All, I need to install .NET 2003 on the distant PC. Using RDP I copied CD1+2+Prerequisites on the hard disk, say in d:\source\vs\cd1 d:\source\vs\cd2 d:\source\vs\prereq After I have started installation from d:\source\vs\cd1 , there are many errors pointing to the missing files,...more >>

Slow painting
Posted by Jeff Beem at 3/14/2006 3:21:26 PM
I'm working (along with my coworkers) on a fairly large and complex application. Something very strange started happening about a week ago and I've been unable to figure out why (to my knowledge nothing changed on my machine at this time). These problems are only appearing when the project i...more >>



ClickOnce Deployement: Cann't resolve path for resource files.
Posted by moondaddy at 3/14/2006 1:18:20 PM
I have a sample vb .net 2.0 winforms app and am using Oneclick deployment to a remote server. All of the files (DLLs, EXEs, manifests, configs, etc.) seem to get deployed to the target folder on the client OK and seem to work OK, Except for some additional files I created for the client appli...more >>

VISUAL BASIC .NET TRAINING
Posted by bh at 3/14/2006 11:36:14 AM
Please could anyone give advice on visual basic .net on-line training, i) have you found it useful? ii) is the microsoft site the only place that offers this on-line trainin? Thanks Ben...more >>

Exporting datagrid contents to Excel using ASP.NET
Posted by Mike at 3/14/2006 11:31:19 AM
Hello, I am attempting to export the contents of a datagrid on my webform (using Excel automation) through ASP.NET. I have added the Excel object library to my VS ASP.NET project but I am lost on how to export my datagrid contents to Excel? I am sure it can be done but having difficult...more >>

machine.config
Posted by A.J at 3/14/2006 10:34:18 AM
right now i m going through a book on dotnet. It says that machine.config contains information regarding the language compilers(ex.about vbc.exe,csc.exe).Could u please tell me the other information,machine.config contains!! ...more >>

Test for memory leaks
Posted by cnickl at 3/14/2006 10:24:30 AM
VS 2005 / C# I’m writing an application that uses COM interop heavily and also some unsafe code. How can I test my app for memory leaks? ...more >>

Session Variables Strange Behaviour
Posted by Nuno Carvalho at 3/14/2006 10:09:04 AM
Hi all, I'm having a problem with session variables in vs .net 2003. I start by doing this: If Not IsPostBack Then Dim dt As DataTable Me.daAlias.Fill(Me.DsPhysicalAlias) dt = Me.DsPhysicalAlias.Tables(0) Session("tblAlias") = dt ...more >>

GetEnvironmentVariable in Windows Service
Posted by fdmaxey NO[at]SPAM yahoo.com at 3/14/2006 9:49:30 AM
I've written code in VB.Net that calls GetEnvironmentVariable. When I execuate the code as part of a Windows Form, it reads the environment variable with no problem. I put the code in a Windows Service, however, and it can't seem to read the same environment variable. I used Microsoft .Net...more >>

Oracle Oledb problem when application pool restarts
Posted by ori at 3/14/2006 9:27:19 AM
Hi, I have an ASP.Net application hosted in a windows server 2003 (IIS 6.0). The application uses a Oracle Database to retrieve some data through an Oledb connection. I've set the IIS application pool used by the application to get recycled when the application consumes too much memory which ...more >>

How to avoid dialogue box while saveas an Excel file in VB.Net
Posted by michaellm NO[at]SPAM gmail.com at 3/14/2006 9:12:24 AM
Hi ALL, In VB.Net, I create an Excel as followed: Dim excelapp As New Excel.Application Dim oWB As Excel.Workbook Dim oSheet As Excel.Worksheet ' Get a new workbook. oWB =3D excelapp.Workbooks.Add oSheet =3D CType(oWB.ActiveSheet, Excel.Works...more >>

File splitter program
Posted by Skc at 3/14/2006 9:11:31 AM
I have used a program called chainsaw to split the file into manageable chunks, but with issues as the file contains crlf (carriage return line feeds on every line) and have found chainsaw totally useless as it splits the file in the middle of a crlf (not on the actual crlf - or end of the li...more >>

presence of javascript breaks page formatting
Posted by jeffmagill NO[at]SPAM gmail.com at 3/14/2006 7:35:27 AM
Hi everyone, I've got an odd problem that I have been unable to find a solution for. The title says it all. The presence of a javascript block on my asp1.1 page is screwing up the formatting of the page - things become off center, divs become smaller, etc... Without it, everything is peachy. ...more >>

System.Diagnostics.Process - "Applicaton failed to initialize properly (0xc0000142)."
Posted by google.100.frause NO[at]SPAM spamgourmet.com at 3/14/2006 5:49:39 AM
Previously I had the same Problem discussed and solved here: http://clariusconsulting.net/blogs/hdl/archive/2005/12/02/410.aspx?CommentPosted=true#commentmessage but now I've got the next problem. "application failed to initialize properly (0xc0000142). Click OK to terminate the application."...more >>

Dynamically generating menu using reflection
Posted by poppy at 3/14/2006 2:44:35 AM
I have an application which has a MDI parent form and a simple menu bar. Using reflection I can get access to other assemblies and add an item to my parent menu which when clicked opens up the main form of the assembly. Within this new window I can run my application as normal. The problem is...more >>

What is this error? frustating
Posted by Rajani at 3/14/2006 1:19:18 AM
Hi friends, I am new to dotnet. I created one page(index.aspx). I have written some code which was explained in msdn (displaying all controls clientID in the page). It executed fine. Later i modified one line (response.write(muenumerator.reset()) saved and compiled. It got an err...more >>

Microsoft Word 11.0 Object Library class reference
Posted by Flo at 3/14/2006 12:49:33 AM
Hi, I'd like to know if the Microsoft Word 11.0 Object Library class reference documentation is available for developers and where i could get it. Thanks a lot. ...more >>


DevelopmentNow Blog