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   



.NET 3.0 Launch Condition - what version to specify?   (1 messages)   Date: Wed, 15 Aug 2007 12:44:02 -0700
What should I specify in the Version property of the .NET Framework Launch Condition in a VS2005 deployment project for a .NET 3.0 application? It automatically puts 2.0.50727 and AllowLaterVersions = False, but it seems ...

Xml serialization, arrays, XmlAnyAttribute   (6 messages)   Date: Wed, 15 Aug 2007 12:12:04 -0700
Hi... I was trying to deserialize objects from xml that contain a couple of arrays. In the xml, at least, I was trying to express some default/static members to the array as attributes on the array bracket (e.g. .. ...

How to list element names from an xml schema   (2 messages)   Date: Wed, 15 Aug 2007 14:50:23 -0400
if I have a schema like this: <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="Root"> <xsd:complexType> <xsd:sequence> ...

TimeSpace.Parse() usage   (4 messages)   Date: Wed, 15 Aug 2007 10:53:38 -0700
hello, ive read the MSDN docs on using the TimeSpace.Pars() method to format timespans, however i found their examples unclear. currently i am doing this: Dim startTime As DateTime = DateTime.Now ... Dim endTime ...

How to access my custom ServiceHost from the WCF service?   (1 messages)   Date: Wed, 15 Aug 2007 12:44:18 -0500
Hi all. I created a custom ServiceHost object and did a bunch of initialization there. Now I need to access an object in it from the actual WCF service class. How can this be done? Thanks!!! ...

Website Error   (3 messages)   Date: Wed, 15 Aug 2007 20:12:17 +0530
Hi I get te following error message, i am unable to find the line from where the error is being throw, can anyone help System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown ...

ISAPI not working in VS 2005   (2 messages)   Date: Wed, 15 Aug 2007 19:24:30 +0530
Hi I am working on a webproject it uses ISAPI_Rewrite to create a url on the fly, it work when i use the project under IIS How do i make it work inside Visual Studio 2005, i there some way to configure it, i using ...

SQL Query   (7 messages)   Date: Wed, 15 Aug 2007 19:19:00 +0530
Hi I need to count the number of records on a Day in SQL Server example data Date_Created 2007-08-07 2007-08-07 2007-08-07 2007-08-08 2007-08-08 2007-08-09 2007-08-09 expected results 2007-08-07 = 3 2007-08-08 ...

dunncottage@aol.com   (1 messages)   Date: Wed, 15 Aug 2007 08:49:17 -0400
Hi Donna, I just spoke with Line Comeau at the town offices about the gazebo raising this Saturday. I saw the posting about it asking for volunteers. I will be stopping by to take pictures but saw in the notice that one ...

FileSystemWatcher-Loosing events?   (3 messages)   Date: Wed, 15 Aug 2007 02:18:03 -0700
I am using fileSystemWatcher to monitor a directory on a file server. I am looking for zip files. When a zip file arrives the watcher event is trigged an I can unzip the file and then delete it. A very simple application ...

function scope   (1 messages)   Date: Tue, 14 Aug 2007 19:01:03 -0600
I have a c# application with windows form for updating and retrieving some database table records. lets call it form1. I also have another application in vb that extracts data from the web but used the same database table ...

DownloadFileAsync   (5 messages)   Date: Wed, 15 Aug 2007 02:07:12 +0300
Hello, DownloadFileAsync blocks (or hangs) the application for 3 or 4 seconds if there is no internet connection available, the expected behavior should be to continue normally and raise the error in the DownloadFileCompleted ...

System.Net.Sockets problem   (1 messages)   Date: Tue, 14 Aug 2007 16:45:00 -0400
I am using System.Net.Sockets to connect a client socket to a server that requires three inputs when I connect: host, port and an identification number that identifies the person connecting. None of the overloads for ...

FTP vb.net firewall   (2 messages)   Date: Tue, 14 Aug 2007 09:24:03 -0700
hi guys, i have recently implemented an ftp class in vb.net for work with one of my clients. unfortunately when i put my software live i found that the client requires the a firewall parameter to be passed into the ftp class ...

changing .NET framework version in VS 2005 (supported runtimes)   (5 messages)   Date: Tue, 14 Aug 2007 10:56:19 -0400
In VS2003, Windows Application Property Pages I could go to Common Properties, Build, Supported Runtimes Change and select version 1.0 or 1.1. How can I do this in VS2005 so a VB windows application will target framework ...

Generics and their resulting class. Possible to obtain?   (1 messages)   Date: Tue, 14 Aug 2007 10:11:28 -0400
Hi, We need to serialize (binary) objects containing generic collections. The thing is, when we try to get the objects back (deserialize) with a different instance of the application, we receive an exception stating the ...

Framework on websphere box?   (3 messages)   Date: Tue, 14 Aug 2007 06:38:06 -0700
Can .Net be run on a websphere box? -- Chris Davoli ...

managed and unmanaged logging Options   (2 messages)   Date: Tue, 14 Aug 2007 01:29:45 -0700
i want to implement a logging system , that can be used by managed(c#) and unmanaged code(c++). Approach 1: implement logging infrastructure in unmanaged code (c++) and provide wrapper to this infrastructur in c# ...

Parsing a webpage   (5 messages)   Date: Tue, 14 Aug 2007 11:01:02 +0500
Hi folks, I am retrieving a website for a site using httpWebRequest. What I want to do with the retrieved webpage is list all the hyperlinks in the page. If I do a simple regex search for <a then I get links that are ...

create an XPS document   (5 messages)   Date: Tue, 14 Aug 2007 09:49:34 +1000
I would like to export my document has an XPS document. I already have some printing code. The problem which I am facing is making the whole process without dialog. Through the print menu the user get a dialog where he ...


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