EntLib Jan 2006 - configuration section for Logging cannot be foun
Thu, 8 Jun 2006 11:46:02 -0700
I have written an application that is exposed via COM+. The application uses
the Logging application block and the DAAB. When the application is run via
VS2005 (e.g. unit tests), everything works fine. When I deploy it to COM+, I
get the following error: "The configuration section for Logging cannot be
...
|
Passing function pointer as delegate and invoking from managed cod
Thu, 8 Jun 2006 09:55:02 -0700
Hi,
I have an unmanaged application that converts a function pointer to a
delegate and then pass this as a parameter(delegate) to a managed function
which then invokes it. Currently Im able to jump to this unmanaged function,
but the values of the parameters Im seeing inside this unmanaged function
are ...
|
UAB as a Service using BITS
7 Jun 2006 14:00:55 -0700
Hi all,
We have an implementation of the UAB as a Service to update a number of
different applications on the client machine. Currently we run this
service under a local account, which has only "User" priviliges. We
seem to be getting problems when the UAB attempts to contact BITS to
download the required f ...
|
Application Updater Block problem!!
7 Jun 2006 13:31:12 -0700
I followed the tutorial here:
http://www.codeproject.com/csharp/vanillaupdaterblock.asp
My application runs, asks if I want to update, downloads the update,
asks me to restart, but it never installs the updated application. The
evenlog logs the download progress but nothing happens. Any help would
be appr ...
|
Displaying information from an LDAP query w/VB.Net
Wed, 7 Jun 2006 12:42:02 -0700
I've been asked to provide a simple query screen that displays information
like name, department, phone number, etc. for our users. I'm to pull this
info from our Active Directory. I'm using .Net 2.0 with VB. Thanks to Mark
Scheuner, I've got the query working, and I'm trying to output the givenName,
di ...
|
Great time in France
Wed, 7 Jun 2006 15:10:24 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
Problem in IE automation upon Deployment
Tue, 6 Jun 2006 23:11:02 -0700
Dear Sir
I have a created a Web Service that uses ShDocVw.Dll and
Microsoft.mshtml.dll for IE automation. For the development I am using VS
2005 installed on Windows 2000 Professional System. In my application, I use
IE instance to navigate to certain site. This application runs fine on the VS
Developme ...
|
|
|
Enterprise Library (June 2005) Exception Handling Policy Error
Mon, 5 Jun 2006 11:17:02 -0700
We have connected our middle tier components (from a asp.net front end) to
our new SharePoint controls and cannot figure out why we keep getting a
Policy Exception. We have modified the Enterprise Library code to use a
centralized configuration file (so we don't need them in each web part) using
this http: ...
|
Error on Deserialization of object from http remoting
Mon, 5 Jun 2006 09:02:02 -0700
First of all, this system is written in C# using VS2005 Team edition.
I've got a 3 tier application that starts from an IE HTML page with a User
control hosted as an object tag. THe User control communicates with a web
server (IIS) using http Remoting and the webserver passes communications on
to another ...
|
Querying LDAP/Active Directory in .Net
Mon, 5 Jun 2006 08:52:02 -0700
I've been asked to create a simple .Net page that queries our Active
Directory for a lastname. Below is the code I've written. I get an "Unknown
Error" at the
objSearchResultsCollection = objDirectorySearcher.FindAll()
line. I'm not very familiar with Active Directory, so I'm pretty sure that
my co ...
|