Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
aspnet_wp.exe could not be started27 May 2004 12:01 GMT3
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 GMT3
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 problems27 May 2004 10:46 GMT2
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 Framework27 May 2004 08:27 GMT1
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 Question27 May 2004 06:08 GMT9
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 file27 May 2004 05:21 GMT1
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 GMT2
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 copy27 May 2004 00:41 GMT2
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 text27 May 2004 00:35 GMT2
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 MikTeX27 May 2004 00:22 GMT1
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 site26 May 2004 22:51 GMT1
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 - Problem26 May 2004 22:11 GMT2
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 files26 May 2004 20:58 GMT3
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 URI26 May 2004 19:45 GMT2
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 GMT1
what is ASP.NET Resource Kit  used for??
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.