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 > november 2005 > threads for wednesday november 9

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

.NET selling points
Posted by Dmitry Duginov at 11/9/2005 11:45:58 PM
Hi! My company management considering the strategy for new software development using J2EE or .NET platform. Can anybody point to a good article with the list of .NET advantages over Java that I could use in such a discussion? I'm a .NET developer but I have very small Java experience, so in m...more >>

How do a function in class.cs call an object on WebForm1.aspx
Posted by C Learner at 11/9/2005 10:11:03 PM
I have a ASP.NET web application. It contains a WebForm1.aspx which extend class Page, and a class in Class1.cs which extend Class2.cs class. Inside the Class1.cs functions, I want to write something out on the webpage of WebForm1.aspx. How can I do that? Since the class1 already extend ...more >>

how much did I 'fry'??
Posted by lorentsonci NO[at]SPAM lycos.com at 11/9/2005 6:11:11 PM
I have a 'home built' computer that my son in law built for me about a year and half ago (2.5mhz) and the power supply went out slowly over a couple of weeks. (fan made noise then computer stooped) I did some checking around, and it was not too difficult to replace a power supply so I de...more >>

Windows API calls in .NET application
Posted by Karlsson-on-the-roof at 11/9/2005 5:27:00 PM
Dear All, I'm new to .NET and it seems that I'm terribly confused. I'm used to program windows applications using C++ and native API. I decided to try ..NET windows Form application. Of course, Visual Studio did everything for me and some empty form showed up on the screen upon starting th...more >>

Static Crossover
Posted by John A. Bailo at 11/9/2005 3:17:08 PM
I wrote two windows services that are slight variations on each other. I changed the assembly name ( .exe ) and the namespace within each other. Both have some static methods that share the same name. I am seeing some evidence that there may be memory crossover -- where one assembly i...more >>

VB.NET 2005 & SQL Server Express problem
Posted by amber at 11/9/2005 12:24:10 PM
Hello, I've just upgraded to VS.NET 2005 and SQL Server Express 2005. I converted my 2003 project into 2005. Now, when I try to run it, I get the error message: A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll An error has occurred while es...more >>

How do I register and non .net dll in a .net enviroment?
Posted by Todd at 11/9/2005 12:09:43 PM
Hello, How do I register and non .net dll(with the OS) in a .net enviroment? I have a third party dll I need to register(REGSVR32.EXE). What is the best approach to this in a .Net enviroment. I appreciate any help. -- Thanks, Todd Manchester Chronicle Technologies Inc. ...more >>

Thanks
Posted by Rafael at 11/9/2005 11:41:29 AM
Thank you interwanderer, i already changed my name following your sugestion Rafael...more >>



File Compare
Posted by RitaG at 11/9/2005 11:15:50 AM
Hi. In a VB.Net program I use File.Copy to copy some zipped (and text) files from one server to another. I'm required by management to do a file compare after the copy has completed. Is the File.Copy sufficient and it will error out if there's a problem or do I need to do a file compare to...more >>

Could not access CDO.Message
Posted by James at 11/9/2005 11:05:55 AM
I'm using System.Web.Mail to generate e-mails and I'm adding attachments. When I add a ~300KB *.doc file, it works as expected. When I attached a 1.2 MB PDF File, I get the following exception: Any thoughts? ? ex.InnerException {System.Reflection.TargetInvocationException} [System.R...more >>

log4net questions
Posted by cwineman at 11/9/2005 9:34:26 AM
Hello, I posted this question in microsoft.public.dotnet.framework and didn't get any responses. Maybe somebody here has some input. If anyone knows of a better place to ask these questions, let me know. My group is considering using the log4net framework for logging. I'm hoping someone h...more >>

Take input type=file without server
Posted by ashton at 11/9/2005 8:44:22 AM
Hello, this is been frustrating me all morning. Any help would greatly be appreciated I have a site (not my own, not done in asp.net) that will be posting data to my c# page. There is an input type=file in that form. How do I get the value? All the examples I see online tell you to set y...more >>

SQL Connection failing on single NT machine
Posted by Steve at 11/9/2005 7:56:02 AM
I have installed an application out to about 15 machines. Some NT (service pack 6) and some Windows XP. They all work......except for one machine. It is an NT machine. I cant work out why it wont work on this machine. The error occurs when logging in. It complains that ExecuteReader is...more >>

VB.NET program will not run unless Visual Studio is installed
Posted by Jeff at 11/9/2005 6:49:11 AM
I wrote a simple VB.NET program that runs on a computer ONLY if I install Visual Studio 2003 on that computer. The computer already had .NET Framework 1.1 installed. If it is run on a computer without VS, I get an unhandled exception error trying to start the program. I obviously canno...more >>

Rename directory
Posted by Gudni G. Sigurdsson at 11/9/2005 6:25:06 AM
Hi. I want to walk a certain directory and rename all it´s subdirectories. The Directory class has a method Move but no Rename method. Should I then use Move instead? Gudni ...more >>

Changing Active Directory user information via ASP.NET
Posted by Koen at 11/9/2005 4:35:06 AM
Hi, i've written some code that changes the user information (eg givenname, sn, department, ...) from a user in AD. The code runs without an error/exception. The only annoying thing is that the changes aren't executed. here is my code : Dim deEntry As New DirectoryEntry deEntry....more >>

Injecting information into signed file
Posted by wschaub at 11/9/2005 1:26:05 AM
We need to inject information (i.e. server details from where a signed file was downloaded) into a signed file, without breaking the signature or integrity of a signed file. Apparently there are areas and ways to inject custom information into signed files, however, we cannot find the "how to"...more >>

Upgrading a web application to VS 2005
Posted by Mike Owen at 11/9/2005 1:06:15 AM
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a starting point the compiler can no longer find the function as at the bottom of this posting, th...more >>


DevelopmentNow Blog