|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Using System.Net.Mail with Antivirus Software ...
Christopher Kurtis Koeber -
24 Feb 2007 11:55 PM - 3 messages
Hello, I am creating an application that sends messages using the System.Net.Mail class and I am running into a problem with Antivirus software delaying messages. If I disable the e-mail protection features of ...
Questions about uninstalling .NET Framework
Kauman -
24 Feb 2007 5:32 AM - 2 messages
I have .net framework on my computer, probably b/c it was an update or something. Anyway I was trying to clean up unused programs to free up space on my hard drive and I noticed in my Add/Remove progams list that I have Net ...
I believe I have found a bug in CLR 2.0 (System.Runtime.InteropServices)
johnxhc -
24 Feb 2007 2:48 AM - 2 messages
I have the big application, it has C#, VB.NET, VB6 & VC++ components, those components calling each other, passing the objects between the managed & unmanaged layer. The application crashes in one operation scenario, the crash is caused by the following: ...
Writing to CDRs and DVDRs
DXRick -
23 Feb 2007 10:41 PM - 2 messages
I did a search first and found that there are Win32 APIs for writing to CDRs. So far though, it would seem that there is nothing in the Windows API or ..NET for writing to DVDRs, and it also seems that the current retail programs ...
Interitance and PropertyInfo Question
lucius -
23 Feb 2007 10:15 PM - 7 messages
..NET 2.0. In the below code, when GrandChildThing is instanced, the GrandChildProperty is never set in line 9 of ChildThing. Visual Studio 2005 IntelliSense says that the instance is GrandChildThing, but there are no properties in the propInfos count and the property is never ...
Missing ASP.NET tab in IIS
musosdev -
23 Feb 2007 10:08 PM - 5 messages
Hi everyone, Hopefully someone could clear up my problem here. I'm setting up a new server (Win 2003 Standard 64-bit) for use as an Intranet server. I have 3 web apps written in asp.net - one uses .NET 2.0.50727 and two are ...
Get LOGON USER name in .NET 2.0
Brad King -
23 Feb 2007 9:53 PM - 4 messages
I recentlly converted some web services to 2.0. So far everything has worked great with the exception of one of the functions in an AD service. the following code: string sUser = HttpContext.Current.Request.ServerVariables["LOGON_USER"]; Worksk fine if debugging in VS 2005 but when I publish to the server. An ...
MailMessage.Fields possible keys and values
Alexander Smirnov -
23 Feb 2007 5:41 PM - 2 messages
Hello! Can somebody give me a link to documentation for all possible keys and their corresponding values for property System.Web.MailMessage.Fields I searched but didnt found this information in msdn Thanks in advance ...
Include Framework 2 in Install Pack
bahnin -
23 Feb 2007 5:38 PM - 3 messages
Hi group I need to install framework 2 before my app in the install pack. I have add a launch condition, and spécify the url. but once the framework is installed, the install stop, and my app is ...
Unit Test Framework for .NET 2.0?
Brian McCullough -
23 Feb 2007 2:23 PM - 12 messages
Hello, I posted a similar question to the less active MSBuild community group, so I apologize in advance for double posting, but I think it is applicable to this group as well... If I am using the Standard or Professional editions of Visual Studio 2005, ...
Framework 1.1 for Win2k3 Server Std x64
musosdev -
23 Feb 2007 2:09 PM - 4 messages
Hi guys I'm trying to install a web application which runs on .NET 1.1 onto a Windows 2003 Server Standard (x64 Edition) machine. Simple question... is there a x64 build of the .net framework 1.1, or will ...
.net 2.0 : looking for a "best practice" for multi threading jobs
Steve B. -
23 Feb 2007 9:38 AM - 5 messages
Hi, I'm building an application that follow this scenario. 1. Download a file on a server with http 2. Analyse this file and extract other files in one of the section of the file (like dependent files) 3. Foreach found files, repeat the whole process. ...
Determining per-connection bandwidth - 1Please Help!
OPM -
23 Feb 2007 2:41 AM - 3 messages
Hi guys and gals, I've been Googling hi and low for the past few hours trying to work out how to do this and having very little luck. I'm trying to determine how I can determine the in and out speed (bytes/sec) for TCP connections. ...
Copy Content Text File in Project to a Folder or a String
vjunkl@hotpop.com -
22 Feb 2007 10:04 PM - 2 messages
Hello, I have a content text file in my project and I'd like to copy it to a folder at some point in the execution of the application(not during a build). If this is not possible, how about reading a content text file into a ...
visual studio 2005 installation
Ganesh -
22 Feb 2007 8:05 PM - 4 messages
Hi There, I've xp pro, i installed visual studi 2005 with visual c#. i don't see Asp.net web application from File->New Project dialog box. I remember i used to see the Asp.net application in visual studio 2003 ...
Determining Thread objects in a process
Pete -
22 Feb 2007 6:11 PM - 3 messages
Is there any way that anyone knows of to get a list of the Thread objects for a running process from within the process? I don't mean ProcessThreads returned by the Process in System.Diagnostics, but the Thread objects ...
PreTranslateMessage and .NET
Luis F. Rodas -
22 Feb 2007 5:57 PM - 3 messages
Dear All, Does anybody know if exist functions in C# equivalent to PreTranslateMessage (MFC) ? Best regards, Luis F. (Indusoft Team) ...
MultiUser Environment
AnikSol -
22 Feb 2007 1:42 PM - 2 messages
Development Environment: VB 2005 Prof, SQL Server 2005 In a typical Multi User environment, what is the best way to handle updates of disconnected datasets of other users. Eg: User A opens application Winform 1, dataset1 is loaded on his machine ...
System.Diagnostics.Trace.WriteLine
Ollie Riches -
22 Feb 2007 9:32 AM - 2 messages
Just wonder what the cost of using the API System.Diagnostics.Trace.WriteLine() is? Infact does anyone know how this works internally - are all calls to the API processed asynchronously by another thread and does it use some form of a ...
Assembly redirection problems...
Sinex -
22 Feb 2007 8:45 AM - 2 messages
Hi ! I've developed a strong named assembly (dll) thats being used by a client application(exe). The dll is deployed to the application directory only. Now i have a new version of the dll. I replace the old version with the new ...
Seeking Sample Application Introducing .NET Remoting
Laser Lu -
22 Feb 2007 6:56 AM - 5 messages
Well, it's hard for me to get working sample applications which demonstrate the .net remoting architecture. Does anybody knows if there is any good tutorial application? The sample application would be better if it is released together with C# source code. ...
remote registry authentication
Darren Mar-Elia -
21 Feb 2007 10:19 PM - 2 messages
I have an app that uses the RegistryKey class to open and read keys on remote systems in .Net 2.0. I want to give the user the ability to provide alternate credentials to make the connection to untrusted systems but there ...
How to read all icons in a .ico file
Bob Altman -
21 Feb 2007 9:43 PM - 4 messages
Hi all, If I have a .ico file that contains mulitple icons, is there a way to construct System.Drawing.Icon objects from all of the images in the file? The Icon constructor does not provide an "index" argument to specify which ...
HTML AJAX to DOT.NET in Different Domain
Thom Little -
21 Feb 2007 7:47 PM - 10 messages
I am looking for an example of ... - HTML or ASP 3 page using AJAX - ASP.NET 2.0 web service in a different domain HTML or ASP 3 pages passes a string to Web Service and it returns an XML ...
works suite 2006 template loading problem
colin england -
21 Feb 2007 5:33 PM - 3 messages
can anyone help. i have loaded some of the most used programmes for me but no templates are showing can someone out there give me idiot proof instructions on how and where to look so that i can rectify this problem. yes i have an ...
Out of control threads
ujjc001 -
21 Feb 2007 5:08 PM - 8 messages
Hello group. I have a vb.net winform app that, in a sub, starts 10 new threads. The sub waits in a loop for these threads to finish before continuing. The end of the sub thread's sub sets a boolean ...
How to add NetworkCredential?
fj -
21 Feb 2007 4:06 PM - 3 messages
I use TCPClient object. Is there any way I can add networkCredential object to the request? How can I add username, password information on the web request? Again I am using TCPClient and send byte stream through socket. thanks in advance ...
how can i add a reference to a dll which is in other machine
chinna -
21 Feb 2007 3:11 PM - 2 messages
can i add a reference to a dll which is present on the machine in LAN.. ...
How to start app at startup ?
Kunal -
21 Feb 2007 3:02 PM - 2 messages
Hi friends, I'm faced with a requirement that is kind of unknown to me. In my situation, if my application was running and the machine reboots, then I need to start my application automatically once the machine comes up. If the ...
Link an object to an Assembly
Volker Thebrath -
21 Feb 2007 12:58 PM - 5 messages
Hi, I have a Program(exe) and a API (dll), both in c#, works very fine. Now I'm looking for a way to link both together. To have only one file(exe) to copy to the installation directory. Is this possible? ...
which version of visual studio would we need to use Windows Workflow foundation?
karsten.weinert -
21 Feb 2007 12:54 PM - 3 messages
Hello, in our windows sb server 2003 enviroment with sql server we consider to map our workflow with the .net3 windows workflow foundation component. What license of visual studio would we need to build workflow-based applications - express, standard, professional, or even ...
System.Drawing.Printing.PaperSize.Rawkind in version 1.1
Paul S -
21 Feb 2007 10:18 AM - 2 messages
Hi Is it in any way possible to get access to the property System.Drawing.Printing.PaperSize.Rawkind in version 1.1 I can see that it has been made public in 2.0 + A solution is of course to use the win32 method DeviceCapabilities, but I ...
.Net recent version?
ash07 -
21 Feb 2007 6:54 AM - 3 messages
Hi All, Can you help me getting the recent version of .NET framework? I have .NET 2.0 installed. Which is the recent release by Microsoft? Is Orcas(.Net 3.5) Released?If yes, Where it is available for ...
Property Indexer
hufaunder@yahoo.com -
21 Feb 2007 5:24 AM - 2 messages
I have found some examples on MSDN ([link] default.asp?url=/library/en-us/csref/html/ vcwlkIndexedPropertiesTutorial.asp), Code Project, etc about property indexers. In these examples the indexer uses a reference back to the ...
computer will not turn off after shut down
rythymace -
20 Feb 2007 11:29 PM - 2 messages
My computer just hangs after attempting to shut down. I went to microsoft support and it only suggests changing the power source for "APM" or something like that. I don't have that tab as an option. I only have UPS. What is ...
The right tool for Vista development in .Net 3.0
Dale -
20 Feb 2007 10:33 PM - 16 messages
I have searched high and low and I cannot find any blogs or posts to explain this. I am kind of surprosed; I had guessed it would have been one of the most asked questions here or in the Vista forums on MSDN. ...
Visual Studio Wildcard Compiler Directives?
lucius -
20 Feb 2007 8:21 PM - 4 messages
Why can't I do this in C#: using mynamespace.subspace.*; ? ...
HttpWebRequest and Request.form validation error.
fedrok -
20 Feb 2007 3:40 PM - 3 messages
Hi! I've got a problem with HttpWebRequet class. I've to make a POST http sendind a data stream. This data stream contains some "<" characters and so I get an internal server error 500 described as this: A potentially dangerous Request.Form value was detected from the client... ...
TCPClient - Detectiing loss of remote host connection
Andrew McNab -
20 Feb 2007 2:49 PM - 3 messages
Before I go and make massive changes to a TCP/IP library I made, I was wondering if the detection of connection loss is possible through the TCPClient class. The problem I have is that I make a connection to another application using ...
localized exception messages
leibnizster -
20 Feb 2007 12:41 PM - 6 messages
hello, how do I set ADO.NET exceptions to be thrown in a particular language? I downloaded the dutch language pack, set current culture etc. Everything works OK for regular System exceptions (ex. Divide by zero => it shows "Poging door nul te delen."). But the exception related to ...
Singleton implementation over multiple instances of one DLL (copy) ?
Lothar Behrens -
20 Feb 2007 12:10 PM - 3 messages
Hi, I have a class (called pluginmanager) that gets loaded indirectly by an assembly loaded with a call to LoadFrom. On the other hand I use operator new on other plugins, that are directly known in my test project. So i mix the way of creation of objects. ...
Adding VB.Net addin in Excel Tool Menu
shantanu -
20 Feb 2007 7:51 AM - 3 messages
Hi all I have developed a ADDIN for excel 2000, now i want to add the addin in the Tools menu of Excel. How can i do that. regards shantanu ...
Getting our Application to support Vista
Roger -
19 Feb 2007 9:28 PM - 10 messages
Hi All, Hope this is the right forum. If not, please direct me to another that might be more appropriate. We sell a commercial application that uses MSDE as the database. From our understanding, this will not work going forward ...
possibly a simple question
SP -
19 Feb 2007 4:30 PM - 5 messages
I have a web service application which uses 3rd party assemblies. I recently upgraded my solution to use .NET Framework 2.0 instead of .NET Framework 1.1. The 3rd party assemblies that I refer are built on .NET Framework 1.1 ...
Indicating the object type from app.config
Dick -
19 Feb 2007 1:33 PM - 2 messages
I’m successfully using the classes in the System.Configuration namespace to strongly type my configuration objects. However, I can’t see a mechanism by which I can use the configuration file to indicate the *type* of object to create. Is this possible? ...
newie. Any pointers?
flo -
19 Feb 2007 12:41 PM - 7 messages
Hi, I m trying to learn C# and the dot net framework and I am a bit daunted by the size. I ve been developing software for the last 3 or 4 years with delphi never had the chance to get into .net ...
How to make Global Change to MS Document?
Muhammad Nasir Waqar -
19 Feb 2007 7:28 AM - 4 messages
Dear All, I have 3000+ MS Word doucments in a folder and want to insert a header (image file) and a footer (some text) to all of these documents. Is it possible to write some script (VBA?) and have it insert the headers/footers to all the documents automatically? ...
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloa
dr -
19 Feb 2007 6:23 AM - 2 messages
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url); ...
MouseWheel Events
bern11 -
19 Feb 2007 3:42 AM - 2 messages
I have an panel containing an image which creates scrollbars if the image is too large for the panel. MouseWheel events automatically scroll the scroll-bars. How do I intercept the mouse-wheel and make it perform another function? I added a delegate mousewheel handler, but ...
Available "Initial Catalog" in given Data Source (sql)
Krys -
18 Feb 2007 10:38 PM - 5 messages
In SQL connection string i have to provide Initial Catalog and Data Source. How can i read available initial catalogues when i know only the given Data Source (for example "(local)\SQLEXPRESS")? ...
What is the difference between runtime version and the version propery in a .net assembly
nenzax -
18 Feb 2007 7:42 PM - 2 messages
What is the difference between runtime version and the version propery in a .net assembly Thanks -Nen ...
WIC Install Fails: "could not verify the integrity of the file Update.inf"
Ram -
18 Feb 2007 8:28 AM - 10 messages
Hey, Whenever I tried to install .Net Framework 3.0, the installation always failed, and by looking at the install log I saw the problem was in the WIC install, so I downloaded the WIC installer from MS site. But when trying to install the WIC, I recieve the following error: ...
Thread Synchronisation
Steven Spencer (Spinalogic) -
18 Feb 2007 3:07 AM - 6 messages
Hey everyone, just converted a class from .net 1.1 to .net 2.0 and the compiler has warned me of some deprecated usage of functions :(. Namely thread.suspend and thread.resume. My class was quite clean and the logic was sound (ie it worked). Now I was ...
|
|||||||||||||||||||||||