| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have a web app that has some memory leaks. In the .aspx.vb modules I
use...
Dim objInfo As ProcessInfo = ProcessModelInfo.GetCurrentProcessInfo...
G Dean Blake
|
05-22-2005 12:46 PM
andrei | 2 | 18 |
|  | Are you sure the process isn't recycled at those times when the app is unavailable
?
Andrei
Hello Josh Weiss via .NET 247,
andrei
|
05-22-2005 12:42 PM
andrei | 0 | 21 |
|  | I have a method that uses the GetString method from the ResourceManager as
shown in the following code snippet...
Glass Half Full
|
05-20-2005 10:50 AM
Glass Half Full | 3 | 19 |
|  | My windows service causes problems with the server backup process (it takes
too long now). Although all the threads I create within the service are...
SteveR
|
05-20-2005 05:49 AM
SteveR | 0 | 23 |
|  | (Type your message here)
when i run a project, which pulls data from DB2/AS400 and createsan xml file and then passes to a crystalreport to export to...
Embee S via .NET 247
|
05-19-2005 03:11 PM
john conwell | 1 | 26 |
|  | I'm not sure what tool your refering too? what is the executable file name?
I've done a fare share of IL programming, and there is a tool that i...
john conwell
|
05-19-2005 03:01 PM
john conwell | 0 | 21 |
|  | Hi!
I would like to simulate the Client/Server Desktop applicationfor 100 users. I would like to know that which tool is ideal totest the same. I...
Murali Raju via .NET 247
|
05-19-2005 02:56 PM
john conwell | 1 | 24 |
|  | Hi,
why don't you try an start type in automatic???
"JPM Schuler via .NET 247" escribió:
Carlos
|
05-18-2005 12:42 PM
Carlos | 0 | 21 |
|  | I declare a private variable of type string in a Transacted Class whenever I use it to save some string it always have the nothing or not initialize...
Ismail Ahmed via .NET 247
|
05-18-2005 03:07 AM
Ravichandran J.V. | 1 | 20 |
|  | i had a problem whom i do not know how to explain.
i was using a TcpClient (System.Net.Sockets.TcpClient) object to send and
receive data to an...
Ricardo Quintanilla
|
05-17-2005 09:48 AM
Ricardo Quintanilla | 2 | 20 |
|  | Hi,
Will passing IDataParameter to IDbCommand without specifying the DbType causing any
performance impact ?
Any other implications by doing this...
Boon Seong Ng via .NET 247
|
05-16-2005 09:45 PM
Boon Seong Ng via .NET 247 | 0 | 22 |
|  | When starting a (1st) .NET application the CLR seems to allocate a
very large (100s of MB, continuous AFAIK) virtual memory, as evident
by the...
AT
|
05-16-2005 03:11 PM
AT | 0 | 23 |
|  | check out this blog it has lots of information about performance
http://blogs.msdn.com/ricom/archive/2005/03/01/382756.aspx
--
HTH
Ollie...
Ollie Riches
|
05-16-2005 09:24 AM
Ollie Riches | 0 | 16 |
|  | Hello,
According to Keith Browns recent book ("The .NET Developer's Guide to
Windows Sec"--- it's even available online!) using a Kerberosized...
thomash
|
05-16-2005 09:23 AM
thomash | 0 | 17 |
|  | I have the following code which is running in every Page_Load of my ASP.Net
app.
It basically will add rows to a table upto MAX_CACHED_ITEMS and then...
Matias Woloski
|
05-13-2005 08:38 PM
David Browne | 2 | 21 |
|  | I have found a weird problem when repeatedly calling GetTokenFromSig
under the profiling API. In the code below (greatly simplified from
Alex...
AT
|
05-11-2005 12:11 PM
AT | 0 | 25 |
|  | I have a process which is running a remoting object.
This object reads messages from a MSMQ queue. Each message is a dataset
and it is stored in a...
Carlos
|
05-11-2005 03:10 AM
Carlos | 5 | 25 |
|  | Hello NG,
i have here a functon wich I use to restore a certain state of
a DataTable. Its working but you might find some points where i could get...
Michael Brockhoff
|
05-10-2005 11:02 AM
W.G. Ryan eMVP | 1 | 23 |
|  | Hello everyone,
I have searched around and could not find any solution for my problem.
I realize the once in a while or when I upload some upgraded...
JJcuzz
|
05-07-2005 09:52 PM
Alvin Bruney [MVP - ASP.NET] | 1 | 25 |
|  | I found this post on the web while researching my problem and found that I
was able to produce this behavior. Can anyone explain what is going...
Matt
|
05-02-2005 04:34 PM
Matt | 0 | 28 |
|  | I found this post on the web and reproduced the exact problem. Can anyone
explain this behavior?
--
Hi,
Can anybody explain the following?
Say I...
Matt
|
05-02-2005 04:31 PM
Matt | 0 | 17 |
|  | We think we have discovered a bug in .NET.
When we create a .NET windows service it take > 90 seconds at boot time to
startup the service, even when...
Arnie
|
05-02-2005 01:56 PM
Arnie | 7 | 17 |
|  | Does anyone else have problems with .NET applications stopping after a
backup service runs.
We have Legato do a full backup on weekends on our...
Jeremy Chapman
|
05-02-2005 01:18 PM
Jeremy Chapman | 0 | 18 |
|  | I would not use binary trees, I would use lists. I provided that example to
give you more code illustrating the "pooled struct" approach. I used...
AT
|
05-02-2005 01:08 PM
Christian Rattat | 14 | 32 |
|  | Hi,
As some of you probably know, methods using value type parameters are
_never_ inlined by the .NET framework. This leads to very low
performance...
Rüdiger Klaehn
|
05-02-2005 11:17 AM
Rüdiger Klaehn | 2 | 14 |
|  | Just by guessing, I think .net memory heap should be faster than Win32 heap,
because .net memory heap is newer than Win32 heap architecture and have...
Bae,Hyun-jik
|
05-02-2005 08:43 AM
Jon Skeet [C# MVP] | 1 | 20 |
|  | I keep trying to play Alexander The Game, but a text bar pops up
saying Cossacks2 has caused an Assertion Error
Message: Display mode 1280x1024 is...
Steven Brown via .NET 247
|
04-30-2005 07:38 AM
Alvin Bruney [Microsoft MVP] | 1 | 17 |
|  | I'm trying to implement a perf counter that shows how long my process takes
averaged over time. The process takes approx 2 - 3 minutes to...
Mark
|
04-29-2005 07:16 PM
Mark | 0 | 25 |
|  | If anyone can help that will be much appreciated.
I have implemented async socket server & client, functionally both work
well, when connected...
Arthur M.
|
04-29-2005 04:26 PM
Arthur M. | 1 | 18 |
|  | But only if the runtime type of the object which the method will be called
on can be determined at compile time *or* the method is...
thomash
|
04-29-2005 11:52 AM
cody | 1 | 27 |
|  | What is quicker?
If (Regex.IsMatch(tmpStr, "(s(ain|c)?t)", RegexOptions.IgnoreCase) Then
or
If ((tmpStr.CompareTo("saint") = 0) _
OrElse...
Philippe Dufour
|
04-28-2005 10:46 AM
Jon Shemitz | 9 | 24 |
|  | Can anyone shed some light on why a web server running ASP.NET with 1GB of
memory works fine, but when I increase the memory to 2GB I constantly...
Steve Harris
|
04-26-2005 12:09 PM
Ben Strackany | 4 | 20 |
|  | I need to be able to move large media files avi, wmv over the internet from a
server to client machines. The files sizes I am looking at is...
Fred Herring
|
04-26-2005 12:01 PM
Fred Herring | 2 | 18 |
|  | I have a tool that generates VB.NET code, compiles it into a DLL in memory
and then executes a method on the class. I can execute the method on...
Adrian Moore
|
04-26-2005 10:37 AM
Ben Strackany | 2 | 21 |
|  | Hello all
We are developing a large dotnet application, which includes ~ 120
assemblies. (total size of all binaries is ~ 20MB). Our...
assi
|
04-26-2005 10:34 AM
Ben Strackany | 2 | 22 |
|  | I have downloaded and installed the media player active x control into my
vb.net application. From reading msdn references, I think I also need...
Fred Herring
|
04-25-2005 12:23 PM
Fred Herring | 0 | 17 |
|  | Hi All,
I have a .NET application written by C#.
It works fine in the most time, but sometimes, once or twice a day, there
are red cross on the...
david
|
04-25-2005 07:21 AM
Laasma | 8 | 22 |
|  | Wasn't totally sure if this was the right newsgroup to post to, so if
there's a better place, please let me know.
Windows Server 2003...
Jamus
|
04-22-2005 12:50 AM
Jamus | 2 | 24 |
|  | Sorry for the advertisement but I think this is something that people could
actually use.
I am creating a new product called Simple Load Testing and...
Chuck
|
04-21-2005 09:58 PM
Chuck | 0 | 22 |
|  | Hello,
I am using the following method to determine if a process (IE Browser) has been
idle for a certain length of time (variable idleTime).
I...
Mark Dowell
|
04-20-2005 10:46 PM
Mark Dowell | 0 | 22 |
|  | It took a little effort and researching, but I am now able to create
instances that show up in 'perfmon'. The only challenge I have left is
that my...
grif
|
04-20-2005 03:38 PM
grif | 0 | 18 |
|  | Daniel Jin <DanielJin (AT) discussions (DOT) microsoft.com> wrote:
I suspect that's because it varies so much, to be honest. It's
difficult to get...
rawCoder
|
04-20-2005 03:00 AM
Bruno Jouhier [MVP] | 33 | 61 |
|  | I am developing an application that gets a brust of about 1000 or more
packets at same time from different IP addresses.
I have to process each...
ramata
|
04-19-2005 04:58 AM
Dekel | 2 | 20 |
|  | Hi
DateTime.Ticks is very slow
I use it but it is updated 64 times in a second.
I think performance counter is the fastest counter but I could not...
Onur \Xtro\ ER
|
04-16-2005 01:05 AM
Onur \Xtro\ ER | 5 | 22 |
|  | From: "=?Utf-8?B?aGVyYmVydA==?=" <herbert (AT) discussions (DOT) microsoft.com>
When you open the performance counter to read it in your code, are...
AT
|
04-15-2005 04:52 AM
herbert | 2 | 20 |
|  | Tell me more. How does bounds checking come into it?
rawCoder
|
04-14-2005 07:09 PM
Dennis | 11 | 28 |
|  | Hi all,
I need to use high resolution timer. I' ve found that
QueryPerformanceCounter from Kernel32.dll coudl be used for this purpose.
My question...
Petr Votocek
|
04-13-2005 08:05 PM
Andy Eunson | 2 | 19 |
|  | ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????...
mousse joketsuzoku
|
04-12-2005 05:44 PM
mousse joketsuzoku | 0 | 14 |
|  | Brian (AT) discussions (DOT) microsoft.com wrote:
Thanks
mmaurice (AT) duskmail (DOT) com
AT
|
04-10-2005 05:01 AM
AT | 0 | 13 |
|  | hi all
i have simple form.
i add a background image of my desktop.
i set the AutoScrollSize to {1024, 768}.
i run the app.
when i scroll, the cpu...
assaf
|
04-08-2005 06:32 PM
ertan.tike (AT) gmail (DOT) com | 5 | 20 |