all groups > dotnet general > september 2003 > threads for friday september 12
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
about w3wp.exe
Posted by Louis at 9/12/2003 10:57:58 PM
Hi All,
I'm using w2k3 and IIS6, is it true that when I start
the .net web application, there will be a process
w3wp.exe? As my application is using asp.net, but when I
start the web site, there is no w3wp.exe in task
manager. And a process that related to this web
application alw... more >>
What is the minimal privilege needed to be able to create an event source in the EventLog?
Posted by José Joye at 9/12/2003 10:21:20 PM
I know, this kind of question has already been asked. However, I could not
find an answer related to the minimal privilege required to be able to
create a new event Source in the appplication event log.
I have a service app that needs to access shares (therefore, I cannot not
start it using th... more >>
OT: Java Developer's Journal Circulation Ranks #1 in IT World
Posted by kalim1999 NO[at]SPAM yahoo.com at 9/12/2003 7:40:45 PM
OT, but interesting.
http://www.marketwire.com/mw/release_html_b1?release_id=57475
blog:"Bauer controversy vaults JDJ into the top spot"
http://www.freeroller.net/page/kalimantan/20030912#bauer_controversy_vaults_jdj_into
-----------------------------------------------
JDJ's Average Mon... more >>
Deployment in other languages
Posted by Grober at 9/12/2003 6:59:17 PM
Hi,
How do I change the text of messages in a VS .NET deployment project to
another language than those available in the Localization property? I'm not
confined to those languages only, am I?
Regards
/Grober
... more >>
Purchasing .NET 2003 Enterprise Developer
Posted by Dinesh Priyankara at 9/12/2003 5:56:58 PM
Hi all,
Hope you all can answer this question easily.
I am going to purchase the .NET 2003 Enterprise Developer edition. As per MS
shop, this is about US$ 1,799.00.
What I want to know is whether the price is for one user(developer) or not?
In other way, if 10 developers are going to use th... more >>
printing
Posted by bill at 9/12/2003 5:41:15 PM
I have a vb.net app
it is a windows form
It loads up an image with the image control
I want to be able to print the image.
I want to be able to put a command button to print the
image
can anyone give me some sample code on how to do this. I
am so lost
thanks in advance... more >>
Best way to move new web app to web server
Posted by Craig Burkett at 9/12/2003 5:17:13 PM
What is the best way to move a new web application from a dev box to a web
server?
Thanks,
Craig
... more >>
Event Reflection
Posted by BK at 9/12/2003 4:47:15 PM
Hi,
I have a class which has a lot of events (>100). For some reasons, I have to
go through all invocation lists to do something. What I'm wondering is that,
is there any way to use reflection to get their InvocationList without going
through each event?
// tedious
foreach (Delegate handle... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Environment Variables in .NET
Posted by NetPointer at 9/12/2003 4:38:31 PM
How to set the environment variable?
I guess System.Environment gives readonly access to it.
Regards,
NetPointer.
... more >>
Printing barcodes
Posted by David Chapman at 9/12/2003 4:08:13 PM
I need to print barcodes with normal characters on labels
from my which has a VB.net front end. The database is a
library system, the barcode represents the bookid - the
isbn is not used. The book name needs to be printed under
the barcode. The printing can be done on sheet labels.
Can any... more >>
Visual Basic and database query timing problems
Posted by Norm at 9/12/2003 2:58:26 PM
I have run into problems from time to time (and this is
one of those times) using visual basic to access an
external database and perform a basic select from
statement. When the table is extremely large and
performance low, the application freezes. It seems that
it is timing out. Recentl... more >>
How to FTP?
Posted by Tushar Karsan at 9/12/2003 2:03:13 PM
(Replies followed to: microsoft.public.dotnet.framework only)
What is the best method of transferring files
between FTP servers using .Net Framework
using C#?
Is there a .Framework API that that enables a C# app to
behave like an FTP client?
Please help.
... more >>
Windows Service Installation Registry Setting
Posted by decrypted at 9/12/2003 1:52:24 PM
I want my users to be able to specify where thier configuration files are
located for a windows service. Since having startup params don't seem to be
a real option here I want to use the registery...however...I can't seem to
get that working either. My installation file has the following bit of
... more >>
Is there a 'dummies' guide to VB.net anywhere ?
Posted by CG-P at 9/12/2003 1:43:17 PM
I'm an absolute beginer - any ideas ?
Please note my email address will need do-not-spam-me-
removing.
Chris... more >>
Debugging Web Services: Quick Question
Posted by alvist NO[at]SPAM morganservices.com at 9/12/2003 1:31:45 PM
Unfortunately due to a mishap with Visual Sourcesafe, I'm having to
recreate a solution file from scratch for a software package I
"inherited" when starting at this position.
I am wanting to be able to develop both the program that calls the web
service, and the web service itself in the same ... more >>
machine.config
Posted by Angela at 9/12/2003 12:58:30 PM
How can I access the machine.config file from a C# class?
I need to verify a couple of the attributes in the
machine.config file when my app runs, but I don't know
where to begin.... more >>
Crystal Report Unbound Fields
Posted by rickthiel NO[at]SPAM alliantenergy.com at 9/12/2003 12:48:31 PM
Hello,
I am trying to build a Crystal report VisualStudio.NET for an ASP.NET
application. I would like to build a report that doesn't connect to
any particular database at design time because I am planning to pass a
dataset to the report at runtime. From what I have read, it sounds
like unb... more >>
how to inforce sorting on datagrid before populating
Posted by Adel at 9/12/2003 11:58:43 AM
Hello guys
Does any one know about how to inforce sorting on a
specific coloumn in a datagrid before populating it ?
Thanks in advance... more >>
Datagrid scroll disabled (unitentionally)
Posted by Bill Sonia at 9/12/2003 11:27:06 AM
It seems whenever I set a DataGrid.DataSource = DataTable
(vb.net) to populate a datagrid, the scroll bars on the
datagrid default to disabled. And the only way I can get
them to enable is to manually resize a column width with
the mouse (not very elegant).
Anyone have any ideas how I ... more >>
Headaches with UNC and FileSystemWatcher
Posted by brian at 9/12/2003 11:23:20 AM
Hello all.
I've created a FileSystemWatcher (ASP.Net w/VB.Net code
behind pages) that is to reside on Server A and monitor
the activity of folder on Server B.
The application works fine with watcher.path set to C:\.
However, when I specify any other drive for the
watcher.path, I receive... more >>
Standard for financial applications specifying maximum number of decimal places?
Posted by John Bentley at 9/12/2003 10:47:33 AM
John Bentley writes at this level:
If we think about our savings accounts then division never comes in (as far as
I can see). We deposit and withdraw exact amounts most of the time. Occasionaly
we get an interest payment. Unless the bank is cruel to its developers the
interest figure will be ab... more >>
Question about Windows service to access Database
Posted by Eric Caron at 9/12/2003 10:44:15 AM
Hi
I try to create a windows service to read content of my database at
each 60 minutes. I create my service, i put a timer and set it's
interval to 600000. This work good. My problem is that when I access
my database. It seem that I can't open my database. Hre's my code :
Dim myConnection A... more >>
Excel datatypes
Posted by Jan Agermose at 9/12/2003 10:39:49 AM
Im writing information into an existing excel document using a connection
string like:
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Filename +
";Extended Properties=\"Excel 8.0;HDR=yes;\"";
and one of to methods for inserting data. First I simply tried building
insert stateme... more >>
DNS Server
Posted by Leigh at 9/12/2003 10:31:16 AM
Hi,
Is it possible to interface with the DNS Server to create and delete
records? I trying to create a utility that will create (A) Host records
automatically. Any information, help or examples would be greatly received.
Regards, Leigh
... more >>
MSI install in silent mode
Posted by tpthai NO[at]SPAM pepco.com at 9/12/2003 10:25:49 AM
Hi, I've created an application that uses crystal report in VB dotnet
environment. I've created an MSI package to be installed on the
client pc to make the crystal report to work. However, the MSI
requires User Intervention. Does anyone know how to create MSI in a
silent mode in visual studio... more >>
microsoft help! - go to definition is broken in 2003
Posted by Les Caudle at 9/12/2003 10:20:27 AM
I'm running VS.NET 2003 on Win2000 SP3.
I can highlight a method name - and right click 'go to definition' (where the
definition is in the same file) and it says Microsoft Development Environment -
cannot navigate to 'myMethodName'.
With VS.NET 2002 and C# - this used to work.
I un-insta... more >>
Web services work? Sweden deploys Java web services to expose real-time referendum results
Posted by kalim1999 NO[at]SPAM yahoo.com at 9/12/2003 9:28:41 AM
Just when I say web services may be hyped, here comes a news report
that says Swedish Referendum Results will be delivered in real time
over the internet using Java web services.
In one sense, exposing the real-time results as a web service is sorta
cool, since other apps can tie in to it and... more >>
Simple Access DB connection Not working
Posted by Joe at 9/12/2003 8:56:19 AM
I am trying to create a simple connection to a Access DB
and receive the following OleDbException error
System.Data.OleDb.OleDbException: Unspecified error at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr) at
System.Data.OleDb.OleDbConnection.InitializeProvider() at
System.... more >>
Re: project
Posted by Magnus Persson at 9/12/2003 8:49:16 AM
I'm sorry if my reply did upset you, that was not my point.
There are way too many news group posts with future time/date just to keep
them at the top of the list in the client news reader. Lots of people
(including me) are tired of those kind of postings. It is considered bad
news group etiqu... more >>
String to stream
Posted by Al at 9/12/2003 7:43:58 AM
Hi!
How can I write string object to stream?... more >>
Redistributable package of Crystal Reports for VS 2003?
Posted by Richard L Rosenheim at 9/12/2003 7:23:11 AM
I need to install the runtime portion of the version of Crystal Reports that
came with Visual Studio 2003. I would prefer not to have to bother to
create setup programs, etc. Is there a redistributable package available?
I did find a redistributable package for Crystal Reports, version 9.
Ap... more >>
Response Object in C#
Posted by C at 9/12/2003 7:19:30 AM
Hi,
I have a C# Assembly.
In one of my classes I use the Response Object.
This is not recognised however.
What Import (using) do I need to have in order to use the
Response Object.
Thanks,
C.
... more >>
Determining version of MDAC
Posted by Richard L Rosenheim at 9/12/2003 6:26:18 AM
How can I determine which version of MDAC is installed on the machine. I
have a program which works on one machine, but not another and I would like
to confirm whether or not the two machines have the same version of MDAC
installed.
TIA,
Richard Rosenheim
... more >>
Accessing multiple NTFS filestreams using the framework
Posted by j_lanng NO[at]SPAM hotmail.com at 9/12/2003 1:30:32 AM
Is it possible to achieve this without PInvoking?... more >>
|