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 monday february 2

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

Building for other platforms?
Posted by Daniel Strigard at 2/2/2004 11:56:07 PM
Hi I'm trying to get a program of mine to work on a friends computer I have made it in Visual Studio .NET on my win2k pc, and my buddy's got winME At first his computer complained that MSCOREE.DLL was missing, and when he got a copy of my dll, the computer says that it needs "parts of the .net ...more >>


SqlClientPermission error
Posted by mmb at 2/2/2004 11:21:07 PM
hi all i used this below function to connect to sql server 2k [SqlClientPermission (SecurityAction.Assert ,Unrestricted=true)] private void button1_Click(object sender, System.EventArgs e) { try { SqlClientPermission myPerm = new SqlClient...more >>

Configuration variables
Posted by vineetbatta at 2/2/2004 9:51:09 PM
Hi all, What is the best way to store the configuration varaibles of the application (E.g: Registry, Web Config file, Xml file , text file etc)? E.g: of configuration variable is *Connection string *Support Links *# of retiries to SQL Server before exiting. What i am looking fo...more >>

simulate virtual directory for each user
Posted by Amir Eshterayeh at 2/2/2004 9:06:35 PM
simulate virtual directory for each user Dear Friends Would you please give me your professional idea about this asp.net problem. I need different virtual directory for different customer with their names like these: www.oursite.com/Jack www.oursite.com/Sue www.oursite.com/Tom I have...more >>

Bill Gate Tries to Wreck Another Linux Stock: RHAT Using Barron's
Posted by John Bailo at 2/2/2004 7:59:23 PM
Funny, how Bill Gate uses the Deutsches Bank and Barron's to defraud people and try to wreck his competitors ( he can't ). For example, http://www.reuters.com/financeNewsArticle.jhtml?type=hotStocksNews&storyID=4262964 Oh, but see how Barron's and MS are in bed together... http://w...more >>

Searching MSDN from C#
Posted by Brian at 2/2/2004 5:31:08 PM
Really quick newbie question.... I'm trying to search an installed version of the MSDN library (ie - not the website.) for different keywords using C#. Thank you for your help ...more >>

Crystal report
Posted by Varun at 2/2/2004 4:56:08 PM
Hello, Sorry if i posted this in wrong group!! I wanted to know how i could pass parameters into a crystal report. For example, i wanted to pass 2 dates as parameters. This will give date range feom which the report should be based on. I have created the report as i need it but i do not kn...more >>

how to get the end date of a month
Posted by Bob at 2/2/2004 4:29:33 PM
I passed in a DateTime object, and want to get its end date of the month. Is there a easy way to do it? Thanks. ...more >>



Focus Problems with MDI child forms
Posted by Trev Hunter at 2/2/2004 4:12:33 PM
Hi Folks, Sorry if you have seen this post before - I've posted it before, but it seems to have gotten lost in Outlook limbo - it's visible on the web interface, but not in any news reader I've tried :S A while ago, I came accross this post by Armin describing how to reporduce a focus bug w...more >>

Search Engines and default.aspx files
Posted by Yabbedoo.com at 2/2/2004 3:39:20 PM
Hello I'm creating all my web project swith dotNet, so i have default.Aspx as the first page. No several times, i want to add my website to an searchengines, but they test if the Url is working. Everytime i receive a message "Url is not working" I only have this with aspx files, never wit...more >>

Finding number of Com ports on a machine
Posted by rollasoc at 2/2/2004 3:34:23 PM
Hi, I've worked out how to find the 2 COM Ports on my motherboard ok, using System.Management namespace and looking for Win32_SerialPort. Problem now, is I have 3 COM Ports on USB connections, but can't seem to find a way to query for them. Any suggestions? rollasoc ...more >>

ASP.NET
Posted by Peter at 2/2/2004 3:15:53 PM
Hello, I have just spent the last 30 minutes Searching Microsoft. The reason is that I have a trial version of Visual Studio .NET and I am trying to write an ASP.NET application. However whenever I try an create it I am getting the following error message "Visual Studio .NET cannot crea...more >>

How would I find out to which control a given control is docked against...
Posted by Yasutaka Ito at 2/2/2004 3:01:42 PM
Hi, Is there a way to find to which control the current control is docked against? For example, let's say I have panel1 and panel2 docked to left within a form. The panel1 is the first one on the left and the panel2 is the second one docked against panel1. I want to be able to find out to w...more >>

Calculate Average Date
Posted by Steve at 2/2/2004 2:40:02 PM
Hi all How would I find out the average date when given a bunch of dates? For example, I want to find the average length in time from the following dates: ---------------------------------------------------- Start Date End Date 01/01/2004 12:50pm 02/01/2004 18:40p...more >>

Accessing COM Component arguments defined by "ref", after it raise COM+ error
Posted by Dmitry at 2/2/2004 1:58:57 PM
Hi, I have defined interface for COM components which inludes an argument being filled with additional error info, if such occurs. If inside I raise COM Error, I populate that parameter. In COM environment this architecture works beautifully -- caller application gets negative HRESULT and er...more >>

Exception: "Value cannot be null. Parameter name:s"
Posted by Chris Herring at 2/2/2004 11:45:16 AM
Hi there: Well, let me start off by saying that I am a Visual Studio drag and drop weenie, not a real programmer. So I tend to get confused when things do not look like the instructions said they were going to look :) . Here is my current dilemma: I am having a strange problem with my ASP.NET ...more >>

VB.NET application run on web
Posted by stage NO[at]SPAM progitech.com at 2/2/2004 9:32:09 AM
Hi i need to run my VB.NET application on my browser. If you know hoy ia can this, please send me e-mail with explcations. If you can, I need clear explanation because I am newbie in VB.NET Thanks a lot...more >>

No touch deployment/security
Posted by Lexter at 2/2/2004 9:31:07 AM
I am developing a windows aplication that needs to be easily deployable over the internet. I read some information on no touch deployment, and I tried to use it to deploy my application. I was able to run the application, but I ran into an issue where the very first time I tried to run it, I had t...more >>

The Fugs
Posted by John Bailo at 2/2/2004 6:12:09 AM
The Fugs http://www.thefugs.com/home.html -- *W '04* <:> Open Source <:> Open Competition...more >>

webfolders
Posted by steve at 2/2/2004 5:06:07 AM
I'm trying to read and write files in a web folder. I've succeeded in downloading a file from a web folder using the following code. However, I'm unsure as how to copy a file up to the server Also, is there a way to determine the file attributes without downloading the file etc private bool CopyF...more >>

collaborative .NET blogging
Posted by jasonb NO[at]SPAM teamyehey.com at 2/2/2004 12:25:07 AM
Java has its collaborative blog in www.javablog.com. I would like to invite .NET programmers and enthusisasts to create your own tech blog at http://www.funchain.com. Built entirely on .NET, it is ideal to start a similar community online. Feel free to register and create your own techie blog....more >>


DevelopmentNow Blog