| Thread | Last Post | Replies |
|
| Trouble With Directory.GetDirectories and Disconnected Network Dri | 04 Apr 2007 13:46 GMT | 2 |
When I get a list of drives using the Directory.GetLogicalDrives(), it gives me all drives including disconnected network drives. When I attempt to use Directory.GetDirectories() on a disconnected drive, the GetDirectories Method stops responding. I also tried to use properties ...
|
| Setting up mail | 04 Apr 2007 12:46 GMT | 1 |
I am using System.Net.Mail.SmtpClient to send mail. I used localhost as the host but this did not work. For my app to work on a installed PC do I have specify the SMTP server of the PC????
|
| Interection with other applications | 03 Apr 2007 22:30 GMT | 3 |
I need to get some information displayed by other software, like getting the text of a notepad window, the displayed page in IE, and so on. How i Am supposed to do that? Messaging? Reflection?
|
| Runtime Error and <customErrors mode="Off"/> for Visual Studio 2005 | 03 Apr 2007 21:35 GMT | 2 |
I have just upgraded from Visual Studio 2003 to 2005 and am now trying to make my web apps work. My web app compiles and works fine in Visual Studio but once I publish it out to my server (which used to work) it gives me a server error
|
| Authenticode Verification | 03 Apr 2007 20:47 GMT | 2 |
I want to programatically verify a Authenticode signed file. How do I do this?
|
| ConfigurationManager.AppSettings["NAME"] returns null | 03 Apr 2007 19:46 GMT | 1 |
I'm new to C# , I'm using VS2005 and .NET2.0 .Here is my issue i just developed a simple application with app.config , and a simple class library and following is my app.configfile <?xml version="1.0" encoding="utf-8" ?>
|
| asynchronous asp.net | 03 Apr 2007 18:30 GMT | 3 |
We have an asp.net application that will also use MSMQ. When a client makes a request, we want to check several databases and put each response in MSMQ. We don't want the client to wait for all responses to come back. We were wondering if there is some component (maybe ...
|
| Timeout problems | 03 Apr 2007 17:28 GMT | 1 |
We are experiencing timeout problems with 2 of the reports on our website at present. Basically what is happening is , we have a request to the SQL Server database to run a stored procedure to return the data. Some of the requests
|
| Word Automation split word file in diffrent parts and retain formatting | 03 Apr 2007 15:57 GMT | 1 |
Hey guys I am trying to develop an application which would open an word file (.doc) and split it into multiple files. I want to create seperate file for tables, so the application should
|
| Using Regular expression to replace escape characters | 03 Apr 2007 15:28 GMT | 1 |
I have a string with some escape charaecters that need to be processed in our file Say for example the string might have something like following <escape V=".sp2" />
|
| Visual (X) 2005 Express and Visual Studio 2005 Pro | 03 Apr 2007 14:32 GMT | 5 |
What is the order of install for these? I am wanting to install GSE, and it requires VC# Express to be installed, I already have VS.Net2005 Pro installed. Do I need to remove Pro to install Express, or can Express be installed
|
| Downloading files woth in a web service and use t for furthue processing | 03 Apr 2007 12:08 GMT | 1 |
I am new to web services and i am facing a problem. I am interested in downloading some file from internet and use it for furthur processing For eg. i have a file at a the following URL and i want to download that file in the web service which i am coding and
|
| VSTO 2005 Excel Application & ClickOnce | 03 Apr 2007 09:56 GMT | 2 |
We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN for VSTO & ClickOnce documentation
|
| Class that receives network printer jobs (line printer) | 03 Apr 2007 08:33 GMT | 9 |
Can you point me in the right direction? I need to emulate a network line printer, and parse through the string data in the print job. The jobs will be printed from a 390 mainframe, but that shouldn't change anything. I have searched the net for various terms and all
|
| hibernation unchecked with fullscreen games? | 03 Apr 2007 06:26 GMT | 3 |
I have a serious problem with my computer. Whenever i start any games on fullscreen, (like counter strike or WOW) I get a pop up saying "hibernation is unchecked. do you want to hibernate?" I keep geting this as long as i play games. But I dont have hibernation on. When i try to ...
|