all groups > dotnet general > september 2003 > threads for friday september 26
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
My aspnet_sessionid always changes! please help!
Posted by davidw at 9/26/2003 11:47:02 PM
I am using Visual studio Enterprise Architecture now, I am not sure if that
affects anything, but I found recently that the sessionid changes on every
click recently, does anyone know which setting could cause that?
Thanks!
... more >>
LCD or CRT
Posted by Clare s Wheeler at 9/26/2003 10:47:08 PM
Hi
I have a Windows Applications written in C#. End users of the application
may have either CRT or LCD monitors.
I would like to display some very light shades of colour. However the
colours look different on a LCD & a CRT monitor. Light colours look darker
on a CRT monitor & very light... more >>
VS.Net Set Up error ...
Posted by Pawan at 9/26/2003 7:27:04 PM
Hi,
I am installing VS.Net Enterprise Architect, and during installation I
receive this error in the error log file .... in the 4th cd ....
[09/24/03,20:21:54] Visual Studio .NET Enterprise Architect - English: [2]
ERROR: Error 1911.Could not register type library for file C:\Program
Files... more >>
beginner problem with a windows service
Posted by Fabio Papa at 9/26/2003 4:24:51 PM
I am trying to write a windows service that sends emails to clients at
specific times based on information in a sql db. Since this is done for
multiple cities, I start a thread for each city and continue the processing
from each thread. My service starts fine (gives me no errors, etc), but it
... more >>
Mouse driver for universal and intelligent scrolling behaviour with wheel
Posted by gicio NO[at]SPAM web.de at 9/26/2003 4:19:45 PM
Hi!
I develop an application and I need a mouse driver for universal
and intelligent scrolling behaviour with wheel.
Something like the Microsoft IntelliMouse has.
Is something like that anywhere availabel?
regards,
gicio
... more >>
Stupid Newbie Question?
Posted by Mike Marshall at 9/26/2003 3:23:10 PM
Hi all
I've got an Unmanaged C++ DLL that basically acts as a wrapper for some
classes, that then wrap up some C libraries (namely CLucene and SQLite)
I've now trying to make use of those classes within my C++ .NET Webservice
I've got some code like this
SearchResults RepositoryNETClass... more >>
Using DSOFile in ASP.Net???
Posted by Curtis Tammany at 9/26/2003 2:37:03 PM
Hello-
Can someone tell me if DSOFile.dll can be accessed within ASP.NET?=20
DSOFile.dll is registered and I have no problem using it in my .ASP =
scripts. I have tried the following:
Dim oFilePropReader As DSOleFile.PropertyReader
Dim oFileProperties As =
oFilePropReader.GetDocumentProp... more >>
Remove VS2002 after VS2003 Upgrade
Posted by thdevdex at 9/26/2003 2:25:59 PM
I recently upgraded to Visual Studio.Net 2003. I'm a bit hesitant to
remove VS2002.Net in fear of the removal messing up 2003. However, I
need the disk space but don't want the hassle of restoring, etc. Has
anyone had any experience removing 2002 following a 2003 upgrade? It is
Enterprise De... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET framework
Posted by Federico at 9/26/2003 12:56:12 PM
Dear all,
I've an old version of Visual Studio.NET (2002)standard
and I have read the guide for developers by Halvorson.
In the section on "how to distribute a Visual Basic . NET
Application", I have read that it is not possible to use
applications written by myself on other computers that... more >>
Workflow for .NET
Posted by Steve W. at 9/26/2003 12:46:34 PM
Does anybody know of any freeware or commercial .NET
Workflow engines (preferrably C#)?
Any suggestions where to look?
Thanks.
Steve
PS. I need cross platform database capability so the one
in SQL Server isn't an option.... more >>
JIT system exception error
Posted by JVince at 9/26/2003 12:46:11 PM
Hi y'all
upon compiling the code the application seems to be
running okay from the c:\app\bin folder. When I try to
distribute the application to a new folder (ie c:\prog)
I get the JIT compiler system.typeinitializationexception
error.
code for my startup file is a class as follows:
... more >>
Maximize a process window
Posted by Sanjay Seshasainam at 9/26/2003 12:15:50 PM
How can I maximize a process window
I am using the Process class in System.Diagnostics. I can
identify the specific process I want using the window
title after that I want to maximize the window. I can get
the handle for the window using MainWindowHandle how do I
maximize the window ?
... more >>
How do I know when the user makes changes on a web form?
Posted by Vinay at 9/26/2003 11:31:11 AM
Hi All:
I have a web form that is displaying some data. What I want to do is:
- Set a flag when the user modifies any data on the form
- Ask the user if the changes are to be discarded when the user hits the =
exit button
- If user says Yes/OK I continue and quit the screen=20
- If user sa... more >>
.Net newbie writing C#-application
Posted by frank NO[at]SPAM langva.com at 9/26/2003 11:22:52 AM
I am an farily experienced developer, but still a newbie on C# and
..Net. I'm planning to write a database-driven web application in C#
for training purposes. I am wondering if any of you experienced people
out there can point me in the direction of any good places to find
templates or good prac... more >>
Sending a mail
Posted by Nilay Shah at 9/26/2003 11:21:02 AM
Hello,
How do I send a mail using asp.net?
Please let me know
Thanks,
Nilay.
... more >>
Bug Tracker Software
Posted by Joe Quan at 9/26/2003 10:33:27 AM
Hello,
I am looking for a good bug tracker software any help
would be great full. It would be great if it webbase and
even better if it is free. please help.
... more >>
asp.net - datagrid and date?
Posted by Morten at 9/26/2003 9:29:17 AM
Hi.
I have a problem getting date coorect in my datagrid.
Date in the database is integer like this 20010614
I create a View and I have tried cast but I can not get passed dd.mm.yyyy
hh:mm:ss
I want the date in the grid to come out as dd.mm.yyyy
Any ideas?
Thanks
Morten
... more >>
IDE not breaking at breakpoint
Posted by ktbach76 NO[at]SPAM yahoo.com at 9/26/2003 8:27:13 AM
When I run (F5) my web app and put a breakpoint on page load it won't
stop at the breakpoint! The code that's in the routine executes, but
..NET won't stop at the breakpoint!
It's driving me nuts. any help would be greatly appreciated. I am sure
it's an option/setting but I can't figure it out... more >>
DAO
Posted by Axel Lanser at 9/26/2003 6:49:19 AM
Hi,
can I connect to the SQL-Server directly (without an ODBC
Datasource)?
Can I do it with the DAO-classes of the C++ environment?
How can I define the the database conection in the
Open method of the CDAODatabase ?
Do you give a short sample of a conect string ?
Best regards
... more >>
Dynamic page WITHOUT leaving white space
Posted by CC at 9/26/2003 6:36:39 AM
Hi,
We have an asp.net app we are building for invoice
inquiry. The problem we are having is that we can have
anywhere from 1-100 (or more) line items and then we have
a dozen or so data elements displayed below the line
items. We don't want to have to leave white space (as it
could b... more >>
ADO.NET vs ADO2.5
Posted by Brian Shearer at 9/26/2003 4:48:14 AM
Hi, can anyone assist...
We have developed an application in .NET using ADO2.7 and
have discovered that the production platform only has
ADO2.5. We are connecting to SQL2000. Can anyone advise
if ADO2.5 and 2.7 can reside on the one machine?.. how
can we restrict access to ADO2.7 so t... more >>
GAC an Installing a Shared Assembly
Posted by ncsuwolf at 9/26/2003 4:47:14 AM
I have read everything I can find, I think, and I am still
having problems getting assemblies I installed to the GAC
to show up when I try to reference them in an
application. I first assigned a Strong Name, to the
Assembly and then installed it to the GAC. Everything was
successful, exc... more >>
Detecting Disconnected Socket
Posted by James Yang at 9/26/2003 1:33:20 AM
Hi,
I am using Sockets to connect to a remote computer and send data using
Socket.Send() and receive using Socket.Receive() (block mode) . for
somereason tho, when the client disconnects the Socket.Receive() just passes
without any exception. Is there any way to detect disconnection using
Soc... more >>
|