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.sdk     428 threads
page nr.:



FindAssembly in unmanaged way   (1 messages)   Date: Tue, 21 Aug 2007 16:26:01 -0700
I notice the IMetaDispenserEx::FindAssembly is marked as not implemented. Is there an unmanaged way to find an assembly, given its name, that will mimic how the CLR finds one? ...

AutomationElement /System.Automation   (1 messages)   Date: Mon, 20 Aug 2007 05:04:01 -0700
I am trying to write an application which automates one of UI based application written using Windows forms.But I am facing some issues. a) AutomationElement.Fromhandle sometimes throws an exception sometimes when the ...

What DLL has a strong naming problem?   (3 messages)   Date: Fri, 17 Aug 2007 15:40:02 -0700
Hi; I am getting the error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2721, 9): error MSB3217: Cannot register assembly "C:\src\kahuna\AutoTag\AutoTag2007\b in\Release\AutoTag2007.dll" ...

IMetaDataImport::GetFieldProps getting a type   (2 messages)   Date: Fri, 17 Aug 2007 10:32:02 -0700
The documentation for GetFieldProps indicates I can get the type of the field from the second parameter (pClass [out] A pointer to a TypeDef token that represents the type of the field.) Unfortunately, it appears that it ...

ResXResourceWriter   (7 messages)   Date: Tue, 14 Aug 2007 03:24:02 -0700
I am trying to use a resx file for a bitmap for a BizTalk functoid on .NET 1.1 with SP1. The trouble is that the ResXResourceWriter class does not appear to be part of the System.Resources namespace!!! Why is that ...

Uninstalling from Global assembly cache   (5 messages)   Date: Tue, 7 Aug 2007 12:24:02 -0700
I am trying to install and uninstall assemblies from GAC. I created a batch file which has following command in it: gacutil.exe /if MyCommonAssembly.dll Above command successfully installs MyCommonAssembly in GAC. But ...

Allow mis-matched versions in an interface   (5 messages)   Date: Sun, 5 Aug 2007 12:24:01 -0700
Hi; We have an interface in our library (our_lib.dll). Users can create classes based on this interface that we then load when we are running. The problem is each time we create a new version of windward.dll, the version ...

the questions about FCL   (2 messages)   Date: Fri, 3 Aug 2007 23:57:39 +0800
Hi, I am very interesting in FCL, so my questions are : 1. how many persons developed the FCL ? 2. For develop the FCL,which language was used to develop the FCL? C ,C++, or others ? Kindly to give me the answer...many thanks... ...

SpeedRatio   (1 messages)   Date: Thu, 2 Aug 2007 09:38:52 -0300
Hi I am new in NET 3.0, and I need an example of how many time takes to download some video from a streaming, or what is the SpeedRatio and bandwidth to download that streaming. I found this two classes in NET 3.0, but ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:43 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

Get Paid cash - no startup costs -earn right away   (1 messages)   Date: Mon, 30 Jul 2007 13:01:12 -0400
That's right, This is so easy that anyone with a pc who is online can start making money immediately with no start up costs. I made $35.00 within 30 minutes of signing up, which is also free. Good luck with it, hope it ...

Binding to XPath with prefix in GridViewColumn?   (7 messages)   Date: Thu, 26 Jul 2007 13:50:03 -0700
I have a ListView with an ItemSource that is bound to some XML, via {Binding Xpath=...}. The ListView.View is defined with a GridView. In the individual GridViewColumn elements, I'd like to specify DisplayMemberBinding ...

Bandwidth monitor by port   (2 messages)   Date: Mon, 23 Jul 2007 10:06:04 -0700
I am looking for an answer to this and haven't had any luck so far. I need to write a tool that will monitor how much data is going through a network port. Can this be done in .net preferable or otherwise? Can someone pointme ...

how to modify the contents of a TCP/IP packet before it is delivered? Can this be done with ip helper api, can it be done with sockets? I can't seem to find any documentation on how to modify packets before they are delivered.   (1 messages)   Date: Tue, 17 Jul 2007 21:58:08 -0700
how to modify the contents of a TCP/IP packet before it is delivered? Can this be done with ip helper api, can it be done with sockets? I can't seem to find any documentation on how to modify packets before they are delivered. ...

LoadAssembly, GetType - can't find reference   (16 messages)   Date: Tue, 17 Jul 2007 10:26:03 -0700
Hi; I am trying to create an object from a dynamically loaded assembly. This dynamically loaded assembly has a reference to a dll that the loading program also has. Trying to debug it I call: Assembly ass = Assembly ...

Intellimouse 4.0 buttons not working in Visual Studio 2005   (1 messages)   Date: Mon, 16 Jul 2007 09:40:04 -0700
My new IntelliMouse 4.0 buttons programmed with special function keys does not in Vista Ultimate 64 bit with Visual Studio 2005, but works in Windows Server 2003. For instance, I assigned the large thumb button the keystroke ...

Winforms - window without caption - paint artefact   (1 messages)   Date: Mon, 16 Jul 2007 11:12:08 -0400
Something not right when window is displayed with dynamic caption. I have following code which enables/disables caption on key: Me.ControlBox = Not Me.ControlBox If Me.ControlBox Then Me.FormBorderStyle = Windows ...

Do I need to close a stream passed to XamlReader.Load(Stream strea   (2 messages)   Date: Thu, 12 Jul 2007 14:46:04 -0700
Seems like XamlReader.Load(Stream stream) closes the stream internally. Question is, does it always do that, regardless of whether there were any exceptions? or simply put, do I need a 'using' statement below? ...

configuration for connectionlimit   (1 messages)   Date: Thu, 12 Jul 2007 07:43:52 +0700
I found this configuration to extend connetionlimit in .NET I need to know that what are appropriated for? Windows Application/Web Services/Web Applications? Caused by I have problem when I have process of TCP Client ...

WindwardTimeZone ver 1.0.2 released   (1 messages)   Date: Mon, 9 Jul 2007 17:40:01 -0700
Our open source project that provides a way to create any timezone - http://www.windwardreports.com/open_source.htm -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www ...


page nr.:
Google
 
Web dotnetnewsgroup.com


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