|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Is CaseInsensitiveComparer Obsolete??
DXRick -
31 Mar 2007 3:20 AM - 3 messages
I am reading the MCTS Exam 70-536 book by Nortrop and Wildermuth. Chapter 4 discusses the IEQualityComparer interface, and shows how to use it for a HashTable. The August06 MSDN docs also show a similar example. In these ...
Older versions of .NET
iamleppert -
31 Mar 2007 1:38 AM - 3 messages
I have some systems that have older versions of .NET framework installed. The company I am contracting with refuses to update the framework installed on their machines. Is there any way to switch the version of .NET you can "compile" in? I have Visual Studio 2005. ...
log4net or enterprise library log?
nkw -
30 Mar 2007 6:48 PM - 2 messages
it sounds log4net is not updated since 2003? ...
x64 or x86
Q. John Chen -
30 Mar 2007 4:19 PM - 2 messages
I got a new machine. It is AMD Athlon 64 processor. OS is XP Professional. I am trying to install .NET 2.0 framework. I downloaded NetFx64.exe (ver 2.0.50727.42). Double clicked on it and it gave me: ...
Re: .Net 1.1 versus .Net 2.0
Chris Dunaway -
30 Mar 2007 2:49 PM - 4 messages
..Net 3.0 *is* .Net 2.0 with some extra assemblies added to support WF, WPF, and WCF. The .Net 2.0 Assemblies have not changed. They are the same. ...
strange problem - Blend.exe - Erreur d'analyse de configuration.jpg (1/1)
Philippe Galiatsatos -
30 Mar 2007 10:44 AM - 2 messages
[attached file: Blend.exe - Erreur d'analyse de configuration.jpg] ...
migrating from .net 2.0 to WPF
praveen -
30 Mar 2007 10:31 AM - 2 messages
Hi, Is it possible to use WPF in the existing .net 2.0 application. any clarification/suggestions are appreciated Thanks in advance, Praveen ...
Where the native code store for second time execution
Umeshnath -
30 Mar 2007 9:58 AM - 3 messages
Where the native code store for second time execution. When it will clear or how long it will be there ? ...
.NET version selection
Z -
30 Mar 2007 7:00 AM - 2 messages
Hi, I am running VStudio 2003. I also have multiple versions of .NET installed. How do I select in VStudio which version to use to build my projects? ...
How to search for a keyword in a StringBuilder?
Laser Lu -
30 Mar 2007 6:44 AM - 9 messages
Sometimes, I need to do some time-consuming operations based on whether a specific keyword was contained in a lengthy string. Then, for a better performance, I wrapped that lengthy string into a StringBuilder. But after doing that, it seems there's no proper methods defined in ...
"aspnet_state.exe- Application Error" message
PCulley -
30 Mar 2007 1:42 AM - 3 messages
I have updated .NET Framework 1.1 to 2.0 and I get this error- "aspnet_state.exe- Application Error" right before my computer turns off when I shutdown the computer. Version 1.1 appears to have been working fine and I ...
Mixed 1.1 with 2.0
tcw -
29 Mar 2007 8:08 PM - 5 messages
Is it safe to use a third party's C# library which was built with .NET 1.1 in my .NET 2.0 projecct? Thank you in advance. -tcw ...
Reload Configuration values
Hey it's Filippo -
29 Mar 2007 4:37 PM - 2 messages
Hi there, I have an Windows application that on the maintenaince form allows the user to chose certain values that I store on the app.config. These values are stored on the <appSettings> <connectionSettings> ...
Stupid Sorting!
Cliff -
29 Mar 2007 12:38 PM - 6 messages
in the table: dt.Columns.Add("Session Duration Seconds", System.Type.GetType("System.Int32")); --------------- then the following code to try and sort the table based on that colum ------------- dv = new DataView(ds.Tables["vpninfo"]); dv.Sort = "Session Duration Seconds"; foreach (DataRowView dr in dv) ...
Can any one provide latest dump for MCSD.NET 2005
Umeshnath -
29 Mar 2007 9:36 AM - 2 messages
Hi, It would be grateful if any one can provide latest dump for MCSD.NET 2005. Either you can share a url or send to me @ umesh.n***@gmail.com ...
SQL Server does not allow remote connections
Gudni G. Sigurdsson -
29 Mar 2007 9:20 AM - 3 messages
Hi. I recently had to remove SQL Server 2005 and SQL Server 2005 Express from my system. Then, I reinstalled the express edition. This works locally, but when I try to connect to a database on this computer from another computer on ...
Daily automated process
bmjnine -
29 Mar 2007 12:24 AM - 5 messages
Hi all, I am trying to setup a daily task in my .NET (1.1) application. The application is a project management tool, and the daily task I am trying to set up will check for overdue project deadlines, and send ...
How can I speed up ToString of decimal and double?
ThunderMusic -
28 Mar 2007 11:58 PM - 13 messages
Hi, We have a part of our application that deals with millions of records and do some processing of them. We've achieved a pretty good performance gain by developping a custom DateTime.ToString and a custom int.ToString, but we ...
.Net 1.1 versus .Net 2.0
RobinS -
28 Mar 2007 5:11 PM - 43 messages
I am working at a company that is going to publish a product on the market. The code is currently in .Net 1.1. The developers would like to migrate it to .Net 2.0. Management has concerns about users having to install the .Net framework ...
Can we do this quick?
Andrew -
28 Mar 2007 2:52 PM - 5 messages
Hello, friends, I defined an enum like the follows: public enum OrderStatus { new, paid, processing, shipped } In database, we save 0 for new, 1 for paid, etc. However, when we display to users, we need to show new, paid, etc., i.e., ...
Why a little slow in startup of .Net applications
Umeshnath -
28 Mar 2007 2:05 AM - 5 messages
I have experienced a little bit of a slow in when a .net application runs first. But later it never happens until the system restarts. I understood the reason is that when ever application runs first JIT compiler recompiles the assembly and generate a native code that is fully ...
Question about Inheritance
Sridhar -
28 Mar 2007 1:46 AM - 3 messages
Hi, I have a web application which accesses the data base. So I created a dataaccesslayer project which has a separate class for each table. I have also created a business layer to access these classes so that I can only ...
bug in the automatic updates
jmorg -
28 Mar 2007 1:42 AM - 2 messages
I am reinstalling windows xp home edition on my laptop computer. The original windows on this maching did not come with SP2. I went to the updates site for windows xp and downloaded SP2 which works fine. The problem ...
Call DTS using C#
Chris F -
28 Mar 2007 1:10 AM - 3 messages
I am trying to call a DTS package in C# for the first time. I get the below compilation error related to the using Microsoft.SqlServer.DTSPkg80. I am still on SQL Server 2000 and am only using SDK v1.1.4322. Visual Studio is ...
Outlook 2007 Email problem
Michael Miller -
28 Mar 2007 12:53 AM - 2 messages
Hi, I'm pretty sure many are experiencing the same or similar problem but I don't seem to find any satisfying solutions!! On Outlook 2002, some emails content won't show up after I used & uninstalled Outlook 2007 beta 2. ...
Globalization question.
Alexander Kolev -
27 Mar 2007 10:58 PM - 3 messages
I create a class library. Then I add default resource file to support globalization and add strings. I want to use these resource strings outside of this assembly, but I see that the generator makes all strings as internal static properties. ...
Problem with (string, string) constructor when extending the Uri class
Jan Aagaard -
27 Mar 2007 8:51 PM - 2 messages
I have the following rather simple code, where I want to extend the Uri class in order to add a couple of handy methods. public class Uri2 : Uri { public Uri2(string baseUri, string relativeUri) { } ...
Debugging
Zachary Turner -
27 Mar 2007 7:12 PM - 9 messages
I have a situation with an apparent deadlock. I have two threads which are blocked on the statement "lock(_SyncRoot)", where _SyncRoot is my own private object. However, I've examined all the other threads in my application and walked up their callstacks, and none of ...
Windows Workflow Visual Designer
yy -
27 Mar 2007 6:55 PM - 2 messages
Is possible to use the Visual Designer of WWF to replace my Flowchart Editor/Container application? what i mean is that i just need to use the Visual Designer to replace my MFC-based Flowchart Editor since i already have a Container to contain the flowchart-object(s) in my ...
Console application will only run on machine where application was compiled
rlemon27@gmail.com -
27 Mar 2007 5:08 PM - 9 messages
I have written a simple console application that will only run on my machine. I can run the application outside of the IDE, but on other units I get a message that the system cannot execute the command. I installed VS 2005 on another computer to see if there was some kind ...
RegEx and Vb.net /// "Unrecognized escape sequence"
sloan -
27 Mar 2007 4:13 PM - 5 messages
I have a fairly simple RegEx code below. I am given a file name, (which I don't control) , and need to change a folder name in it. The code below is choking on the filename not being escaped. "Unrecognized escape sequence" ...
xxxx.dll.config file for what? (Setting for DLL)
mtczx232 -
26 Mar 2007 8:29 PM - 3 messages
VS2005 I have Class library that serve as COM. I put some setting to the My.Setting, the compile create file with name: xxxx.dll.config Now I read that config not work with DLL, I try that, and it's seem ...
Rich test box in DataGridView Control
Kapil Shah -
26 Mar 2007 7:15 PM - 2 messages
Hello Everybody, I am trying to implement RichText box control into DataGridView Control. Would be greatful if anyone guides me how to implement it. Thanks, Kapil
From [link]
Posted via DevelopmentNow.com Groups
[link] ...
Enterprise Library 2.0 configuration error
dick69anderson -
26 Mar 2007 6:34 PM - 2 messages
It is my intent to utilize the Enterprise Library Application Blocks. I am new to dotNet. I have downloaded the 'Enterprise Library - January 2006' version. The solution built successfully and I can execute the 'Hands on Labs' for logging. To transition to my code ...
ASP.NET multiple pages with very similiar layout and logic
Greg -
26 Mar 2007 10:07 AM - 5 messages
I have a complex page (with 8 complex user controls, and many other asp.net controls.) I have 2 very similiar pages to create, each page differing only from the others in one control. What is the best way to achieve this? I would guess that I have 3 ...
Reflection and Inheritance question.
Frank O'Hara -
26 Mar 2007 8:50 AM - 2 messages
I'm new to reflection and would like to know if what I want to do is possible. So far I haven't seem much value to reflection (for my needs) but that could be the result of not using it properly, or ...
BE-CAREFUL, YOU COULD BE A VICTIM OF SCAM OR FRAUD!!!
SIS -
26 Mar 2007 3:08 AM - 2 messages
Attention! With several on-going cases of fraudulent practices being carried out by criminals on the internet, you are advised to carefully read this circular, so as to completely secure yourself from every fraudulent and scam attacks by criminals on the internet which is very rampant in our current world. ...
IO.Filestream: write single byte (.Net 1.1)
Armin Zingler -
25 Mar 2007 6:35 PM - 4 messages
Hi, I use an IO.Filestream to write a single byte close to the end of a huge file (120 GB) by setting the Position property and calling the WriteByte method. This takes 40 minutes because all the bytes before the byte ...
|
|||||||||||||||||||||||