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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|