|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Re: MI5 Spam
Joe Jared -
30 Dec 2006 9:21 PM - 1 message
On Tue, 26 Dec 2006 19:27:49 +0000, MI5Victim wrote: Nuff said. ...
Error with .Net Runtime 2.0 on Windows Service
Microsoft News -
30 Dec 2006 2:22 AM - 6 messages
I need some serious help. I am getting the following errors in my event log: Source: .NET Runtime 2.0 Error Event ID: 5000 EventType clr20r3, P1 orionnetreg.exe, P2 1.3.2548.24224, P3 458d8320, P4 ...
FolderBrowserDialog bug in .NET 2.0 x64 Systems
LPJJ -
29 Dec 2006 7:52 PM - 1 message
I can confirm there is a problem with FolderBrowserDialog.ShowDialog() method on 64 bits computers (XP or Vista). Many times calling that method reports the following exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception. en ...
Find a process using a specific COM port handle
kermit_xc -
29 Dec 2006 4:20 PM - 1 message
Hi, I was wondering if somebody here knows how to find a process using a specific serial port handle. My application uses serial communication and there is another application that holds the handle that I am trying to aquire ... I need to find this application, and terminate it or at least force it ...
RegEx to NOT find matches
Ralf Hermanns -
29 Dec 2006 12:14 PM - 3 messages
In my project, I get the HTML code of a website, and I need to check for three texts: "Mail was send to...", "No data matching your search input" and "Request timed out" Problem is, one of the matches fits always and comes back very fast, the ...
Program can't run: "The application has failed to start because its side-by-side configuration is in
Lloyd Dupont -
29 Dec 2006 12:27 AM - 6 messages
Hi All! I have this application of mine which works well. It even used to work on Vista. (I work on XP most of the time). There are some ManagedC++ assemblies in the project. Now when I try to start the project under vista, when I try to access ...
Hidding collection items
Mario Vázquez -
28 Dec 2006 11:00 PM - 3 messages
Hi, I've created my own UITypeEditor to edit string collections in windows forms apps. Now I'd like to hide the collection items from the property grid. Does anybady know how? Thanks in advance. Mario Vazquez ...
How to get reference to instance of a generic object type
Luke Martz -
28 Dec 2006 7:18 PM - 5 messages
I have some code where I pass in control references as a generic Object, instead of the actual type of control. i.e. void SetWidth (object ControlToSet) { object.width = 50} .... I understand how I can get the properties of a generic object, and even see ...
Convert without DevEnv for MSBuild?
xeroxero -
28 Dec 2006 6:59 PM - 1 message
I have a Vissual Studio 2003 project and associated files. I want to build it with MSBuild without requiring an install of Visual Studio to convert the project file. What can I do? ...
Proxy servers and .NET
Quimbly -
28 Dec 2006 4:49 PM - 2 messages
Is there any way in the BCL to detect what proxy server settings are configured through IE (i.e. Tools-Internet Options->Connections tab->LAN Settings->Use a proxy server for your LAN...)? Furthermore, if a proxy server is problematic (i.e. non-existant or is ...
Serializing a dataset inherited from a typed dataset
Kevin -
28 Dec 2006 4:44 PM - 3 messages
In .Net 2.0 I have a dataset that inherits from a typed dataset (created using the built in tools). The typed dataset is serializable, and when I look at the source in the generated vb class it has lots of stuff to do with serializing in it. ...
BACKGROUND PROCESS APPEAR ON TASKBAR
The Howey -
28 Dec 2006 11:50 AM - 2 messages
I was using IE6 when I had a problem that a number of additional windows appeared on the taskbar. I have since investigated these windows and they seem to be background processes for applications I had running when IE6 ...
asp.net page send smtp mail too slow
tparks69 -
28 Dec 2006 4:18 AM - 2 messages
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. But sometimes even when ...
FileLogTraceListener class
Kunal -
28 Dec 2006 3:50 AM - 1 message
Hi friends, Anybody tried using the FileLogTraceListener class for data logging to text files ? I've been reading this and getting more confused. If any noble, generous soul can explain it to me or better still share the code snippets to make it ...
extracting email addresses from text string using regex
Khalid Rahaman -
27 Dec 2006 7:53 PM - 3 messages
I am attempting to extract the email addresses from the body of an email. I download the email to my app, extract the subject etc but i now want to also extract all email addresses from the body of this email. ...
Dictionary with duplicate values
Martin Hart -
27 Dec 2006 6:05 PM - 6 messages
Hi: I need to use a Dictionary structure, but I need the key value to be duplicable. What generic collection can I use for this? TIA, Martin. ...
EAB (2.0)?
Miles -
27 Dec 2006 5:43 PM - 1 message
Hello! Using the EAB (2.0) can anyone tell me how to flush or disable the default caching behavior of the Data Block in VB.Net (2005)? I was advised to use: ConfigurationManager.ClearSingletonSectionCache("Name_Of_Config_Section"); Unfortunatly, no such method seems to exist... ...
How to connect to "client authentication enabled" web sites
Aung -
27 Dec 2006 3:01 PM - 1 message
Hello, I use this code (see below) to connect programmatically (no manual input or user intervention) for web site with integrated windows authentication - or similar turned on. see here [[link]] for sample prompt. ...
Imagine Cup Korea 07
Thomas Holloway -
27 Dec 2006 1:00 PM - 1 message
Hello fellow programmers and software enthusiasts. I am here today to ask of any people for an opportunity to work within a team for the Imagine Cup Korea 07 contest. The Imagine Cup. The name itself evokes possibilities. The world's premier ...
when will .net application free the committed memory (or VM)
Surain Shen -
27 Dec 2006 6:34 AM - 1 message
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 ...
2.0/3.0 Compatibility
John -
26 Dec 2006 11:38 PM - 6 messages
Are there any compatibility issues to be concerned about if developers have 3.0 installed, but the production environment only has 2.0? As long as no 3.0 specific code is used I wouldn't think there's anything to worry about, ...
Manually Install .Net 2.0
Octavius Khan -
26 Dec 2006 9:42 PM - 5 messages
Is it possible to manually install the .Net 2.0 framework? What I mean is can I simply copy the framework onto a machine that does not allow installing software? I already have 1.1 installed. ...
Javascript call in Sub Procedure
mianiro -
26 Dec 2006 7:28 PM - 5 messages
Hi everyone I need a little bit of help ... I need to call a javascript function inside of a .net sub procedure. Here is my code: ClientScript.RegisterClientScriptBlock(Me.GetType(), "", "<script language='JavaScript'> function OpenChild() " & _ ...
WMI to access Exchange server Attributes connected to a Domain Controller in C#.Net
arjun -
26 Dec 2006 4:52 PM - 1 message
hey i am Manju, I want to access the exchange server information like : No of Exchange servers connected to a Domain Controller, Names of the Exchange servers, Their Version Numbers etc Using Windows Management Instrumentation WMI. Can anybody help me out in writing this code please.. ...
WMI to access Exchange server Attributes connected to a Domain Controller
arjun -
26 Dec 2006 4:52 PM - 1 message
hey i am Manju, I want to access the exchange server information like : No of Exchange servers connected to a Domain Controller, Names of the Exchange servers, Their Version Numbers etc Using Windows Management Instrumentation WMI. Can anybody help me out in writing this code please.. ...
SQL Row Number
Barry -
26 Dec 2006 7:02 AM - 4 messages
Hi I want to know if it is possible to retrieve a row no. for each row of a SQL Statement, row no below is not a part of the Table, but needs to be generated by the SQL Statement ??? ...
Retrieving DataTable results programmatically
Barry -
26 Dec 2006 6:58 AM - 3 messages
Hi I am using DataTable/DataSet in VS 2005, The sql statement is coded in script, i want to know how to retrteve results by changing the SQL commandtext progrmmatically something like this (possibly) dsSearchOperators.Operator.Select("State='CA'"); or ...
How to invoke a function in dll dynamically in .NET?
Bill Gates -
26 Dec 2006 6:51 AM - 4 messages
The path of the dll will be known in run-time. Thanks! ...
Configuration problem
Rastko Soskic -
25 Dec 2006 2:24 PM - 4 messages
I have trouble reading configuration files (configuration for class library (dll) project). Although I've added configuration file and properly added configuration file, when I try to obtain settings via configuration manager.... simply I can't. For example ConfigurationManager.ConnectionStrings["SomeName"] is always ...
How to create an application that support modules
Ben -
24 Dec 2006 4:35 PM - 4 messages
Hey, I want to create an application that supports modules, similar to what ERP systems offer. For example, ERP systems typically consist of modules such as finance, accounting, production, human resources, marketing, sales etc. What is the general architecture for such an application? Should there a ...
Video and .Net Framework
ata -
24 Dec 2006 2:42 PM - 2 messages
Greetings! I want to create project with video abilities. Here is short description of my needs: Application needs to be done with .NET Framework. Application should consist from two parts: Client application and server application have different functionality, but they both should work with web-cams installed on their sides ...
generate TypedDataSet with custom DataTable via designer
orenl -
24 Dec 2006 2:07 PM - 6 messages
Hi, Im using the VisualStudio 2005 designer to create typedDataSet (drag & drop from the service explorer). All the DataTables in the generated code inherit from System.Data.DataTable, I would like the dataTables to inherit from MyDataTable (a custom DataTable) instead. ...
|
|||||||||||||||||||||||