| Thread | Last Post | Replies |
|
| aspnet_wp.exe could not be started | 27 May 2004 12:01 GMT | 3 |
I got "Server Application Unavailable" error when compile ASP.Net application. I have attached the the log from application event viewer: =================================== Event Type: Error
|
| [Reflection] Can find types without loading assemblies? | 27 May 2004 11:00 GMT | 3 |
I would need to iterate through all the assemblies I can find on mi pc and use only those which implement a specific interface I wrote. The only way I found is to load one by one all the assemblies I find and iterate through types and interfaces.
|
| TCPListener and string formatting problems | 27 May 2004 10:46 GMT | 2 |
I need a TCPListener and a TCPClient to communicate correctly TCPListener sends this string strData = "ABC" byte[] data = Encoding.ASCII.GetBytes(strData)
|
| A Sign of a Well-Designed Framework | 27 May 2004 08:27 GMT | 1 |
When code like the following works, you know you're working with a well-designed framework. string[] arr = new string[] {"orange", "pear", "apple"}; Array.Sort(arr);
|
| Simple Server Question | 27 May 2004 06:08 GMT | 9 |
I'm writing a server which accepts connections with the following line: TcpClient client = listener.AcceptTcpClient(); Next, I'd like to be to determine the client's IP address. How can I do this? No relevant property/method in TcpClient exists.
|
| Strings in the appSettings section of the .config file | 27 May 2004 05:21 GMT | 1 |
I have <add key="keyname" value="a string" /> I have that working just fine. I would like to make the string value have embedded CR and LFs so that in my application I could just use the value of the key and have it
|
| find-replace does not work from vb.net ? (office 97) | 27 May 2004 03:56 GMT | 2 |
This does work with Word 2000, 2002, 2003 but not with Word 97, any idea Public Function testMYWord( Dim wApp As New Word.Applicatio Dim objWord As Word.DocumentClas
|
| wildcard copy | 27 May 2004 00:41 GMT | 2 |
does anyone know how to do a wildcard copy of several files from one directory to another in .net? thanks
|
| Converting word documents and rtf files to plain text | 27 May 2004 00:35 GMT | 2 |
I have around 150 gig of rtf and doc files I want to convert to rtf. I've seen software packages which will do this for me, but can I use the microsoft word objects to do it within .net?
|
| C# and MikTeX | 27 May 2004 00:22 GMT | 1 |
Everyone, i want to call MikTeX (http://miktex.org/) via some C# code in a Windows APP. ANY HELP WOULD BE APPRECIATED!!! How exactly do I do this and what do I need in order to do it?
|
| How do I log the users out of a secure site when they click on a link to an external site | 26 May 2004 22:51 GMT | 1 |
We have a link to an external site in one of our modules and am wondering how I could log the users out of our site before directing them to the external URL For example: <a href="http://www.yahoo.com">Go to Yahoo</a> When they click on this link, I want to first log them out. We ...
|
| Upgrade Wizard - Problem | 26 May 2004 22:11 GMT | 2 |
In Upgrade Wizard , I always get the msg "Upgrade failed: Exception Occurred. Invalid System Configuration (Unable to Locate Microsoft.VisualBasic.UpgradeExtensions.dll). Please run setup again" Reinstalled it again but no luck. any help.
|
| Adding headers and footers to .TXT files | 26 May 2004 20:58 GMT | 3 |
I have been assigned a task to add headers and footers to text files. Basically the filename (on the header) and the page number (on the footer). Along with this I also need to kill all dead white spaces. For example some of these .txt files contain many carriage returns
|
| Copying files via URI | 26 May 2004 19:45 GMT | 2 |
What is the best way to copy files over a network? The remote server will be accessed via http, and the files copied to a local drive. I have tried using the System.IO.File class, but get URI errors when accessing the remote files.
|
| ASP.NET Resource Kit | 26 May 2004 19:31 GMT | 1 |
what is ASP.NET Resource Kit used for??
|