all groups > dotnet general > april 2006 > threads for monday april 17
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
Application center test
Posted by Vikram at 4/17/2006 10:14:24 PM
I mant to stress test my asp.net app, using ACT.
Any step by step tutorial which guide me for it.
Also during recording, my application hangs until i stop recording. Any idea
why this happens ?
... more >>
Accessing a COM method
Posted by simon.duvall NO[at]SPAM gmail.com at 4/17/2006 8:01:51 PM
Hey all,
Was referencing various COMs, and tried using the Windows Genuine
Advantage 1.0 Type Library.
There's a cool method called GetMachineDetails() that I wanted to try,
but for some reason I'm getting an ACCESS DENIED HRESULT error when I
do.
Here's my code:
using System;
using ... more >>
"s:" in xpath causes error
Posted by Emily at 4/17/2006 7:57:42 PM
Hi all,
I have the following simplified version of xml file:
<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'>
<s:Schema id='RowsetSchema'>
<s:ElementType name='row'>
<s:AttributeType name='Fund1'>
<s:AttributeType name='Fund2'>
<s:AttributeType name='Fund3'>
</s:ElementT... more >>
Help with threading...
Posted by hzgt9b NO[at]SPAM nopost.com at 4/17/2006 7:57:01 PM
Using VS 2003, .NET:
I developed a windows application that performs several actions based on an
input file. The application displays a progress bar as each action executes.
Based on new requirements, this application needs to be able to shell off
other processes and wait while in the mean ti... more >>
How can i use Javascript in ASP.NET page?
Posted by Armin at 4/17/2006 3:53:58 PM
I like to use javascript for my form validation is there any way to use java
script in asp.net pages?
Thanks
... more >>
accessing asp.net site through proxy server
Posted by mark kurten at 4/17/2006 2:02:02 PM
i have a asp.net site that is causing problems for users accessing it using a
proxy server. does anyone know of any limitations the proxy might have? or
anything else that would effect the proxy accessing the site? non proxy
users have no problem.
thanks.... more >>
.NET framework 2.0 and Networking?
Posted by Rob R. Ainscough at 4/17/2006 1:57:58 PM
Does .NET framework 2.0 provide any TCP/IP support -- specifically looking
to write a Service that will monitor TCP/IP packets across various ports. I
was wondering if this can be accomplished via .NET framework 2.0 or if I
will have select a different dev platform.
Thanks, Rob.
... more >>
Gridview + ObjectDatasource + UpdateMethod = Input string was not in a correct format
Posted by M C at 4/17/2006 1:49:03 PM
Hi,
This is a problem that has been haunting me for days and I've come to a
complete dead-end. I'm using a objectdatasource to select and update a
gridview control. Populating with select works fine but updating gives
the "input string... " error. Any suggestions or links to a working
sample.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CreateMHTMLBody supported in .Net 1.1?
Posted by rschaeferhig at 4/17/2006 11:44:02 AM
I'm writing a .Net 1.1 app that needs to send emails with the body being
formed by a locally served web page. Easy to do in legacy ASP. I found that
apparently CreateMHTMLBody is not supported via normal System.Web.Mail
constructs. It doesn't show up as a method on a message created this way. ... more >>
Button up/down event to server
Posted by eric.carmody NO[at]SPAM gmail.com at 4/17/2006 8:57:33 AM
Hi all,
Trying to do the ol' button up/down changing view using a image - not a
input.
I have a couple variations that work nicely, but I have issues trapping
it from the server side.
I use the onmouse events to change the image; works good because no
roundtrip to the server when changing ... more >>
"DateTime?" Correct Syntax or Compiler Bug
Posted by va at 4/17/2006 8:11:02 AM
Why does this property "DateTime?" compile?
public DateTime? test
{
get
{
return DateTime.Now;
}
}
I figured it was special syntax but I couldn't find documentation
TIA,
... more >>
Question Regarding VS2005.NET Configuration Settings
Posted by Terrance at 4/17/2006 5:10:01 AM
I was wondering if someone can help me with my question regarding the
configuration system functionality in the .NET Framework 2.0 for VB. My
question is, if I have a application configuration file; can the values in
the file be changed? I read that the Application settings are read-only; is
... more >>
Unhandled exception in foreach (object obj in list)
Posted by Emily at 4/17/2006 4:49:30 AM
Hi,
I have the following code and an unhandled exception.
Code:
UnitInventory inventory;
foreach (object obj in list) //debugger points to list where
exception occurs
{
inventory = (UnitInventory)obj;
Console.WriteLine(inventory);
}
Error message:
"An unhan... more >>
|