all groups > dotnet general > march 2006 > threads for monday march 13
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
Threading
Posted by Giovanni at 3/13/2006 8:13:27 PM
Hi All,
I need help with the following: Using VB.NET 2005, I am building a
custom class in a separate assembly. The purpose of this class is to poll
the internet to determine connectivity. I have that part functioning
properly using HTTPRequest and HTTPResponse.
The problem ... more >>
Advanced Delegates talks in April: Palo Alto and Sacramento
Posted by Jon Shemitz at 3/13/2006 8:06:46 PM
Advanced Delegates
Delegates may be the least-understood part of the CLR. Delegates look
a bit like method pointers, but the differences go well beyond
delegates' multi-cast abilities. I will start with a quick survey of
delegate basics, including invocation list editing and event syntax
(whi... more >>
is .NET using COM/COM+ technologies?
Posted by Steve at 3/13/2006 7:29:29 PM
I want to know what technologies make distributed computing possible in
..NET? Is .NET framework CLR using COM and COM+ technologies?
Please advise. thanks!!
... more >>
ANTS profiler
Posted by John Bailo at 3/13/2006 4:05:03 PM
This looks like a good profiler as well...has a 14-day trial.
Anyone using it?
http://www.red-gate.com/products/index.htm
... more >>
RequiredFieldValidator for Hidden Input?
Posted by WB at 3/13/2006 3:30:27 PM
Hi,
I need to validate a hidden input in my webform to ensure that it's got
value. The controls look something like this:
<input id="HidSelectedStates" type="hidden" runat="server" /><br /><br />
<asp:Button ID="BtnSubmit" runat="server" OnClick="BtnSubmit_Click"
Text="Submit" Validat... more >>
visual studio 2005 install failing
Posted by Daniel at 3/13/2006 3:19:16 PM
visual studio 2005 install failing
I am installing visual studio .net that I downloaded from
http://msdn.microsoft.com/subscriptions with my subscription and I get this
erro when installing it: Error 1311.Source file not found:
C:\vs2005\cd1\_15780_RTL_x86_enu_NETCT_v2.0.cab Verify that the fi... more >>
Assembly Version
Posted by Lukasz Glaz at 3/13/2006 3:12:50 PM
How to automatically increase assembly version number after each build in
Visual Studio 2005?
Thanks
Lukasz Glaz
... more >>
how to run app from service
Posted by Wayfarer at 3/13/2006 1:42:30 PM
Hello,
I'd like to run an application from a windows service.
I followed the instructions on the MS site to create a service but when it
starts Notepad - notepad window is not visible but process is there.
What could be the problem
My service has this code:
Process myProcess = new Proc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is a file locked by another process ? How can I check ?
Posted by Guy_B at 3/13/2006 1:00:29 PM
Hi I am using the filesystem watcher to pick up files as they are dropped
into a folder - the files are output file from another system and I have no
control over that.
When 'watcher raises the event that a new file has appeared then sometimes I
can read the file even tho it is still being ... more >>
Debug asp projects
Posted by Eitan at 3/13/2006 12:36:04 PM
Hello,
I have old asp code.
Also :
Microsoft Visual Studio .NET 2003.
I want to debug old asp (asp, not aspx).
The asp has no sln,
because it before dotnet -
can I attach the asp to a *.sln ?
Should I have to create an sln in order to debug my code ?
However :
How can I debug my code... more >>
Variable not incrementing
Posted by Mark A. Sam at 3/13/2006 12:11:38 PM
Hello,
I am using Visual Web Developer and decared a Public Variable in the Class
section. I assigned a value in the load section, and on a button I set it
up to increment, but it always delivers the same value, 1. When I increment
the variable from the button, shouldn't it hold the new ... more >>
Threading resulting in worse perfomance. Can COM be the cause ?
Posted by Al at 3/13/2006 10:28:27 AM
Hi,
I've written a little app to process OLAP partitions on an Analysis Services
2000 database. I've been trying to multi-thread it to improve the overall
through-put. I've managed to multi-thread it, and I'm sure that the Thread
only block each other in one very small critical section, but... more >>
SQL WHERE NOT EXISTS STATEMENT
Posted by Logger at 3/13/2006 10:26:27 AM
Can someone tell me why my query is not working the way I think/need it to.
I build a #tmp table with columns Company AccountNo, ContactName, Title,
etc in it.
There can be many records with the same company name, different contacts.
Example:
Company ABC 123 John Smith CEO
Company A... more >>
Turning Custom Errors off
Posted by Mark A. Sam at 3/13/2006 10:16:52 AM
Hello I am working locally with Visual Web Developer 2005 Express. Before I
even installed it, the information from Microsoft was that you could FTP it
to a remote site and it should work. The site I FTP'd to has .Net Framework
2.0 installed. I got this error when I tried to open the site:
... more >>
Learning 2.0
Posted by Scott McChesney at 3/13/2006 10:07:57 AM
Folks -
I'm going to be starting a new VB.NET WinForms project for my company. This
new project will be done in VS 2005. I've been programming in the 1.x
versions of .NET for about three years now, but I've done nothing with 2.0,
and I haven't even really kept up with the info on it. I k... more >>
Multithreading in ASP.NET app???
Posted by JV at 3/13/2006 9:41:05 AM
My ASP.NET application needs to accept data from a post and return quickly.
I've added a worker thread to wake up and save data asynchronously after the
data is received. But, it appears to me that IIS kills the process and
thus the worker thread right after my main ASP.NET thread returns (a... more >>
GUID
Posted by tim.boon NO[at]SPAM bakertilly.co.uk at 3/13/2006 7:39:17 AM
Below is some C# code that I am using to try and access the network
adapter GUID in the registry:
string
key = @"SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\" +
this.adapterGuid.ToString("B");
However, I am getting the following error message: "Does not contain a
definition for the ada... more >>
ASAP: Crystal reports deployment
Posted by Peter Schmitz at 3/13/2006 7:21:28 AM
Hi,
I wrote an application that makes use of Crystal Report (for VS 2003). Now,
I wanted to deploy this application to a different computer, suddenly, the
program crashes, saying that "CrystalKeyCodeLib" was not found on the PC. Any
ideas???
Thanks a lot,
Peter... more >>
Identify multiple running instances of an application
Posted by Michel at 3/13/2006 6:06:28 AM
Hi, I wrote an app in .Net and I whant only 1 instance of this app open for
the user; the user open my app, do some works and try to open another
instance of my app, I whant to show a message to user to inform him that only
one instance is permit and then close the second instance after that.
... more >>
Assemblies: the best versioning model?
Posted by mapctyblazer NO[at]SPAM yahoo.com at 3/13/2006 3:23:03 AM
Is there any competing model at all?
I've read a few articles about Assemblies and it seems great
conceptually. Is it widely used in the real-world software development?
Are there any known problems before I jump into it?
Thx!
C.
... more >>
What TCP-algorithm does dotnet use ?
Posted by zing at 3/13/2006 2:55:36 AM
Our company is in the startup phase of a large project involving lots
of network traffic. At this point, I'm trying to find out whether TCP
will be fast enough for the task. I've read a few articles that promote
UDP, claiming that TCP is slow, mainly written by gamers. But I've also
read some ar... more >>
Deploying ClickOnce is failing on web server
Posted by moondaddy at 3/13/2006 2:33:15 AM
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where
users can access it from. I created an application folder in IIS where I'm
trying to deployee to.
1) When the application folder was set to 'Allow scripts only', I get an
error:
Failed to connect to 'http://192.168... more >>
|