| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 许多性能问题和您的计算机安全*成 恶意病毒,最好的办法对付,这是要安装...
antivirus gratis
|
03-02-2010 04:48 AM
antivirus gratis | 0 | 386 |
|  | Nombreux problèmes de performance et la sécurité de votre ordinateur sont
causées par des virus malveillants, le meilleur moyen de lutter contre...
antivirus gratis
|
02-13-2010 07:45 AM
antivirus gratis | 0 | 244 |
|  | 許多性能問題和安全性您的計算機*成惡意病毒,最好的辦法對付,這是得到承認和防病毒在計算機上安裝更新
...
antivirus gratis
|
02-01-2010 05:43 PM
antivirus gratis | 0 | 187 |
|  | Microsoft, by seemingly ignoring the huge benefits of JIT-compiling VMs on
the browser and instead pushing Silverlight (which is pretty awesome...
Andy
|
12-13-2009 12:29 PM
rob^_^ | 3 | 349 |
|  | I have running Desktop Network Application based on .NET Framework 2.0 ,
Visual Studio 2005 and Sql Server 2000 /2005. It suddenly exits while...
Shahbaz
|
11-20-2009 04:59 AM
Artur Malinowski | 3 | 373 |
|  | We at Nob Hill Software are working on a new query tool:
http://www.nobhillsoft.com/MarieAlix.aspx?HeardVia=ptut
You can read all about it on...
Mia
|
11-17-2009 10:10 AM
Mia | 0 | 198 |
|  | Hello,
I'm looking for a CLR event (or hook) that allows running .NET code on that
same thread before it terminates. This hook should work for both...
Itai Frenkel
|
11-16-2009 08:32 AM
Itai Frenkel | 0 | 210 |
|  | Hello,
I just stumbled across the "Go" language from google. Especially, I
like the duck-typing approach to interfaces.
Now my question: Is it even...
Markus Schaber
|
11-15-2009 02:30 PM
Markus Schaber | 0 | 165 |
|  | * Martin Plechsmid wrote, On 14-10-2009 10:28:
Looks like you're missing the J# Redist package on the machine. It's a
separate download.
--
Jesse...
Martin Plechsmid
|
10-16-2009 11:44 AM
Ben Voigt [C++ MVP] | 13 | 384 |
|  | A development team I work with distributes a .NET assembly (implemented in
MC++) that in turn depends on native DLLs.
This assembly is consumed by a...
Adam
|
10-15-2009 08:17 PM
Ben Voigt [C++ MVP] | 5 | 298 |
|  | Hi,
I was having a discussion with some co-workers today about the
distinction between value types and objects - the discussion centred
around...
Nick C
|
10-09-2009 04:10 AM
Gnter Prossliner | 3 | 209 |
|  | On Windows 2008 Server with IIS7, PerformanceCounterCategory.GetCategories()
is not returning some performance counter categories, including the new...
using.net
|
10-08-2009 07:52 PM
using.net | 0 | 254 |
|  | i have a solution with several c# projects in it to group common stuff like
custom controls in one assembly, common object definitions in another...
dave
|
10-07-2009 11:13 PM
Jie Wang [MSFT] | 16 | 443 |
|  | hi,
i have a window service in C# ,which is supposed to run 24x7,when i run it,
it runs fine for some time (may be some time 15 hours or 1 day), but...
ashu2409 via DotNetMonster.com
|
10-07-2009 08:05 AM
Rich Lander [MSFT] | 1 | 214 |
|  | I'm writing a generic application that can read any .NET object which is a
wrapper on COM object (such as MS Exel 2007). I create the class in C#...
Fazil Peermohammed
|
10-01-2009 08:54 AM
Scott M. | 2 | 273 |
|  | While I had a bug in my code where a variable was typed as a uint as opposed
to a ulong, I was surprised to find that shifting a uint right 32 bits...
nickdu
|
09-22-2009 12:20 PM
Stephen Myers | 1 | 260 |
|  | All,
I was following the article to fix dependency...
Sreenath
|
09-22-2009 09:36 AM
Sreenath | 0 | 199 |
|  | Hi all,
Nowadays our webserver is unstable. Sometime the w3wp process is down and
make the web site show "Service Unavailable"
The event viewer...
Wei Lu
|
09-03-2009 06:03 AM
Jialiang Ge [MSFT] | 1 | 273 |
|  | I was told to try this news group for support for SN.EXE. (See thread...
Stewart Berman
|
09-01-2009 04:48 PM
Stewart Berman | 2 | 287 |
|  | Hi,
I have a plugin manager that launches a plugin which connects to a FoxPro
database through the ADO.NET OLE DB provider.
At one client site...
Chris Plasun
|
08-27-2009 07:50 PM
Chris Plasun | 0 | 231 |
|  | Is there an equivalent to Java's -mx to set the max heap size with the CLR?
I've search all over in an attempt to find an answer to this, but I have...
Justin
|
08-20-2009 07:23 PM
Justin | 0 | 300 |
|  | Our system is rather sensitive to sloppy timings, delay of 50-100
milliseconds should be prevented (it is OK to happen once in a while, but not
every...
Asher F.
|
08-14-2009 05:19 AM
Hongye Sun [MSFT] | 1 | 251 |
|  | Hi,
I am able to CorBind, but unable to call ExecuteApplication in C++. The
method call simply crashes. I can't figure out the format of the...
Richard
|
08-10-2009 07:46 AM
Richard | 2 | 306 |
|  | We have to understand which part of our (or third party, probably CLR itself)
code leads to boxing of integers.
Problem description: We have a...
Asher F.
|
08-10-2009 04:46 AM
Gnter Prossliner | 4 | 298 |
|  | On May 15, 8:17*pm, "Alex Clark" <qua... (AT) noemail (DOT) noemail> wrote:
everything would be better than having to go back to unmanaged...
Rdiger Klaehn
|
08-07-2009 05:48 PM
Rich Lander [MSFT] | 2 | 286 |
|  | Does the GC collect immediately when an applicaiton starts?
If I put the following as the very first line of code in my application, I
get a result...
Scott M.
|
08-03-2009 06:04 PM
Scott M. | 2 | 319 |
|  | This is where open source do best, if .the code of .NET was open, you or
maybe someone else could have fixed this thing. So my answer is: try to...
Rdiger Klaehn
|
07-27-2009 11:31 AM
SG | 7 | 312 |
|  | Sorry I have same problem . Have You resoltion for this ?
Alvin Bruney wrote:
Rotem
|
07-23-2009 08:09 AM
jonathonP | 10 | 546 |
|  | Hi,
Does anyone know the secret to doing this? When I try it I don't even
get a stop on my DragEnter, DragOver, DragLeave or of course...
Billy
|
07-23-2009 05:53 AM
G Himangi | 2 | 283 |
|  | Trying to figure out managed memory leak I found out the GEN2 and LOH
takes much more than expected
Looking at LOH (Gen 3)
"!dumpgen 3 -stat "...
Loy
|
07-15-2009 07:48 AM
Loy | 2 | 259 |
|  | I would like to improve my knowleg of the CLR. I have not found Microsoft's
equal to the Java Language Specification. I do read alot of MSDN, but...
Alexander Wykel
|
07-14-2009 06:39 AM
Alvin Bruney [ASP.NET MVP] | 1 | 238 |
|  | --
Alexander L. Wykel
AW Software Works
Alexander Wykel
|
07-13-2009 04:25 AM
Gnter Prossliner | 1 | 233 |
|  | Hello,
I have a C# VisStudio Add-in that implements a WindowActivated handler; the
event handler is correctly hooked to the...
Number8
|
07-08-2009 10:20 AM
Number8 | 1 | 318 |
|  | VisStudio 2008 add-in, created with the New Add-In Wizard, C#.
When I try to enable my add-in I get this:
The Add-in 'CBAddIn2' failed to load or...
Number8
|
07-07-2009 07:11 AM
Number8 | 1 | 287 |
|  | Hello,
Working on a VisStudio 2008 addin, using managed C++ (C++/CLR in the New
Project wizard).
In the OnConnection() function, I want to add a...
Number8
|
07-06-2009 03:36 PM
Number8 | 9 | 294 |
|  | I would like to set up a class that runs as an object inside of IIS 6
and monitors a local filesystem for changes. If a file is about to...
SnapDive
|
06-25-2009 10:08 PM
Jialiang Ge [MSFT] | 4 | 285 |
|  | Hi all,
I am working on a service that uploads METAR weather information to the
National Weather Service FTP site. The service I'm authoring is...
Kevin Spencer
|
06-25-2009 10:02 AM
Goran Sliskovic | 3 | 358 |
|  | Hi All,
having followed various articles on the Internet I am still unable to
implement file drag and drop within my CLR Forms Application.
I've...
Billy
|
06-19-2009 05:22 AM
Billy | 0 | 229 |
|  | To protect a couple of multi-app-domain systems from stepping on each
other within a single Windows Server 2003 installation, I would like
to start...
SnapDive
|
06-17-2009 09:05 AM
Ben Voigt [C++ MVP] | 4 | 239 |
|  | I have a class called MyClass and another one called OtherClass.
OtherClass has properties and methods that can set up Windows
Performance Counters...
SnapDive
|
06-12-2009 10:51 AM
SnapDive | 2 | 270 |
|  | Hello,
We have a .NET application that runs as a service. Our customers have
observed, using Task Manager, that handle counts are going up after a...
Dave Burns
|
06-12-2009 10:31 AM
Ben Voigt [C++ MVP] | 6 | 241 |
|  | Hi all,
According to this link:
http://msdn.microsoft.com/en-us/library/zxsa8hkf(VS.80).aspx
You can create a SQL Server UDF in Managed C++...
Billy
|
06-09-2009 12:42 PM
Billy | 1 | 231 |
|  | This was resolved in the following manner:
#import <mscorlib.tlb> raw_interfaces_only no_smart_pointers named_guids
no_implementation
ATL::CComPtr<...
Nadav
|
06-08-2009 05:44 AM
Nadav | 0 | 230 |
|  | Hi,
I am trying to install an interop dll for application development. But after
I find the regasm.exe and run it, and then go both .NET command...
aowi
|
06-03-2009 11:29 AM
Wilson, Phil | 3 | 302 |
|  | Talavera Protective Burner Cover for an Electric Range, Set of 4, Style 3
Price:$70.00
Image:...
Antinore@deloras.com
|
05-20-2009 10:34 PM
Antinore@deloras.com | 0 | 246 |
|  | UTG M3 Multi-Shot Shotgun Shell Cartridges
Price:$28.75
Image: http://bestdeallocator.info/image.php?id=B001BR2YG4
Best deal:...
Auala@gidget.com
|
05-20-2009 08:30 PM
Auala@gidget.com | 0 | 233 |
|  | Cheetah Mounts Tilt and Swivel Articulating Arm for Plasma LCD TV 32"-55"
Price:$74.96
Image: http://bestdealfinder.us/image.php?id=B000WL0I1I
Best...
Azahar@aileen.com
|
05-19-2009 09:51 PM
Azahar@aileen.com | 0 | 227 |
|  | We provide Abercrombie & Fitch,Lacoste,Ralph Lauren polo etc brand
cloth,like t-shirt,jacket,jeans,fleece,pants and so on), also provide
sports...
yongshengshoe@163.com
|
05-12-2009 05:55 AM
yongshengshoe@163.com | 0 | 231 |
|  | 0.6830376 I Feel Curious... 0.3692338
0.568134 Now Visit Tobacco Is Drugs 0.245103
0.6830376realizeitistrue@0.3692338now.com
|
05-08-2009 09:24 PM
0.6830376realizeitistrue@0.3692338now.com | 0 | 230 |
|  | Hello,
I have an application that programmatically generates the deployment and
application manifests and copies all necessary files and dependent...
Norton
|
05-08-2009 02:31 PM
Norton | 0 | 232 |