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 distributed apps > october 2005 > threads for october 22 - 28, 2005

Filter by week: 1 2 3 4 5

The simplest aspx deployment
Posted by Peter at 10/28/2005 5:06:10 AM
I used a text editor to create a aspx file and its code-behind c# file, then I put these two files in the ...inetpub\wwwroot\test folder. When I tested it, the result was that the code-behind is ignored. When I used Visual Studio to do the same, the result was correct. Please advise. Pet...more >>

App Does not work on other PC's??
Posted by Andrew Stokes at 10/27/2005 1:08:39 AM
Hi Guys, I have just finished my app and need to deploy it to other pc's BUT, when i deploy it i keep getting errors which are piced up by the JIT debugger. Below is the error i keep getting... ************** Exception Text ************** System.IO.FileLoadException: The located assembly's ...more >>

c# - listbox scroll bar event
Posted by John Keers at 10/27/2005 12:00:00 AM
Can anyone tell me how to fire and use a listBox onScroll event. The language I am using is C# in a windows forms application thanks ...more >>

Downloading assembly from a remote host
Posted by Evan Woo at 10/26/2005 9:37:02 PM
Hi there, I know an application can specify in its config file an assembly (DLL) that it depends on and where to get it from, e.g (person.dll deployed on a local webserver): <dependentAssembly> <assemblyIdentity name="person" publicKeyToken="30740f778431d3...more >>

Redistribute Problem
Posted by MC at 10/26/2005 10:40:16 AM
Still trying to learn folks. Ok, so I have my application built and tested and debugged and now I am more than happy to redistrubute to my friends. Those with Dot Net Framework v2 already installed seem to have no problems. Those who dont get this error during setup: Setup has detected ...more >>

About n-tier development
Posted by CSV at 10/26/2005 7:54:05 AM
Hi All, We have a visual basic 6.0 application and we want to migrate it to 3 tier in .net . Could any one suggest me some good links for n-tier development introduction. I am not new to programming, but new to n-tier development. Thanks...more >>

Programmatic TypeFilter?
Posted by xenophon at 10/25/2005 1:48:04 PM
I can set the TypeFilter via config file, how do I set it completely in code so I do not have to use a remoting.config file? Thanks. ...more >>

Assembly or dependency not found using Remoting.
Posted by Luc at 10/24/2005 7:41:02 PM
I have this particular problem. I am using .NET Remoting. My server (an EXE) listening on a port has a reference (a dll) that is registered in the GAC. While trying to access a class in this reference (DLL) via my client, I receive a remoting error stating that it cannot find the referenc...more >>



Is there anybody in the world :) who uses an serviced component in more than one app partition on Windows 2003 Srv?
Posted by Adam Boczek at 10/24/2005 9:54:49 AM
I'm a little bit confused but I can't find any good resource about using serviced components in application partitions on Windows 2003 Server. Should I throw this idea away because of lack of integration between .NET and COM+? Can anybody say "it's possible" (how?) or "it's impossible" (why?). ...more >>

Invalid value for 'encryptedTicket' parameter
Posted by Aamir79 at 10/24/2005 2:52:02 AM
I am using basic forms authentication in my web application and it is working fine on my Dev machine. However when I stress test the application using Microsoft ACT, And increase the number of concurrent users more than 3, I get following error: Exception Type: System.ArgumentException M...more >>

When to use EnterpriseServices (COM+)
Posted by Morten Overgaard at 10/23/2005 10:03:10 AM
Hi We have a traditionally 3-layer windows application with database access. The application has explicit boundaries regarding to the layers involved in the architecture thus we have a rich domain model (business layer) and a data access layer doing all the persistence. We want to get int t...more >>


DevelopmentNow Blog