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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
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 >>
hi,
I forgot ms acess database password , how can i recover the password,
with regards
jaffar
...
more >>
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 >>