Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > february 2006 > threads for thursday february 9

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

HTTP/1.1 500 Server error
Posted by marticow at 2/9/2006 10:55:37 PM
When I try to create a new ASP.NET solution, i always receiver the following message : "The Web server reported the following error when attemping to create or open the Web project located at the following URL : http://localhost/Webapplication1 HTTP/1.1 500 Server error" I've been search...more >>


GetProcessByName throws InvalidOperation Exception : Access denied
Posted by Silver Oak at 2/9/2006 7:25:27 PM
Hello, I'm running a VB.NETcode that uses GetProcessByName to verify if a certain process is currently running on remote computers. The computers are in the same network domain as my computer. The code works just fine if I'm looking at my own computer, but it throws InvalidOperation excep...more >>

Can't make simple ConfigurationSection object work
Posted by Brad Wood
Here is perhaps the simplest possible ConfigurationSection sample along with it's App.Config: ====================================================== using System; using System.Configuration; namespace ConsoleApplication1 { class Program { public class BoboSection : Confi...more >>

Dealing with Evolving Assemblies
Posted by Mark Olbert at 2/9/2006 1:05:01 PM
I'm in the process of amassing a set of .NET support libraries that I use in many of my projects. In a number of cases instances of Types from these libraries are created indirectly (e.g., my calling Invoke on a ConstructorInfo object derived from the Type). Since I strong-name the assemblies t...more >>

debugging strongly named assemblies
Posted by William Sullivan at 2/9/2006 12:37:29 PM
VS 2k5, .NET v2.0.50727 I'm working on a system that can use plugins via loading DLL's into an appdomain. I'm trying to nail down security as tight as possible. To do this, I've created a testbed with plugins that do bad things (violate code access security, throw exceptions, etc). Part ...more >>

Remoting Client / Server Functionality separation with Interfaces
Posted by Larry Herbinaux at 2/9/2006 11:15:31 AM
Even though it is not a requirement for what I am doing, I would like to create a remoting client library that does not have to reference the server library. The recommended way of doing this is to create an intermediate interface library and have the Server implement the interfaces and the c...more >>

Internet - Intranet Data Dilema
Posted by asdf at 2/9/2006 11:06:23 AM
Hi, Currently, I have one database for Intranet clients on the server behind the firewall. But I was asked to allow the extranet users to access the same data. From the security perspective what is the best way to make that data accessible. Should we have two databases one for Intranet a...more >>

Deploying a Vb.net 2003 exe to a PC that only has .net framework 2.0
Posted by pmicali NO[at]SPAM gmail.com at 2/9/2006 10:57:36 AM
Is it possible to deploy a vb.net application that uses the CR Viewer to a Client PC that only has the Framework 2.0 installed? ...more >>



porting native c++ code to use with .NET
Posted by csharpdevp NO[at]SPAM yahoo.ca at 2/9/2006 9:31:01 AM
I am going to repost a question I asked earlier as it is turning out to be quite a bit more complicated than I anticipated it to be. I have a bunch of projects written in native C++ (made using VS6 perhaps). Since I have not developed this code, I don't have the ground knowledge of how it works....more >>

FileSystemWatcher advice required please
Posted by jimmyfishbean NO[at]SPAM yahoo.co.uk at 2/9/2006 8:16:23 AM
Hi, I have a VB.Net Windows Service that monitors a varying number of directories (that are read from an INI file). I set up a FileSystemWatcher object to monitor each directory that is read from the INI file and add each object to a collection. The purpose of my service is to monitor the ...more >>

dynamicly loaded assemblies and types
Posted by DrBytes at 2/9/2006 6:13:57 AM
Hey,.. I have a problem with dynamicly loaded assemblies, it can't resolve the types. In the main app i have a reference to a 'toolkit' dll containing IFunky and class Funky : IFunky. In a dynamicly loaded assembly I also have a reference to toolkit and another class called TooFunky : Funk...more >>

Web Service / Authenticating Proxy .NET and COM interop
Posted by whoareyou at 2/9/2006 6:01:29 AM
Sorry for the repost - MS requested I do this Hi, I have a C# Web Service component I call 2 different ways: - For testing I have a "pure" .NET solution. A C# test harness app invokes my C# component. - From the "real" application, a native C++ app, I call the C# component via C...more >>

Email address with special characters
Posted by morrfo at 2/9/2006 2:07:26 AM
Hi everybody, I'm developing a Windows Service that sends emails automatically, but when it tries to add an email address with a special character like 'ñ', MailAddress class throws an System.FormatException. Does anybody know who to add an email address with a special character? Thanks...more >>

how to get the ms acess password
Posted by jaffar at 2/9/2006 12:00:00 AM
hi, I forgot ms acess database password , how can i recover the password, with regards jaffar ...more >>

how to use dot net framework 1.1
Posted by Jayesh Fojdar at 2/9/2006 12:00:00 AM
i have installed vs.net 2002 with framework 1.0 and now i have installed framewriokk version 1.1 now how do i use framework 1.1 instead of 1.0 ...more >>

how to upgrade from .net framework 1.0 to 1.1
Posted by Jayesh Fojdar at 2/9/2006 12:00:00 AM


DevelopmentNow Blog