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 2006 > threads for monday june 19

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

vb program can't use network paths when running as a service?
Posted by Mike at 6/19/2006 7:47:55 PM
Can a vb program running as a serice not use network paths to do file/io? I can't seem to get my program to work with network paths and files. When I use local disk it works fine. When I run it as a none service program it works fine. I'm assuming that vb programs running as a service do not ...more >>


File query not working when vb runs as a service
Posted by Mike at 6/19/2006 7:25:21 PM
Hi all, I have a vb.net program running as a service that uses a network path to query a file. If System.IO.File.Exists(fpath & "\" & filename) Can anyone tell me why the above isn't working? When I place it in a none service program it works fine. Any help appreciated. Thanks in...more >>

debug and release configurations
Posted by Martin Hart at 6/19/2006 7:24:53 PM
Hi: I have a project that references some in-house assemblies, and in the 'debug' configuration I use the debug versions of these assemblies, but when I switch to the 'release' configuration, I want the solution to use the 'release' versions of the referenced assemblies. How should I go ...more >>

remote debugging on WIN2003
Posted by JLuis Estrada at 6/19/2006 5:24:02 PM
Hi there. Id tried to find information about how to set up the remote debugging on win2003. I have a PC with winxpsp2 with VS2003 installed. And I developed an winservice app that runs on the server. This servers is fara way from here. Buts its visible over internet. How can I debug ...more >>

Can I change SQL Report Services select string at run time?
Posted by Bruce HS at 6/19/2006 5:01:01 PM
Report designer gives you lots of nice ways to build queries, add parameters, filters, etc. However, I need more control of the query at run time. Can my VS 2005 VB WinForms application call an .rdl report stored on the server, and supply the SQL query string at runtime?...more >>

Async TCPClients
Posted by Shak at 6/19/2006 3:37:05 PM
Hi all, Three questions really: 1) The async call to the networkstream's endread() (or even endxxx() in general) blocks. Async calls are made on the threadpool - aren't we advised not to cause these to block? 2) You can connect together a binaryreader to a networkstream: BinaryRead...more >>

Download CSV file, browser appends brackets
Posted by ben.s.carlson NO[at]SPAM gmail.com at 6/19/2006 3:30:16 PM
Hi, I'm sending a file to the browser using asp.net, and I want it to open up in excel. The dialog box pops up, but when I press the open button, the file opens up with a [1] appended to it. That is, if my file is called File.csv, the browser opens it up as File[1].csv. I would chalk this ...more >>

Namespace elements cannot be explicitly declared as private, protected, or protected internal
Posted by newbie120 NO[at]SPAM gmail.com at 6/19/2006 2:46:31 PM
Hi all maybe its just been a long day, but i have a question about call access modifiers in C#. Consider the following code. namespace Application { private class Class1 { int i; } } When I try to compile this i get the following error: "Namespace elements cannot...more >>



Help with factory design
Posted by Chris at 6/19/2006 1:54:01 PM
Hi, I have been stuck trying to come up with a design for days. I am working on a small project regarding barcode and I want to implement a factory design. I am now confused. I decided factory pattern since I am dealing with EAN13, UPCA12 UPC8 etc. Can someone provide a small sample on how...more >>

Deploying a 2.0 upgrade for 1.1 users
Posted by Jerry Derringer at 6/19/2006 1:46:01 PM
Our company just upgraded to VS 2005 (and by the way, I love it!) I was able to migrate the code for our product from VS2003 to VS2005 with only a few snags, and it's working great now. However we are trying to come up with a non-intrusive way to allow our fairly large number of clients to b...more >>

Development environment differing from the running web site
Posted by Erik ETS at 6/19/2006 12:19:02 PM
I need some symmetry between my development environment and my running web site. The root of my web site is http://www.mysite.com/ while the root of the project in my local development environment is http://localhost/myproject/, differing from the local server root http://localhost/. This mean...more >>

Free or Paid Blog engine (.NET)
Posted by maflatoun NO[at]SPAM gmail.com at 6/19/2006 11:43:09 AM
Hi everyone, I'm looking at replacing the current Blog engine on our website with another one that would require users to login first before posting a comment since we're getting too much spam. We're currently using DasBlog which works great except anyone can post comments. Is there a better ...more >>

Generating same publickeytoken - even with different snk
Posted by kplkumar at 6/19/2006 11:02:59 AM
This problem is really weird, I generated a stong name key called myKey1.snk and signed my dll and installed it to GAC. The public key token was something like e36633e879d21f40 on my machine but different on my collegue's machine, although he is using the same myKey1.snk Then I tried creati...more >>

Creating a custom account in 1.1
Posted by lf at 6/19/2006 10:36:02 AM
I am trying to run .net under a custom account and have been successful doing this in our staging environment, but am unable to get it to work in production. Here is what is happening: I created a domain account and have used aspnet_setreg to encrypt the account and password information. I ...more >>

Execute Arbitrary Math Formulas
Posted by rob at 6/19/2006 8:38:45 AM
I have the following scenario. A user requests some math calculations from a server. The data and a library of basic formulas reside on the server. Now the user should be able to create more complex formulas based on the basic built in formulas as well as other complex formulas that the user cre...more >>

Unit testing
Posted by Dick at 6/19/2006 8:04:01 AM
Please can you show me how to unit test the following class... Friend Delegate Sub Delegate1() Friend Class Class1 Private m_Delegate1 As Delegate1 Friend WriteOnly Property Delegate1() As Delegate1 Set(ByVal value As Delegate1) Me.m_Delegate1 = value ...more >>

Issues with Globalization/Culture in .Net 2.0
Posted by Sajit at 6/19/2006 4:40:13 AM
Hi, Could anyone provide any suggestions on how to implement localization features for a multilingual website. Before you jump the guns, let me define the site structure a little more. We have a global site and around 40 country sites. Each of these country sites have localised information both in ...more >>


DevelopmentNow Blog