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 > november 2004 > threads for november 1 - 7, 2004

Filter by week: 1 2 3 4 5

Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/6/2004 8:57:11 PM
Hey Guys, Today we are going to look at Code Access Security. Code access security is a feature of .NET that manages code depending on its trust level. If the CLS trusts the code enough to allow it ro run then it will execute, the code execution depends on the permission provided to the ass...more >>


Microsoft.ApplicationBlocks.ApplicationUpdater Error
Posted by paul actis at 11/5/2004 11:12:33 AM
This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C4C328.58DE5350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to use the Microsoft.ApplicationBlocks.ApplicationUpdater = application. When I open the C# code...more >>

Assembly binding problem.
Posted by David at 11/5/2004 8:47:02 AM
I have a problem where one of my applications can't find a dependent assembly. I'm quite certain it is there, but it can't be found. The application is a Windows service. It has a reference to a class library. When I start the service, it immediately shuts down. The message from the app...more >>

How do you call a singleton contructor before first client connect
Posted by Ralph Flaugher at 11/4/2004 1:53:20 PM
I am creating a singleton server object. I would like to have the host application call the server object's constructor. It appears that the singleton object is not created until the first client attaches. -- Ralph Flaugher...more >>

tool tip popups
Posted by Paul Nelson at 11/4/2004 10:58:02 AM
I am trying to set up tool tip popups on a page I am developing - but these are not on Web Controls - rather on HTML table <TD> and <a> tags. I am sure this must be possible - obviously i know how to set it up so that a javascript function is called onMouseOver, and this can change the text in...more >>

"Object reference not set to an instance of an object" when usingStartOpenNavigationTask
Posted by Faassen, B. at 11/3/2004 5:56:46 PM
Hello, I am getting this error in my WepApp. It seems that the UIPManager.Config.DefaultViewManager is empty.. What do I have to add to the config? I used a sample configuration from the QuickStart samples so I think the web.config should be ok.. Can someone help me with this. Reagrds,...more >>

"Requested Service not Available"
Posted by David at 11/3/2004 2:05:05 PM
Why do the sample apps make it look so easy? I have a .Net Remotable Object, hosted by a service. It looks like this: public interface MyInterface { DataSet ReturnADataSet(); int ReturnAnInt(); } Then, within the project for the service: [Serializable] public class MyInte...more >>

Process to process communication with COM+ or .Net remoting interf
Posted by Ralph Flaugher at 11/3/2004 11:49:02 AM
I would like to create a Windows service application which is always alive. Clients can connect and monitor activity or change settings. To allow the clients to connect I want to use COM+ or .NET remoting but all examples I've seen are not applications, they are esentially libraries. It is ...more >>



Windows Service Login Failed when accessing SQL.
Posted by Evan Camilleri at 11/2/2004 6:30:51 PM
Windows Service Login Failed when accessing SQL. I have a problem for a Windows Service to login on an SQL server (different machine) - neither Windows Authentication nor SQL Authentication worked. LOGIN FAILED FOR USER sa (for example). If SQL Server is on the same PC of the Windows Servi...more >>

Remoting configuration file for two objects.
Posted by David at 11/2/2004 12:05:01 PM
I have created some remoting applications, and they work just fine, and all appeared well, until I decided to combine the functions from two applications into a single service. So, what I have is two remotable objects. Both of them are hosted in a single Windows service. I need a channel,...more >>

UIPAB - how to obtain a reference to a parent window from another opened as modal?
Posted by Juan at 11/1/2004 6:17:10 PM
I use a pupup window (navigate to a modal view, keping the parent visible) to ask for some values, after that, when closing the pupup, I navigate back to the parent view. I don´t know how to fire an event when the parent window is again the active one, or how to call a method in the parent window...more >>

Shared assemblies in distributed arch
Posted by Ash at 11/1/2004 6:14:02 PM
Hi, I have a shared assembly I would like to deploy on one server in a three server architecture. What I would like to know, what is the best architecture to use to deploy common assemblies and how to reference them from remote servers. I know that .net remoting is one option but I think t...more >>


DevelopmentNow Blog