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   



Questions about the DLR   (4 messages)   Date: Thu, 23 Aug 2007 16:01:47 +0200
Hi there, I need to create a desktop application using both C# and JavaScript. Is it possible? How can I do to have a DLR "up and running" on my machine? Which FW version shall I download and install? And which development ...

C# 2.0 App referencing WMEncoderLib crashes instantly on Vista   (1 messages)   Date: Thu, 23 Aug 2007 13:44:57 -0000
I have a very simple app written in C# with Visual Studio 2005 on Vista. If I add reference to WMEncoderLib (<COMReference Include="WMEncoderLib"><Guid>{632B6060-BBC6-11D2-A329-006097C4E476}</ Guid>) then as soon as I reference ...

Automate Assembly Signing with SN and pfx file   (1 messages)   Date: Thu, 23 Aug 2007 09:37:00 -0400
Is it possible to automate the signing of assemblies with SN and a pfx file? Using the following command will sign the assembly, but the script must be run in attended mode, because it prompts for the associated password for ...

Problem with the Manifest Tool executable?   (1 messages)   Date: Thu, 23 Aug 2007 13:51:45 +0100
error PRJ0002 : Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'. The above error occurs when I attempt to build the Release configuration of my VC++2005 Win 32 DLL. The ...

Combining Select Queries   (3 messages)   Date: Thu, 23 Aug 2007 15:22:44 +0530
Hi I am intrested in combining the results of the following 2 select queries into one to display data like this Count1 Date1 Count2 Date2 10 1/1/2007 6 1/2/2007 SELECT Count(*) as Count1, Str(Month(User ...

Quotes in email addresses using System.Net.Mail.MailMessage Class   (3 messages)   Date: Thu, 23 Aug 2007 02:34:02 -0700
Hi, According to RFC 2822: Internet Message Format, the following should be a valid email address: chris.o'connell@world.com But on using the aformentioned class, a format exception will be thrown when creating ...

Quotes in email addresses using System.Net.Mail.MailMessage Class   (1 messages)   Date: Thu, 23 Aug 2007 02:34:01 -0700
Hi, According to RFC 2822: Internet Message Format, the following should be a valid email address: chris.o'connell@world.com But on using the aformentioned class, a format exception will be thrown when creating ...

ClickOnce application on terminal server   (1 messages)   Date: Thu, 23 Aug 2007 10:36:49 +0200
Hi, Our company has developed a smart client application using C# and Visual Studio 2005. We distribute the application using the ClickOnce technology. ClickOnce works fine when the clients are desktops where the user ...

ClickOnce on Terminal Server issue   (1 messages)   Date: Thu, 23 Aug 2007 10:30:40 +0200
Hi, Our company has developed a smart client application using C# and Visual Studio 2005. We distribute the application using the ClickOnce technology. ClickOnce works fine when the clients are desktops where the user ...

ClickOnce on Terminal Server issue   (1 messages)   Date: Thu, 23 Aug 2007 10:27:31 +0200
Hi, Our company has developed a smart client application using C# and Visual Studio 2005. We distribute the application using the ClickOnce technology. ClickOnce works fine when the clients are desktops where the user ...

Backgroundworker and ConsoleApp   (3 messages)   Date: Thu, 23 Aug 2007 00:48:00 -0700
Hello, i´m using the backgroundworker in an Consolenapplication. For testing i write the current ManagedThreadid from Main, the Backgroundworker Dowork-delegate and RunworkerCOmpleted-delegate. i expected that the ids ...

Poor humaneyes   (1 messages)   Date: Wed, 22 Aug 2007 22:26:13 -0700
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks. ...

Cross-post: Creating a new 'user property' tab in AD Users & Groups   (1 messages)   Date: Wed, 22 Aug 2007 20:10:48 -0500
I am looking for example code and articles on creating a custom tab in AD Users & Groups user properties (like the Exchange add-in). Any direction is greatly appreciated. TIA ...

Is C# written in C++ underneath?   (3 messages)   Date: Wed, 22 Aug 2007 13:04:05 -0700
Hi, Very curious of the role of C++ today, was wondering if C# was actually written in C++. -- Thanks in advance, Juan Dent, M.Sc. ...

Sharepoint Application error   (2 messages)   Date: Wed, 22 Aug 2007 11:18:05 -0700
I have already posted to the Sharepoint discussion group but I think that this is a more general dotnet.framework error than a Sharepoint error. I am getting the following error with Windows Sharepoint Services 3.0. Does ...

Add Namespaces with XmlTextReader and XmltextWriter?   (2 messages)   Date: Wed, 22 Aug 2007 09:32:41 -0400
Framework 1.1, I have an existing complex XML document. I need to add some namespace information to certain elements. Can anyone illustrate how to use and XmlTextReader and XmlTextWriter to add custom namespace info where ...

Starting a function on another thread   (3 messages)   Date: Wed, 22 Aug 2007 06:34:03 -0700
My environment: VS 2k5 Team Software developer SP1, VB.Net, Web Service I have a web service. I also have another class file. I am trying to call a web service operation from within my private class file on another thread ...

Finding Close matches in a collection class   (5 messages)   Date: Wed, 22 Aug 2007 06:04:03 -0700
In an appliction I want to store lots of items in memory and locate sets of the based on the some starting substring. If I was doing it in sql, I would use "select * from table where Key like 'Fred%' From what I've ...

How to show only year using DayTimePicker   (3 messages)   Date: Wed, 22 Aug 2007 14:31:09 +0530
Hi Everyone, How to show only year on UI using VS DayTimePicker in C#. Looking forward for your response. Thanks Sandy ...

Weird problem....   (3 messages)   Date: Wed, 22 Aug 2007 18:53:17 +1000
Recently I created a .MSI for our (.NET3) application. When my boss tried to install and run the app from his home (on Vista Ultimate 32bit) he got this message: ===== Description: Stopped working Problem signature: Problem ...


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