DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework     7720 threads
page nr.:    1      2      3      4      5      6      7      8      9      10      11      12   



Unresponsive performance counters   (1 messages)   Date: Wed, 8 Aug 2007 22:13:24 +0200
If I run the c# code in example 1 the processor time never changes from 0 (which might be the inital value on my PC). But if I create two separate counters as in example 2 (or example 3) the processor shows proper values ...

toolbar and space   (2 messages)   Date: Wed, 8 Aug 2007 10:58:01 -0700
My toolbar is screwed up...instead of showing every window I have opened, it organizes it all together...so all I get is a little space with an up and down arrow, and all my windows crammed into that..when I click unlock ...

using a COM library in a SQL CLR procedure   (1 messages)   Date: Wed, 08 Aug 2007 07:35:08 -0700
I've installed a COM object on my machine and a development server (that is running SQL 2005). On my machine, a wrote a quick command line app to test usage of the COM object and it works. I copied the application to the ...

aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initialized. Error code: 0x80070003   (3 messages)   Date: Wed, 08 Aug 2007 07:21:11 -0700
How to solve it? I've got <machine_name>\IWAM_<machine_name> user, granted all permissions to him, i had another error messages, but now i have forementioned one and i can't find the answer how to beat such error. p ...

How do 1.1 dlls execute in a 2.0 worker process   (3 messages)   Date: Wed, 08 Aug 2007 13:54:42 -0000
Hi, Recently i have ported our 1.1 web application to 2.0 using the Web application project model. Some of our referenced third party dlls are 1.1 and the rest 2.0. Now on my Win XP machine, two aspnet_wp processes ...

File modification warning   (4 messages)   Date: Wed, 8 Aug 2007 18:21:54 +0530
Hi I get the warning message "File has been modfied outside source editor ....." What is the way to overcome this message TIA Barry ...

Help Needed on ASP.Net Deployment   (2 messages)   Date: Wed, 08 Aug 2007 03:13:46 -0700
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see that ...

Any1 Can Help me for the Socket.EndConnect Bug?   (4 messages)   Date: Wed, 08 Aug 2007 02:58:56 -0700
I have a Socket Server and a client, but the server will not always online, so the client will try to connect to server at a proper inteval, when the server is available, the client will connect to it auto. ...

Calculate Permissions   (2 messages)   Date: Wed, 08 Aug 2007 10:49:48 +0200
Hello! When I click on Properties>Security>Calculate Permissions, visual studio says, that I need FullTrust for my app (deployed with ClickOnce). Is there a way to see, why (which code of my app) I need FullTrust? Thanks ...

Where Can i download .Net Framework3.0 (with) sp1 ?   (2 messages)   Date: Wed, 8 Aug 2007 16:02:51 +0800
Where Can i download .Net Framework3.0 service pack1 as a single pack ? I know if i install vs2008 beta2 ,with install the .netframework3.0 sp1, thanks ...

Why is IPC communication so slow?   (2 messages)   Date: Wed, 08 Aug 2007 02:24:02 -0000
I use Ipcserverchannel class and Ipcclientchannel to do IPC. I try to read a file to memory using process A and then use IPC to transport it to process B. However, IPC use nearly as much time as from a from disk, which is ...

"Cyclic reference" with generics   (15 messages)   Date: Wed, 8 Aug 2007 04:13:04 +0200
I need a factory that produces items, and the items need to know about their factory. Something like: class Factory { Item GetNewItem(); } class Item { Factory GetFactory(); } Now, I would like to add ...

Send Raw data to Unconnected Ethernet Port   (1 messages)   Date: Tue, 7 Aug 2007 18:42:01 -0700
hi, is there any way to send raw data through an unconnected Ethernet port (UDP maybe)? I am on a laptop that does not have any Serial ports and I am trying to create custom hardware, so I am looking for a way to send raw ...

Transforming Markup to Objects   (1 messages)   Date: Tue, 07 Aug 2007 17:13:26 -0700
I know I can use Page.ParseControl to create controls from markup, but I don't have access to an instance in my unit test. And creating an instance to use the ParseControl() method throws an exception. Is there any other ...

ORCAS Beta 2 - System.Numeric is still missing   (2 messages)   Date: Wed, 8 Aug 2007 00:00:02 +0200
I am a little bit upset because i intalled the ORCAS Beta 2 and i found that System.Numeric is still missing. I think because of the poor performance, compared to Java. http://www.luschny.de/math/factorial/Benchmark.html System ...

oop question   (4 messages)   Date: Tue, 7 Aug 2007 13:32:36 -0500
Hello all, I have a question related to object oriented programming as follows:- Lets say I have a base class called BaseClass which has 2 methods Method1() and Method2(). Also lets assume that Method1() has code that ...

Advanced .NET 2.0 & .NET Remoting Training --- Buy One Get One Free   (1 messages)   Date: Tue, 07 Aug 2007 18:07:49 -0000
If you are interested in comprehensive, instructor-led .NET training delivered in a self-paced CD/DVD format, please contact me. We have recently released an Advanced .NET 3-volume course that includes 85 hours of training ...

Reflection for Comments?   (4 messages)   Date: Tue, 07 Aug 2007 13:33:21 -0400
I have a .NET DLL and .PDB and .XML. Is there a way to get the XML comments from a given piece of code via a Type's Reflection on itself? Thanks. ...

Activator Question   (5 messages)   Date: Tue, 07 Aug 2007 10:08:10 -0700
My goal is to pass in an assembly and have the method return an instance of any classes that inherit from the generic type T. My problem is that I'm unable to cast from the result of Activator.CreateInstance(curType) to ...

Can't repair / install / or uninstall .Net Framework.   (2 messages)   Date: Tue, 7 Aug 2007 09:08:02 -0700
I am trying to repair my .Net Frameworks (1.1 and 2.0). I keep getting "The installation source for this product is not available" error. I have several programs that require them, including my web site. I have VS 2003 ...


page nr.:    1      2      3      4      5      6      7      8      9      10      11      12   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us