all groups > dotnet general > august 2004 > threads for monday august 30
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 31
.NET Service Error 1053
Posted by 3dr at 8/30/2004 11:11:01 PM
I am developing a service which I install and run on a number of servers. It
works on most machines I have installed it on, but I always get a 1053,
service will not start in a timely fashion message on one server.
I have reduced the code to almost nothing so as to remove almost all the
pro... more >>
response.redirect and window.open
Posted by bubbles at 8/30/2004 10:53:01 PM
hi,
I've got an aspx page with a button. Upon clicking this button, it will pop
up a new window to go a new page. At the same time, the parent window will
redirect itself to another page.
How can this be done?
Thanks !!... more >>
Distributing application to customers?
Posted by Job Lot at 8/30/2004 6:35:03 PM
I have created an application which creates a financial plan for our
customers. Now my financial planner wants to distribute a copy of application
to our customer with their respective plans and limited functionality. How
can I can I do this? I am using SQL Server at the back end with several ... more >>
.NET, XP and Longhorn
Posted by Larry__Weiss at 8/30/2004 6:12:42 PM
What is the relationship of .NET to XP compared to .NET's relationship to Longhorn?
Is that even a proper way to phrase the question?... more >>
Break point
Posted by Doug Bell at 8/30/2004 5:14:11 PM
Hi I am trying to debug a bit of code (while learning .net) and I put in
some break points.
I was surprised to find that the code didn't halt.
On further inspection I noticed that the Break Line inserted a "?" in the
dot in the margin after the code ran.
The "Tool-Tip" says
"The break point ... more >>
How to serialize a stream
Posted by Brad at 8/30/2004 5:12:09 PM
I have tried both the binary and the XML serialization; both give the
same results.
I have an object with a MemoryStream member. When I serialize and
deserialize the object, the MemoryStream member is created, but it's
actual stream blank. All primitive typed members of my object
deseri... more >>
Continue execution after exception?
Posted by Antipode at 8/30/2004 4:13:07 PM
Hi,
I'm writing a simple application that deletes multiple directories. I want
to write it so that it will simply continue on through the list of
directories if an exception is thrown (the directory is not there). Is there
a way to do this? Am I approaching this all wrong?... more >>
send parameter to XSL
Posted by Eli at 8/30/2004 10:33:05 AM
Hello.
I have an ASPX file. I want to transform my XML stored in file by XSL (from
file too). I successfully use the code below:
<asp:xml runat="server" id="myXMLTag" DocumentSource="myXML.xml"
TransformSource="myXSL.xslt" />
or
<asp:xml runat="server" id="myXMLTag" />
<scri... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Screen resolution
Posted by Frank at 8/30/2004 8:54:45 AM
Hello,
What is an acceptable screen resolution for windows forms. I am designing an
application and I don't want the windows forms to be too big or too small.
Thank you in advance.
... more >>
VS.NET Hangs on F5(Debug)
Posted by Philip at 8/30/2004 7:31:05 AM
My debugging capabilities within Visual Studio 2003 have stopped working.
None of my applications created over the past year will run in debug (F5)
mode. I created a simple "Hello World" application and it will not run in
debug mode either.
My applications run successfully using Skip De... more >>
loop with field names
Posted by Filip De Backer at 8/30/2004 3:59:04 AM
Hi everybody,
I want something like I used in MS Access:
for i = 1 to 20
me("FieldName" & i).Text = "Text bla bla bla"
next i
I want something like that because I have a series of fields like
FieldName1; FieldName2, FieldName3, ... which I want to fill in
programmaticaly.
thanks... more >>
aspnet worker process to start .bat file
Posted by Matt Calhoon at 8/30/2004 2:15:02 AM
Hi there,
I have specified a aspnet user account to run all .net sites. This account
needs access to start a .BAT File (in my global.asax on session start the app
needs to execute this bat file). I have given the aspnet user Read and
execute but the .bat will still not start.
What specif... more >>
Validation questions...
Posted by Ray Cassick (Home) at 8/30/2004 12:19:41 AM
Ok, I have been looking all over fro answers to these two questions and
can't seem to locate anything... I am still looking but figured that I would
drop a query here also....
1) The ErrorProvider control does not seem to offer any way that I can
check the control once to see if it has ANY ... more >>
ListView Problem
Posted by VIJAY KUMAR at 8/30/2004 12:03:23 AM
Hi pals,
I am using Listview control. I encouter 2 problems in my codeing
-----------------------------
1. How to add image to Column Header ? Ex: |Description Image|
... more >>
Visual Express <-> VS2005?
Posted by Kai Rohrbacher at 8/30/2004 12:00:00 AM
Hi all,
does someone know a good resource which describes the differences between
MS' new "Express" editions vs. the full-fledged VisualStudio2005?
-I didn't find a good in-deep comparison on the web till now, so I hope
for your analysis.
tnx,
Kai... more >>
|