|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Can't create user accounts
tkilmer -
5 May 2007 2:08 PM - 2 messages
Hi, I have a new laptop with windows vista. I have the admin account setup. However, when go to control panel/add or remove user accounts and click on it does not work. The clock flashes quickly like it is going to do something but ...
byte
AVL -
5 May 2007 1:19 PM - 2 messages
hi, I've a byte value of 15... i wan to get it's representation a follows 0x01 | 0x02|0x03|0x04 basically i want to know by OR ing which numbers,..am I getting a value of 15... ...
datagridview help
AVL -
5 May 2007 1:06 PM - 2 messages
i've used .net 2.0 datagrid view control/.. i want to show a dropdowm menu whenever i doubleclick a row on my grid.. how do I achieve it...any good samples ...
need xml help
AVL -
5 May 2007 1:04 PM - 2 messages
I'm a newbie to xml concepts.. my requirement is to read a very big xml file and pick up few slected nodes and build List array out of it..... how to I acheive it with minimal coding? which xml class supports this.. ...
Monitor printers
Fredrik -
5 May 2007 9:47 AM - 4 messages
Hi, I have a problem google or these groups has not yet been able to provide an answer for, I could be missing something obvious. But I certainly hope not. I want to monitor all printer queues on the computer - and get a ...
Concurrency violation: the UpdateCommand affected 0 of the expecte
mkomasi -
5 May 2007 8:01 AM - 2 messages
Hi When I want to update a record folowing exception has been appeared: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records Can anyone help me about the cause of the exception? regards Mehdi ...
Learning & Frustration.
Brent -
5 May 2007 1:15 AM - 12 messages
Ok I'm sure there are a lot of people in my position. I am a professional developer and have a situation of information overload here. Microsoft is pushing out stuff so fast these days that's its IMPOSSIBLE to keep up with ...
custom serialization..need help
AVL -
4 May 2007 2:01 PM - 2 messages
Hi, I'm new serialization concepts....I need some hwlp.. I've a class defined as follows class CustomSerialization1 { private string s; public string Test ...
Most popular object persistence framework
Peter Morris -
4 May 2007 9:46 AM - 10 messages
Hi all What is the most commonly used object persistence framework for .NET? Thanks Pete ...
Merging Visual Studio & SDK Help
scolemann -
4 May 2007 6:24 AM - 3 messages
Hi all, I recently installed windows workflow foundation and then realized that I could no longer see .NET framework documentation in my MSDN help. I installed the SDK hoping that it would merge back in. However, I now have two separate help collections, one with the ...
Right Click Context Menu of a C# windows application not working o
TL -
4 May 2007 2:14 AM - 2 messages
Hello, I have developed a C# windows appl using .Net framwork 1.1, it is working fine on Windows XP. But one of my workmate tooks it home to try, when she tried right click to get to the context menu of the application, it doesn't ...
Using cacheing??
JP -
3 May 2007 6:58 PM - 2 messages
I’m researching the idea of using caching in my application. And I wanted to get other people thoughts that have used it with .NET 2.0. Below is an explanation of the current process: I have an application with several web pages. When any of these pages is ...
DoEvents in c#.net
Andrew -
3 May 2007 6:01 PM - 3 messages
Hi, guys, As you know, in VB6, we have have DoEvents. How can we do the same job in c#.net? Thanks. ...
Programmatic diagnostic questions about dlls
Jason Ratke -
3 May 2007 5:29 PM - 7 messages
Hi, I am currently working on a diagnostic utility for developers, and some of the things I want to check are whether a dll in a project output folder is locked and cannot be over-written, or if an incorret version of a dll has ...
compact framework
liliana -
3 May 2007 4:32 PM - 2 messages
Abstract The solution scope is to redirect intercept and redirect every call that accomplish with a call number pattern on Windows Mobile smartphones to a toll free number which is a prepaid platform. Solution Components CallListener: This is the component responsable to monitor when an end-user wishes to dial ...
Is This Overkill?
Mike Hofer -
3 May 2007 3:52 PM - 24 messages
I've been maintaining some source code, and I've noticed some radical inconsistency in the code, particularly in the way that parameters are validated. I've noticed that this seems to have been pretty much the case throughout my career. ...
serialize a property of a collection
Daniel -
3 May 2007 2:54 PM - 4 messages
Hi, I have a collection, which is a property of a class: public class PostcodeCollection : CollectionBase { // ...collection specific properties [XmlAttribute("Total")] public int Total { get { return List.Count; } ...
Framework, ProtocolType.Icmp and VISTA
Andre Lorbach -
3 May 2007 2:23 PM - 5 messages
Hi all, I did not find any other suitable newsgroup for my question, so I took this one here. I have a little project which has some kind of a network scanning wizard, to find local area computers and access them using the Eventlog or simple ...
2.0: "Debugging failed because integrated Windows authentication in not enabled"
R.A.M. -
3 May 2007 1:23 PM - 2 messages
Hello, I am writing my first ASP.NET application (I use .NET 2.0, Visual Web Developer 2005 Express Edition and SQL Server 2005 Express Edition). The application builds successfully but when I try to start debugging from Visual Web Developer I receive message box: ...
Setting required framework version
QDL -
3 May 2007 12:07 PM - 3 messages
Hello everyone, I'm experimenting running side by side fw versions on a test box. One thing i do not understand is how it is determined the version to use when running an app. I wrote a very small proggy that just displays the version of the ...
Problem : 2 different ASP .Net running in one IIS
Masita -
3 May 2007 10:23 AM - 3 messages
Hi all, I am having a problem with different version of website. One website written in Dot Net I and another one usig Dot Net II. The 1st website using Dot Net I had successfully run for few years. Until, I am configuring another website in same IIS whcih using Dot Net II. ...
laptop
Irfan -
3 May 2007 8:57 AM - 3 messages
hi, Nigel The laptop that I want to have, has Windows Media Center. I was reading on net that the main differance between Win XP Pro and WMC is that WMC has 'joining a domain capability disabled'. ..--------------- Here is an excerpt: ...
How to find the Parent Thread
Mark Howell -
2 May 2007 11:59 PM - 2 messages
Is there a way to find the Parent Thread that spawned a certain Thread? For example: Thread a Spawns Thread b From inside Thread b's process, can I get to Thread a's TLS ...
How to get a mini dump?
Lloyd Dupont -
2 May 2007 11:32 PM - 3 messages
On some client's computer the XmlDocument.Save() fails with some weird internal error such as: ============== Exception : System.IO.IOException Message : Unknown error "-1". Source : mscorlib Help : Stack : ...
Are they the same day?
Andrew -
2 May 2007 9:25 PM - 2 messages
Hello, friends, What is the best way to test if two date values are the same day (same hour) or not in c#.net? As you know, in VB6, we have a fuction DateDiff("d", date1, date2). Do we have a similar one in .net? ...
DataTable.Merge()
mj2736 -
2 May 2007 7:46 PM - 2 messages
I'm a little confused about DataTable.Merge(). I have two DataTable objects with the same structure - dtOrig and dtCurrent. The end result I'm trying to achieve is to get all the rows in dtCurrent that are in some way different from the corresponding rows in dtOrig so those new/ ...
Getting 3.0 Facts Straight
sloan -
2 May 2007 6:42 PM - 6 messages
Ok. If anybody has a url , that'd be great. My IT Department is asking for the exact lowdown on 3.0, from a machine/OS perspective. 3.0 projects can be developed on a. XP SP2 ...
case values in switch statement?
Andrew -
2 May 2007 4:09 PM - 5 messages
Hi, guys, I have a switch statement like the follows in a KeyPress event: switch (e.KeyChar) { case '0' - '9': ...
win32 error
AVL -
2 May 2007 2:48 PM - 2 messages
i've created a console application whcih reads different file formats and scans for some for words.... the application builds fine and executes finely..but sometimes, the exe automatically becomes 0kb and gives me this error <Application.exe> is not a valid win32 application.. ...
checkboxlist query
AVL -
2 May 2007 2:43 PM - 2 messages
I've used a checkboxlist control on my form.. i'm populating values dynamically at runtime to this list.. but when i do it, the checkboxes so added are remaining unchecked... but I want a newly added item to be checked by default... ...
RE: How to access code inside methods
Greg Hart -
2 May 2007 1:19 PM - 2 messages
Juan, Did you ever find a solution to this problem. I need to do the exact same thing and find dependencies within methods. I know this post is pretty old. Any chance you remember and can point me in the right direction? ...
How can I get volume ID
Alexi F. Sharafutdinov -
2 May 2007 5:47 AM - 2 messages
Hello. How can I get volume ID on which I have open file? Alexi. ...
Overriding "OnXXX" versus adding event handler
Peter Duniho -
2 May 2007 12:50 AM - 5 messages
Okay, this has come up in the past but I haven't seen anything that I would call a good, solid general rule. The question applies more generally, but I'm going to ask in the context of a Control. How does one decide whether to write an "override" method ...
convert an object to string and back (in a culture independent fashion)
Lloyd Dupont -
2 May 2007 12:17 AM - 5 messages
to store user preference in our application we have an 'hand written' XML file. (as opposed to XmlSerializer written one, which crash sometimes, on some user's computer, for some unknown reason.. but I'm digressing) In this XML file I store object value, which I convert to string (when ...
Windows Workflow - What basic tutorials? What's going on here?
B. Chernick -
1 May 2007 7:10 PM - 7 messages
I thought I was an experienced programmer but I'm looking at the beginning WWF tutorial (Simple Expense Report) and I'm baffled. I feel like I don't know how to even begin reading this. I thought this was supposed to be ...
Truly cross platform?
Ray Cassick -
1 May 2007 6:40 PM - 7 messages
The thread bellow titled 'Determining if two paths are the same' brings to mind some of the first 'things' I had heard way back when DotNet started. It was going to be the panacea of cross platform development. I am asking the question here of the group to find out if everyone (anyone) ...
Locking Desktop and Threading Issue
Jenbo -
1 May 2007 4:35 PM - 8 messages
Hi, I have an application that displays forms on the users desktop, what I am doing with it is having a SystemEvents SessionSwitchEventHandler to capture the lock of the desktop, I would like to kill the forms when this event is captured, that piece is ...
.Net Windows Service ...data access problem
Samuel Rhodes -
1 May 2007 2:10 PM - 3 messages
Hi, I am writing a .NET windows Service that will access the database every 10 minutes. When the service calls the function in the business services layer which in turn calls the correponding function in data access layer, this DAL ...
Installation problem - MSDN Libs for VS2005
B. Chernick -
1 May 2007 1:31 PM - 3 messages
I'm trying to jury-rig an installation of MSDN for VS2005 from ISO disks. The company I'm working for has an 'install drive' so I'm not sure of the pedigree of these directories. Essentially, since I don't have a CD burner ...
Questions about clickOnce
Irfan -
1 May 2007 9:53 AM - 9 messages
hi, I have couple of questions about clickonce again, I am publishing a Winform appplication using ClickOnce. In the 'Publishing Location' text box I input the directory name (C:\CLICKONCE\Test2\). In the 'Installation URL' what shall i input. Why do ...
search results dialog box
petegb -
1 May 2007 1:19 AM - 4 messages
when i open search from the start menu, i get a listing in the task bar, but the box cannot be seen. when i click on the task bar block it appears to fly off the screen to the upper right ...
The Interlocked on the Edge of Forever
Chris Mullins [MVP] -
30 Apr 2007 8:13 PM - 41 messages
I've got a quick question that's been bugging me for a long, long time: Let's say I've got a member variable (in a heavily threaded app): private int _firstTime = 0; To make changes to this is easy enough: ...
some config error happens periodically only
gsl -
30 Apr 2007 4:11 PM - 4 messages
Hi we have a number of web applications once in a while they produce an error like below if you restart IIS - they disappear it happens on two servers any ideas? Thamks GSL ++++++++++++++++++++++++++++++++++++++++++++++++ Configuration Error Description: An error occurred during the processing of a configuration file ...
Determining if two paths are the same
Mark Chambers -
30 Apr 2007 2:27 PM - 11 messages
Hi there, Given two file names in relative or absolute format, I need to determine if they point to the same file. While I can simply pass each to "Path.GetFullPath()" and compare the results, what is the rule regarding ...
Directory Sizes and Performance
Flinky Wisty Pomm -
30 Apr 2007 10:44 AM - 3 messages
Hi all, I need to regularly traverse a large networked file system and return a list of directories and their respective sizes. The file system is large enough that performance is a serious concern. As well as the recursive [File/Directory]Info solution, I've seen ...
Interface & Event
hufaunder@yahoo.com -
29 Apr 2007 8:25 PM - 3 messages
I have an interface ITest that includes an event TestStatusChange. There is also a class Test that implements ITest. In one of the functions of Test I want to call the event (see code at the end) but get the following error: ...
System.Speech
Arne Garvander -
29 Apr 2007 1:24 PM - 12 messages
How do I add a reference to System.Speech in Visual Studio? ...
Any groups created for WPF / WCF ?
Jigar Mehta -
29 Apr 2007 8:05 AM - 5 messages
Hello, is there any specific newsgroups created for WCF or WPF ? I tried searching but could not find.. it would be a good idea if Microsoft can create such newsgroups, will help people developing early applications on these new technologies. Newsgroup on LINQ would also be a good idea.. ! ...
|
|||||||||||||||||||||||