|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Windows XP security update not letting other program run
nanny''s nook -
14 Apr 2007 10:18 PM - 3 messages
After security update for windows xp (KB925902) published 4/3/2007 I had to install a hot patch fix to correct the error I was getting. Now I have discovered that I have a program that will not work and I feel sure it is ...
connect to another computer
magdamm -
14 Apr 2007 3:22 AM - 3 messages
i would like to connect to my fathers computer to help him fix things. how do i do that? he runs xp and i have vista. i just want to be able see his desktop and change things around- like settings. help :) ...
System.Net.Mail
Micus -
13 Apr 2007 10:30 PM - 3 messages
I have written a program using the Win32 API / MAPI to create email messages. Are there any code samples or good reference sites for doing this using managed code (C++/CLI if possible). TIA, M ...
External Config Files
camainc -
13 Apr 2007 7:01 PM - 12 messages
I'm trying to share configuration information among several similar applications. I wrote a custom configSection handler and all that, and as long as the configSection lives in the app.config file everyone is happy. When I move the section out to separate file stored somewhere on the ...
waitforexit and hyperthreading
nemesistime -
13 Apr 2007 11:08 AM - 4 messages
I am using the following fragment of code in the main of a console application : ..... Process p = new Process(); p.StartInfo.FileName = "C:\\Programmi\\OpenOffice.org 2.\\program\\soffice.exe"; p.StartInfo.Arguments = "C:\\H\\TMP\\sql-20070410.log"; p.Start(); ...
reflections
Perecli Manole -
13 Apr 2007 1:00 AM - 2 messages
Is there a way to reflect the events in a class that are declared as "Friend"? Dim objEventDescriptors As EventDescriptorCollection = TypeDescriptor.GetEvents(Me, New Attribute() {New ScriptEventAttribute(True)}) For Each objEventDesc As EventDescriptor In objEventDescriptors 'do stuff ...
Windows XP Shutdown
PHIL -
12 Apr 2007 9:12 PM - 2 messages
I recently installed dsl into a compaq computer. Computer will not shut down unless i turn dsl off. It does shut down but starts back up in about 3 minutes. Power options have been checked. Is this a problem with dsl or ...
Callback Delimma...
altagrego -
12 Apr 2007 3:35 PM - 2 messages
Greetings, 1. Multiple threads will make REQUESTs. (I synchronous request per thread) The number of threads could vary.. (1..n) where n could be 10,000. 2. A separate thread will be monitoring the central RESPONSE ...
Metadata in Manifest Or Manifest in MetaData
Sriman -
12 Apr 2007 2:08 PM - 3 messages
one question in my mind. Please clarify. If my question is wrong, Please excuse. 1) metadata is a part of manifest Or Manifest is a part of metadata? I am assuming Manifest is a part in metadata. ...
Need help on GUI
AVL -
12 Apr 2007 11:22 AM - 2 messages
Hi, I've a requirement in which I need to open my windows application from a console application.. how do i it? any good samples... ...
try catch (re)throw problem...
Lloyd Dupont -
12 Apr 2007 7:27 AM - 3 messages
I have an object where I do 'special' cleanup in case of exception my code is somewhat like that: void Method() { try { Something(); } catch ...
delegates
DiamondDavo -
12 Apr 2007 5:44 AM - 7 messages
Hi there I have a delegate that needs to have only 1 function to call. There is a possibility that the function will be added to the delegate a second time if the button is clicked twice. Is it "legal" to assign a delegate null before ...
.Net 2005 user control
Ariel -
12 Apr 2007 5:34 AM - 2 messages
Hi. I'm trying to migrate a custom built user control for .net 2005, to .net 2003. How can this be done? I understood there was some way to wrap around it, and create a new user control. Thanks, Ariel ...
.Net framework 1.1 2 and 3
Paul -
12 Apr 2007 5:03 AM - 4 messages
Do u have to install 2 and 1.1 beforehand? Before .Net Framework 3? Last time I installed 2, something that needed 1.1 wouldnt work because it wasn't installed. (I thought 2 may have had the files required for 1.1). Obviously I was ...
WF ActivityValidator: checking if DependencyProperty has been boun
_keith -
12 Apr 2007 3:18 AM - 8 messages
Scenario: I have a custom activity that has a DependencyProperty. The property type is a complex object (just an object with some properties, nothing fancy). When I drag my custom activity onto a workflow I want to ensure the property is ...
Is data always serialized when passing through a WCF service?
Juan Dent -
11 Apr 2007 8:48 PM - 7 messages
Hi, Yes, I understand that in most cases the data will need to be serialized (ie, to reach another AppDomain). But what about a service that is self hosted, ie. called InProc? Seems to me serialization there is absolutely pointless and hurts performance. Don't you think? ...
Make Single Instance in C#
Alex Maghen -
11 Apr 2007 8:24 PM - 11 messages
In the Visual Studio documentation for VISUAL BASIC ONLY, there seems to be the ability to mark an application as "Single Instance" so that it will run only once. How do implement this same functionality in a Windows Forms C# ...
Reading a 2.0 manifest with dotnet 1.1
DotNetter -
11 Apr 2007 1:39 PM - 2 messages
Hi, Is it possible to read data from a dll (such as version, public token...), which has been created with VS 2005, with a program written in VS 2003. When I try to load the assembly (using reflection) it says that ...
SmartClient - ASP.NET Issue
Mike -
11 Apr 2007 1:01 PM - 2 messages
Greetings, I have an aspx page where on it is a link that calls my smartclient (a windows form) that opens up. When the user is done in the form, he or she hits a button that saves data and closes the ...
strings vs regular expressions
AVL -
11 Apr 2007 8:26 AM - 7 messages
hi, I need to comapare or check for substrings in a given string. which would give better performance - string related comapare functions or regualr expressions.... ...
Notification when a new column is added to a table
deepak -
11 Apr 2007 6:50 AM - 3 messages
Hi There, Is there a way in which Sqlserver can notify the dotnet application when a new column is added . i believe we can not use Query notifiaction here(correct me if i am wrong) .i am using sqlserver ...
X509 certificate with password
Filippo Bettinaglio -
10 Apr 2007 10:10 PM - 2 messages
Hi, I have a certificate X509 with a private key therefore is protected by password stored in a file. I need to read the certificate, with NET2 is a peace of cake: X509Certificate cert = new X509Certificate(@"...path...", "password"); Done !!!! ...
Serialization Woes
Oldman -
10 Apr 2007 7:28 PM - 4 messages
I have a type that is serializable that is located in an assembly that is loaded dynamically from a special directory. When deserializing this object the framework fails to find the type. Now, I am aware of the SerializationBinder class and how it can be used to ...
DeadLock Issues
Duncan -
10 Apr 2007 4:38 PM - 2 messages
Hi all, We are running on W2K3, 64 bit, IIS6.. and recently started getting the following.. ISAPI 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'. The worst part is what follows.. ...
Native compilation
VBAdev -
10 Apr 2007 2:06 PM - 3 messages
Hi all, I'm looking for a tool to compile .net assemblies to native code to protect a product from decompilation. I already considered Remotsoft linker and minideploy tool. Can you suggest me any other product? TIA Marco Paci ...
[feature request] Array.IsNullOrEmpty
Wiktor Zychla [C# MVP] -
10 Apr 2007 1:36 PM - 2 messages
starting from .NET 2.0 there is a nice IsNullOrEmpty static method on a System.String class which saves the time so instead of string theString; if ( theString != null && theString.Length > 0 ) you write if ( !string.IsNullOrEmpty( theString ) ) ...
command line arguments
AVL -
10 Apr 2007 1:02 PM - 2 messages
Hi, Im a newbie to c#.net 2.0.. I need some info on command line arguments. how do I pass command line arguments in a console applications.. ...
BeginAccept callback problem
Clayton -
10 Apr 2007 8:47 AM - 3 messages
Hi all, I'm trying to develop a server that listens to incoming calls using the asycnhronous methods BeginAccept / EndAccept. I start the server (till this point it is ok) and few seconds later I stop it (with no clients connected). Once I press the stop button an ...
Socket.BeginReceive errorCode parameter
Alexander Smirnov -
10 Apr 2007 7:33 AM - 4 messages
Hello! In .NET 2.0 Socket.BeginReceive has a new overloaded version: public IAsyncResult BeginReceive ( byte[] buffer, int offset, int size, SocketFlags socketFlags, out SocketError errorCode, ...
Interop.IWshRuntimeLibrary.dll for Windows 2000 Server
Valerie Hough -
9 Apr 2007 9:15 PM - 3 messages
Hi, I created an application that uses the WSH runtime library in my XP development environment. As part of the build, the file "Interop.IWshRuntimeLibrary.dll" was created which I deploy with my application. However, my application does not work for Windows 2000 Server. ...
SmtpMail
Gerhard -
9 Apr 2007 8:06 PM - 2 messages
I have an application that uses SmtpMail. As part of that, I want a notification emailed to the sender on any failure. I am using: Dim SmtpMail As Mail.SmtpClient = New System.Net.Mail.SmtpClient(ConfigurationManager.AppSettings("strSmtpServer")) ...
F1 keydown for menuitem
B. -
9 Apr 2007 7:19 PM - 3 messages
Each of my menuitem has a help topic. When user selects the menuitem and press F1, it should pop up the help. However, how can I catch the F1 keydown event for the menuitem? There is no keydown event for the ...
Generic question
Enosh Chang -
9 Apr 2007 5:52 PM - 2 messages
Hi all: I have one question about generic class. public class Base<T> where T : new() { public Base() {} public void A() { T newObject = new T(parameter); ...
Unable to go back to default profile after creating a new one
Geoff -
9 Apr 2007 2:22 PM - 2 messages
I needed to put password protection on my computer which at that time had no profiles created, I added a profile and accessed it okay. However I realised that all my information such as Outlook with all the saved emails and ...
security exception when running .net app from network drive
Brian -
9 Apr 2007 12:57 AM - 2 messages
I have a .net app I can't seem to run on a couple of the machines I need to run it on. It works on most but on these few I keep getting a .net security exception. I have gone to the .Net Framework 1.1 Configuration app, runtime ...
How does Microsoft support WS-*??? (MSE2.0,MSE3.0, NET3.0)
johnxhc -
8 Apr 2007 5:04 PM - 3 messages
Although I see a lot of reference telling me that MSE.2.0 MSE3.0 support WS-*, but I have not seen any concrete sample on how the WS-* is supported, for example ws-transfer & ws-address. How does MS ...
Net Framework 3 loads up 2 as well?
skypeeper -
8 Apr 2007 1:58 PM - 7 messages
Does anyone know why, after removing all versions of Net Framework, and then installing just the 3.0 redistributable package, that NF 2.0 shows up in the Add/Remove Program list again? Can't seem to permanently remove this one? ...
|
|||||||||||||||||||||||