Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score .NET 3.0 support for Windows 2000?
armageddon - 6 Jan 2007 9:03 PM - 4 messages
Does anyone know if there is any planned support for .NET 3.0 on windows 2000?  It seems like a major miscalculation not to support win2K - there is still a huge install base, and it will be a while before there are enough 3.0 ...
Score ClickOnce
avanti - 6 Jan 2007 8:19 PM - 2 messages
Hi, I have an app that the users install from the ClickOnce installation link. One of the user is seeing the error: System Update Required: Unable to Run. The application requires that assembly Microsoft.mshtml version 7.0.3300.0  be installed in the GAC first. ...
Score certificate revoked problem while installing dotnet 2.0 framework
Yinon - 6 Jan 2007 4:13 PM - 1 message
Hi, I downloaded the dotnet 2 framework distributable, and tried to install it. After the unpacking phase the installer starts and then exit with an error. in the log file I found the following error : C:\DOCUME~1\Yinon\LOCALS~1\Temp\IXP000.TMP\netfx.msi could not be ...
Score ClickOnce - microsoft.mshtml
avanti - 6 Jan 2007 12:11 AM - 1 message
Hi, I have an app that the users install from the ClickOnce installation link. One of the user is seeing the error: System Update Required: Unable to Run. The application requires that assembly Microsoft.mshtml version 7.0.3300.0  be installed in the GAC first. ...
Score ExecutablePath, StartupPath and special caracters
Cedric - 5 Jan 2007 10:22 PM - 2 messages
Hi all, I faced a small problem and was wondering the reason (if any) for this. You can do the following test, quite easy. Just create a small app, displaying values of : Application.StartupPath and Application.ExecutablePath Now when running this app from a directory containing a special caracter ...
Score ClickOnce - file cannot be found
avanti - 5 Jan 2007 9:27 PM - 1 message
Hi, I use ClickOnce to publish and install an application in the company. I have a help file for the same in .chm format. It is part of the C# project as a 'content' file. I also tried as 'embedded resource'. It ...
Score How to differentiate between a program launched manually and launched by a windows task scheduler ??
mayur_hirpara - 5 Jan 2007 9:13 PM - 4 messages
Hi, I am writing a VB.NET application. It is a Windows application at the moment. The application contains a button. the click event of button perform a long running task. It needs to be started by windows task scheduler to carry out some ...
Score How to make global data thread safe ? Please Help...
Kunal - 5 Jan 2007 9:04 PM - 4 messages
Hi friends, I seem to be stuck in a peculiar problem. I have a public static class with public static members (different array lists). The members are thus global in nature and accessible across the namespace. I have a worker function which is called asynchronously (so that there ...
Score ClickOnce Error: The application is improperly formatted
Diane Yocom - 5 Jan 2007 8:26 PM - 3 messages
I've spent the last day trying to figure out what's wrong with my ClickOnce deployment.  I've found this question asked a lot in forums, but no helpful answers... I've created a WinForm application through VS2005 on my WinXP SP2 machine. ...
Score ClickOnce and publishing rights on intranet IIS
roybrew@att.net - 5 Jan 2007 8:04 PM - 1 message
Does anyone know of any way to "authorize" other developers to be able to "Publish" ClickOnce applications to an intranet IIS machine?  Where do you have to grant the authorization?  On the target folder (or parent) or through the IIS Admin tool? ...
Score Global data concurrent access ?
Kunal - 5 Jan 2007 5:37 PM - 13 messages
Hi friends, I have some global structure in my application. The data within this is read by some reader threads. There are about 10 new threads created per second. Threads do some processing and die. All threads process based on data read from the global structure. ...
Score Duplicate property information
Kevin Burton - 5 Jan 2007 3:04 PM - 6 messages
I am trying to reflect on a class that has two indexed accessors. One taking an integer argument and one taking a string. If I reflect on the type and execute GetProperties I get an array of PropertyInfo objects. The problem is ...
Score CIM repository
anjali - 5 Jan 2007 1:48 PM - 1 message
Hi,     I have a very basic query about CIM repository. I assumed that windows operating system is installed(Extended schema)then repository resides in its system32 folder. In bare metal, I mean only core and common model classes are there then where the repository resides? If my ...
Score Expose activesync-property in DirectoryEntry?
Jesro Christoffer Cena - 5 Jan 2007 12:01 PM - 1 message
I'm writing an application which scans information in AD for billing purposes, checking certain properties and group memberships. I'm having trouble exposing the property for enabling activesync. I've been told that it's accessible through the msExchOmaAdminWirelessEnable-property ...
Score ClickOnce -File Has Different Computed Hash than Specified in Mani
Ganesh Natarajan - 5 Jan 2007 12:00 PM - 1 message
I developed and Deployed a Click Once application using C# and .NET Framework 2.0. My deployment works in some machines and does not work in some machines. I have tried many options but all are in vain. I even posted a query in ...
Score Authenticate user in OpenLDAP with username and password
dorrit.Riemenschneider - 5 Jan 2007 11:24 AM - 1 message
I need to validate a user with username and password against our OpenLDAP active directory. This is my code: Private bool ValidateUser (string username, string password) {                 DirectoryEntry userEntry = new DirectoryEntry( ...
Score How to use multiple elements in a configuration collection
Ramon de Klein - 5 Jan 2007 10:48 AM - 2 messages
I want to use a ConfigurationElementCollection that contains elements of different types. The following code is an example of what I would like:   <output>    <ftp server="ftp://[link]" file="test1.xml"/> ...
Score Custom Config Section: How to get a TimeSpan from an attribute value?
style - 5 Jan 2007 9:33 AM - 6 messages
Hello In my custom configuration section, I'd like to specify an interval attribute which specifies an interval in milliseconds. I think it would be very comfortable to get this value directly as a TimeSpan. That's what I tryied: ...
Score Developing chat application ,which has both text based and voice based chat
deepak - 5 Jan 2007 9:29 AM - 3 messages
Hi All, we have a requirement of developing the chat application  which should have both text based chating  as well as  voice based, we know developing a text based chat app is straight,but having voice chat ...
Score about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembl
Lloyd Dupont - 5 Jan 2007 6:39 AM - 1 message
I have a program which run fine on my computer and on some client computer. However, recently, it started to crash at launch time with a mysterious error as in the title. After a bit of investigation it is probably a missing native DLL dependency ...
Score FileMode.CreateNew when file already exists
doug mansell - 5 Jan 2007 6:37 AM - 2 messages
If I use System.IO.File.Open with FileMode.CreateNew, and the file already exists I get an IOException.  Ok... but there is no specific exception for "file already exists", so how do I determine programatically that that was indeed the cause? ...
Score When to use System.Transactions
Bill Smith - 5 Jan 2007 5:53 AM - 4 messages
Hi, I have been reading through a lot of material online trying to figure out if my current scenario warrants the use of transactions. I have a ASP.NET 2.0 site that performs a task consisting of two LDAP operations, a filesystem ...
Score Editing a DataGridView bound to a DataView
ME - 5 Jan 2007 4:48 AM - 1 message
I have an application that displays data in a DataGridView.  The data is in a DataView that is sorted and at times filtered.  One of the columns I have in the dataview is a boolean field called "selected".  Typically the ...
Score InstanceDescriptor problem rendering Nullable<double> constructor parameters
Nathan Alden - 5 Jan 2007 2:12 AM - 3 messages
I have a class like so: public class MyClass {     public MyClass(double? x, double? y)     {     } } I have created a type converter for this class that converts MyClass to an InstanceDescriptor which renders a line of code like the following on a form ...
Score ASP.NET Forum like VBulletin
Joe Spears - 4 Jan 2007 9:51 PM - 1 message
Hi Can someone recommend some ASP.NET forum software, similar to VBulletin, but based on ASP.NET Thanks ...
Score Ecommerce software..
Joe Spears - 4 Jan 2007 9:32 PM - 1 message
Hi Can anyone recommend some good ecommerce software for .NET?? Any info. on products you would recommend appreciated. Thanks ...
Score Share assembly among COM+ applications using .Net
Salim - 4 Jan 2007 9:18 PM - 2 messages
Hi All, I want to achieve following: Dynamically create COM+ application and use same .Net assembly for functoanlity but with different user credentials. So i want to have same functionality but with different user credentials. I cannot store user credentials, so i am trying to create multiple COM+ applications with ...
Score Ecommerce software
Joe Spears - 4 Jan 2007 9:16 PM - 1 message
Hi Can anyone recommend some good ecommerce software for .NET?? Any info. on products you would recommend appreciated. Thanks ...
Score System.OutOfMemoryException with .NET 2.0 but NOT .NET 1.1
AY - 4 Jan 2007 7:09 PM - 2 messages
Hello, We use a third party reporting system (Actuate) which provides soap services via WSDL. My web application was initially built in Visual Studio 2003 using .NET 1.1. I was able to download huge files, i.e., over 100MB with no problems. ...
Score Security: ¿how to store an encryption key locally?
Néstor Sánchez A. - 4 Jan 2007 6:16 PM - 1 message
Hi, i need to know the best practice about a security issue... For a WinForms C/S application it is required to store an encryption key locally. ¿How can store that key to be accesible only by the application but no by ...
Score ConfigurationErrorsException when using dataContractSerializer
Rob Ford - 4 Jan 2007 4:58 PM - 1 message
I'm experiencing several System.Configuration.ConfigurationErrorsException exceptions when adding the dataContractSerializer to a behavior <system.serviceModel>   <behaviors>     <endpointBehaviors>       <behavior name="CalculatorBehavior">         <dataContractSerializer maxItemsInObjectGraph="165536" /> ...
Score event ID 0
GS - 4 Jan 2007 4:52 PM - 1 message
what can I do about this: Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 0 Date:  2006-12-29 Time:  23:30:58 User:  N/A Computer: IEI-A64 Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be ...
Score .Net Framework 1.0, 1.1, 2.0
Miguel - 4 Jan 2007 3:41 PM - 3 messages
Hi, I wonder if it is ok to have installed in a computer .Net Framework 1.0, 1.1 and 2.0. What happen is that I start having a problem with IIS after install Visual Studio 2005 which installed .Net Framework 2.0. The IIS icon ...
Score Microsoft Internet Explorer Displays a Blank Page While It Uses HTTP 1.1 on IIS6
Web Developer - 4 Jan 2007 2:56 PM - 2 messages
Hi everybody Well here is my problem Three weeks ago I have installed my ASP.NET 1.1 application on a Clustered web server. In order to reduce the size of my pages (cause of remote points of the company) I have enabled HTTP 1.1 Compression on my IIS 6.0 ...
Score Procedure migrate to DotNetNuke
VKforSQLRS - 4 Jan 2007 2:23 PM - 2 messages
Hi all, I would like to know the Recommended upgrade procedures from Microsoft to  upgrade from .net to DotNetNuke. ...
Score business class framework???
cartoper - 4 Jan 2007 2:20 PM - 3 messages
I recall seeing somewhere a book where the author creates a .net business object framework and allows any developer that buys his book to use the framework.  It is my understanding that it is a pretty popular framework with either three or four acronime name.  Does anyone ...
Score creating email attachement from stream, always empty.
James - 4 Jan 2007 12:23 PM - 10 messages
Hi, I have been trying to create a file attachement straight from a stream without touching the disk, however, the attachement always turns out to be empty, please help!! I tried attach a existing file and it worked, however I ...
Score replacing chars
Przemo - 4 Jan 2007 12:03 PM - 2 messages
Hi, I habe a binary file which I load into a byte array. I have to change some byte to another, for e.g. if byte = 101 then must be 122. It is about 100 such changes. I can make 100 "if" or 100 "select case". ...
Score when will .net application free the committed memory (or VM)
Surain Shen - 4 Jan 2007 10:36 AM - 4 messages
It's known, that .net app alloctes a block of memory and managed itselsf (or by GC), and when gc do collect, it may not free the committed memory immediately. Who'd like tell me when will it REALLY free the memory. Any reply is highly ...
Score Just Help Me
CorfuVBProgrammer - 4 Jan 2007 9:12 AM - 1 message
Hello All . . . Please answer the questionary in the following URI [link] Thanks a lot . . . :D ...
Score Questions about LINQ and other future features
Robert McCall - 4 Jan 2007 7:26 AM - 4 messages
Peace be with you all, Now that the WPF, WCF & WWF are .NET 3.0 (which is really just .NET 2.0 + a ton of new assemblies), what will be the version name for the features that include LINQ and other features such ...
Score Save Image from PictureBox :: Drawing VS.net 2003
prof_martin - 4 Jan 2007 7:25 AM - 3 messages
Hi, I got problem, kindly please help. Thank you error message: An unhandled exception of type 'System.NullReferenceException' occurred in Test.exe Additional information: Object reference not set to an instance of an object. with following code: --------------------------------------------------------------------------------- Public Class Form2 ...
Score Passing objects with pinvoke
Feldaspar - 4 Jan 2007 6:01 AM - 2 messages
Hi there, I need some help with p invoke. I have some win 32 dlls that I need to call a functions in. This functions require objects. eg: FUNCTION MailMerge(oDr AS Doctor, lAddToPatient := TRUE AS LOGIC) AS LOGIC PASCAL ...
Score How do I create a form in an outlook appointment?
Rissy64 - 4 Jan 2007 4:49 AM - 3 messages
I work as an administration officer and one of my jobs is diary management for about 6 counsellors & 4 case workers. I manage thier appointments and gather statistics from the information in them. Is there some way that i can ...
Score PrintDocument & Stream Objects
Roger - 3 Jan 2007 10:24 PM - 1 message
Is it possible to convert a PrintDocument object to a Stream Object? ...
Score Client not returning server cookie
Kunal - 3 Jan 2007 9:37 PM - 1 message
Hi friends, During my server's communication with client, I add a cookie to the HTTP response. I also set the "Expires" property of cookie using cookie.Expires = DateTime.Now.AddDays(1); This used to work earlier but today I have seen that my client has ...
Score CPU Utilization of Another server
JMZ - 3 Jan 2007 8:42 PM - 5 messages
How would I measure the CPU utilization, and perhaps other performance indicators on one server and make the data available to other servers, sothe applications running on them can make more intelligent processing decisions? Thank you in advance. ...
Score new group - MICROSOFT.PUBLIC.DOTNET.CRYSTALREPORTS
matt@mailinator.com - 3 Jan 2007 8:29 PM - 3 messages
hello, um, mr microsoft? could you, like, open a new forum in your usenet namespace? we .NET developers who use Crystal Reports really need a central location for swapping tips & making trouble-shooting inquiries. i know there is an official Business Objects website w/ a .NET forum ...
Score Interfaces and Abstract Classes
stephen - 3 Jan 2007 7:50 PM - 4 messages
Hi all, I have an interface interface ICar { void accelerate(double amt); void brake(double amt); double getSpeed(); } and I create an abstract class public abstract class GenericCar : ICar { protected double _speed; public abstract void accelerate(double amt); sealed override public void brake( double amt ) ...
Score Writing Own Debug Client
Michael Slattery - 3 Jan 2007 3:17 PM - 2 messages
Is there a way in C# to write my own debug client...  I want run creat an application that captures the Debug.w* messages much like the output window in visual studio. Thanks, Mike ...
Score File Version
Lex - 3 Jan 2007 3:10 PM - 2 messages
Is there a better way in .NET to get my applications File Version information than calling GetFileVersionInfo(). I am using VS2005, C++. Thanks ...
Score Running 32-bit App via ClickOnce on 64-bit Server
Krip - 3 Jan 2007 3:02 PM - 1 message
I have hosted a .NET 2.0 windows application on a 32-bit ASP.NET server.  I am running it via Click Once on a 64-bit Windows Server 2003 client machine.  I've compiled the app in x86 mode for 32-bit execution since it uses .NET 1.1 ...
Score Execute command
George Varelas - 3 Jan 2007 2:39 PM - 4 messages
Hi, can anyone tell me how can I execute an external command such as dos command through my windows application which is built in C#. VB has the "Shell(...)" function but I couldn't find something like this in C#. ...
Score Referencing controls inside FormView
Barry - 3 Jan 2007 12:04 PM - 2 messages
Hi This question is related to ASP WebApplication , I have a FormView on the Page and the FormView has Templates like InsertItemTemplate, EditItemTemplate etc.  on the InsertItemTemplate i have a control named FormView1.InsertItemTemplate.InsertTemplate.TextBoxLastName what is the method of referencing the controls "TextBoxLastName" in code ...
Score Q : WebClient.DownloadData not working for HTTPS page through a PROXY
Marauderz - 3 Jan 2007 7:23 AM - 5 messages
I'm trying to upload some data via the request headers to a page on a secured site, the page is accessed through the office proxy. Through IE and the appropraite proxy settings I can browse to the page just ...
Score .Net control memory not freed in mshtml
Baker.Travis - 3 Jan 2007 6:39 AM - 1 message
I have a large .net control that I am running in MSHTML. The control simply loads up a number of images, however this problem has been replicated with a number of other .net controls. When the control is unloaded by calling up another page none of the memory is freed. Using ...
Score Reading ZIP/CAB archives
John Stivenson - 3 Jan 2007 12:21 AM - 2 messages
What is the simplest way to read a ZIP/CAB archive from a .NET 2.0 application? I don't need to create new archives, just to read existing ones. ...
Score Publishing on front page
Haley - 2 Jan 2007 10:21 PM - 2 messages
I have been using Front page for a couple of years now, but the last 6 months it refuses to allow me to publish stating it cannot create folder "name of file". Could this be a security problem?  Any suggestions? ...
Score Custom configuration section: How to get null for non required properties?
style - 2 Jan 2007 10:13 PM - 3 messages
In the following sample I declared a custom configuration section within my app.config. As you can see, the lastName attribute of the second employee element is missing: <?xml version="1.0" encoding="utf-8" ?> <configuration> ...
Score Interoperability questions!
Axel Gallus - 2 Jan 2007 8:26 PM - 3 messages
I am going to develop a software in the domain of image recognition. I have planned to use the .Net Framework 3.0 to to so. Especially the Development Environment together with new technologies like XAML and WPF supported the idea of using .Net 3.0 . ...
Score DB2 Support in Enterprise Library Jan 2006
DaveEmde - 2 Jan 2007 7:26 PM - 1 message
We just found out that there is no support for DB2 in the Jan 2006 version of Enterprise Library. Does anyone know if this will be forthcoming and what the potential release date is? Thanks, -------------- -Dave ...
Score Async web calls can't be timed?
Andy - 2 Jan 2007 7:16 PM - 10 messages
Tough asynchronous web request question. I'm making few asynchronous web requests (loop) using System.Net namespace with HttpWebRequest, BeginGetRespons, AsyncCallback and all that stuff.  The asynchronous part works, but I also want to time my requests.  That part ...
Score Using System.Management to grant users FTP doesn't take affect
Konstantin - 2 Jan 2007 6:59 PM - 1 message
I am using System.Management to grant IP addresses permission to access our FTP server.  I am setting PutOptions type to UpdateOrCreate and issuing Put() function. New IP address is added to FTP security, but cannot access the FTP ...
Score comparing two generic Lists
Irfan - 2 Jan 2007 6:15 PM - 5 messages
hi, In the simplest form, i have two  generic lists and i want to compare if the elements in each of them exactly match. list<double> list1 = new list<double>(); list1.AddRange(new double[]{1,2}); ...
Score video components
mcosta74@gmail.com - 2 Jan 2007 4:34 PM - 1 message
Hi We are looking to a .net or activex component to ·    save video from any input device (with the most common encoding formats) ·    to be able to read from the file being saved ...
Score Session State problems for multiple users
mcbobin - 2 Jan 2007 4:12 PM - 2 messages
Hi, Hopefully somebody can help me... (Using Visual Studio 2005, SQL Server 2005, C# and ASP.NET) The development team I work in has created a large application that has started displaying some nasty bugs which we think are being caused by ...
Score downloaded pictures
kimtone - 2 Jan 2007 3:49 PM - 1 message
My brother sent  pics to me, and I was downloading them to my computer, and hit open instead of save....I deleted them and don't know if I can still retrieve them from hitting open instead of save? R they still some place on ...
Score Remoting Service Crash on Win2k but not on WinXP???
Howard Schmaeu - 2 Jan 2007 11:46 AM - 2 messages
I wrote an Service with remoting on it. I sinatll this on a WinXP and that work fine. But if i install this on an Win2k Maschine i got this error @the Eventlog: EventType clr20r3, P1 segoni_service.exe, P2 1.0.0.0, P3 458ca4d9, P4 ...
Score CSS object?
jeff31162 - 1 Jan 2007 7:22 PM - 4 messages
Hi all C# web apps in VS 2003 .net1.1 Is there such thing as a StyleSheet object that I could instantiate and then load up a CSS and then refer to the various rules, classes of the css? I want to use a regular css file but be able to load it up and then apply ...
Next »