| Thread | Last Post | Replies |
|
| Updater Block - Client Configuration settings | 17 Apr 2004 11:22 GMT | 1 |
Just started working with the ApplicationBlock.ApplicationUpdater and had what I hope is a simple question. In the app.config file there is a <client> section with a <BaseDir> and <xmlFile> setting. All of the documentation uses absolute paths (i.e.
|
| How to .NetComponent in GlobalAssembly cache with details. | 16 Apr 2004 16:03 GMT | 1 |
i have completed one .dll in .Net. i want to add that in GlobalAssemblyCache. i know Gacutil.exe utility is there which we can use but How to use it? How to .NetComponent in GlobalAssembly cache with details. -------------------------------- From: somnath shewale
|
| Hosting .Net assemblies | 16 Apr 2004 16:00 GMT | 2 |
(Type your message here) -------------------------------- From: Venkat Swamy How and where will I host .Net assembled components in a multi server ditributed environment?
|
| Deploying First App | 15 Apr 2004 04:45 GMT | 1 |
I am using Visual Basic .Net 2003 to build and distribute my first application over the internet. The application will add one button to Microsoft Outlook. I interface with the user with some forms so they can customize the installation to their own desire. I am designing one
|
| Passing data through tiers and lazy instantiation | 14 Apr 2004 19:22 GMT | 4 |
I read through the best practices guides for data access from Microsoft. Particularly, "Designing Data Tier Components and Passing Data Through Tiers" and "Application Architecture for .NET: Designing Applications and Services".
|
| How to make a taskbar item blink | 14 Apr 2004 00:49 GMT | 1 |
Does anyone have any info on or links to information regarding making an item in your task bar blink when it completes a process but is not in focus.
|
| Database Crashes Program without Errors | 13 Apr 2004 12:26 GMT | 1 |
I wrote an app that connects to a database. The problem is the Open method comes and my program just disappears. The Open statement is in a Try block, but this error doesn't enter the Catch block. The program just stops. I know the connect statement is correct, because if I ...
|
| Application Updater design to download changes only | 12 Apr 2004 21:06 GMT | 7 |
We all know that the currently released design of the Updater Application Block downloads all of the assemblies for your application (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/upda ter.asp) I'm wondering if anyone has made modified the design of the
|
| Suggestions - Creating DAL Using DAAB | 11 Apr 2004 12:18 GMT | 1 |
I need some suggestions regarding an application that I'm working on. The requirements/design spec. indicate that the application needs a separate data access layer, but I'd also like to use the data access application block. We'll be using SQL Server only as the provider. So, ...
|
| UserControl in Toolbar | 09 Apr 2004 12:17 GMT | 1 |
i have made a setup that registers a DLL in the GAC, but when i start VS i go to the toolbar and it does?n apear in the list of the assemblys. i know that i can browse for it, but i need it to be show in that list automaticaly
|
| Resister an assembly | 08 Apr 2004 17:24 GMT | 1 |
hi all, what i need todo in my setup program to register my assemby ??? thks JSB
|
| Built an document scanning application | 08 Apr 2004 13:11 GMT | 6 |
I am to start working on a new application to scan multiple document using ASP.NET/VB.NET If anyone can give me any lead/tips/suggession as to how to do this it will be of great help and i will take it from there.
|
| VB.net SQL DTS distribution | 07 Apr 2004 17:06 GMT | 2 |
I have created a VB.net application that uses SQL 2000 DTS. The application works great on my PC (since i have SQL Server E/M installed). I created a build to use on PC's that do not have any SQL Clients Tools installed. I did some research and found the DLLS that i need to ...
|
| CMAB bug (or misunderstanding?) | 07 Apr 2004 08:52 GMT | 6 |
I'm trying to use the CMAB for a fairly simple application config setting; i.e., a filepath. I think I have all of the scaffolding implemented correctly since I can get the process to work, but I have to do more than I think I should. Let me explain...
|
| Updater App Block not launching new version of pgm | 05 Apr 2004 16:46 GMT | 2 |
I've taken the sample program (self-updating) and brought in the UNCDownloader class from the flexpoints demo to create an app that self-updates from a network share as a prototype to identify exactly what will be necessary to
|