| Thread | Last Post | Replies |
|
| 64-bit Platform Error: "incorrectly aligned or overlapped" Updater | 28 Jun 2006 04:20 GMT | 1 |
I tried posting this message on the Updater message board however I have not received any response. The following message is received from the Updater application block while performing an update on a 64-bit install of the framework:
|
| ClickOnce app not being elevated to Ful Trust? | 26 Jun 2006 03:40 GMT | 1 |
I have created a ClickOnce application that is set as a FullTrust application. When an XP Limited User installs this application they are prompted with the "Are you sure you want to install this application" type warning. If the Limited user clicks the YES button and installs the ...
|
| consuming XML web service from client side. | 23 Jun 2006 10:26 GMT | 1 |
I am hoping someone can help me I have created an xml web service and I am atempting to utilize it from the client side. basically what I want to do is I have a form with an input box and a select
|
| Async TCPClients | 21 Jun 2006 16:29 GMT | 1 |
Three questions really: 1) The async call to the networkstream's endread() (or even endxxx() in general) blocks. Async calls are made on the threadpool - aren't we advised not to cause these to block?
|
| Updating assemblies at runtime | 20 Jun 2006 21:38 GMT | 2 |
I need to be able to add features to a running COM+ application. This requires installing new versions of the assemblies. What would be the best way to minimize the system downtime as this is mission critical, or alternatively would there even exist a way to completely do this ...
|
| Updater Application block | 19 Jun 2006 15:54 GMT | 2 |
When using the WaitForApplicationExitProcessor, a DOS window appears as soon as the downloads are complete and needs to be closed manually. If not closed manually, it will disappear on it's own once the application is closed. Is there any way to hide this window from the user? I ...
|
| Software Protection | 16 Jun 2006 16:47 GMT | 3 |
Is there any way to get the CPU serial, MAC address, and Volumn ID from VB.Net? I am thinking to make use of the information to generate serial number request code. The serial number request code then can be used to generate final serial number to provide the the use for activate ...
|
| Web App Design | 14 Jun 2006 18:15 GMT | 1 |
I am designing a 4 tiered web application (Presentation, Business, Data Access and DB). The application will be communicating with other systems via web services and HTTP post. Most of the data passed between the layers is XML (business and presentation). I am thinking about ...
|
| Deploying dotnet application | 14 Jun 2006 09:22 GMT | 1 |
In order for an online application to run such as the one shown below which is written in VB2005 Express: http://www.vctlive.com/amtek/app/publish.htm Does the app need to be installed on a Win Server with IIS and the
|
| Displaying information from an LDAP query w/VB.Net | 09 Jun 2006 22:07 GMT | 1 |
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 ...
|
| EntLib Jan 2006 - configuration section for Logging cannot be foun | 09 Jun 2006 20:20 GMT | 1 |
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 ...
|
| Querying LDAP/Active Directory in .Net | 07 Jun 2006 05:51 GMT | 4 |
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()
|
| Error on Deserialization of object from http remoting | 06 Jun 2006 03:20 GMT | 1 |
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 ...
|
| Problems with Events using Remoting with IPC | 02 Jun 2006 04:08 GMT | 1 |
I have been having problems when configuring my remoting application(s) to use remoting and events with IPC when the client application is closed then is reopened (while leaving the server app running). In particular, every-other execution of the client app results in
|