| Thread | Last Post | Replies |
|
| UAB and Public Key | 27 Aug 2004 18:52 GMT | 2 |
When using the Updater Application Block: Let's say we used the manifest utility to generate a public/private key. We hash our files using the private key (which we keep secure). Obviously, the updater, when rrunning on the users workstation and when copying/verifying the files, ...
|
| Need help in .Net Setup and Deployment Project | 27 Aug 2004 18:25 GMT | 1 |
I am using .Net Setup and Deployment Project to create .msi file for web application. I am using Setup Project' template for this. In this project I
|
| WEB enabling old VC applications | 27 Aug 2004 08:39 GMT | 1 |
I have developed several applications using VC++ 6.0. To do the IPC part I have used (D)COM and CORBA. Which have been working very nice. Now I need to create WEB enabled interfaces to my applications(which has an COM interface), and I am using VS dotnet 2002. I have made som pages ...
|
| strong names -compiling and distribution | 25 Aug 2004 05:31 GMT | 1 |
is there any simply way to create strong names for all my DLLs say i have nearly 50 DLLs in a Solution... BL,DA,DS... lot of references to outlook,office... I am using this Microsoft DLL
|
| Access Forms to Web Forms | 24 Aug 2004 06:07 GMT | 3 |
My company would like to migrate from an Access form (Sql backend) to a web based application. Is there a way to have the web form/web application do all of the same functions as the Access form. I'm able to set up the connection and see the data in a datagrid, but only one ...
|
| System Time synchronization | 23 Aug 2004 23:18 GMT | 2 |
We have a time critical smart client application running on Windows 2000/XP systems. Is there any reliable service that would help in syncing the local system time to atomic clock or local time at the least in case the user changes the
|
| How can I add my own folders to Visual Studio.Net Templates? | 23 Aug 2004 10:57 GMT | 1 |
I have been charged with creating customized visual studio project templates for our organization. I have been successful to a point. I would like to add folders to the project template and I have not been able to do so. For example, I would like the directory structure to
|
| .Net Remoting + COM Plus architecture | 21 Aug 2004 04:35 GMT | 2 |
.Net Remoting + COM Plus architecture ========================= Can I have a question or expecting a idea from you all Since .Net Remoting does not support transactions,
|
| PLEASE HELP FOR MICROSOFT DISTRIBUTED TRANSACTION NOT WORKING IN VB.NET | 18 Aug 2004 17:13 GMT | 1 |
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public database placed at ISP datacentre(Suppose Server- having 2 database[host ...
|
| Unable to reference a web service on a windows project | 18 Aug 2004 07:30 GMT | 3 |
I need to create an application which would use windows forms user interface, while connecting over the web. I have created a webservice, which is running on the local host. But when I try to add a web reference, I get the following:
|
| Console app as a Service | 17 Aug 2004 15:35 GMT | 1 |
Sorry if this falls under the Newbie category... I have written a VB.NET (standard not enterprise)console application that uses FileWatcher, httpWebResponse and httpWebRequest. Generally speaking, when a text document appears in the watched directory, we send it off,
|
| Best practice to implelement user licensing in desktop app | 16 Aug 2004 23:03 GMT | 4 |
In a desktop application, is there a best practice to implement a check at login time to ensure that the number of active users has not exceeded a limit? In our application, we intend to sell licenses for the software based
|
| Using DataSet and remoting to implement distributed cache--pattern | 16 Aug 2004 07:51 GMT | 2 |
I'm interested in implementing a data access layer which uses typed DataSets as data transfer objects. I would like for the assembler which is responsible for managing each DTO and its corresponding DataAdapter to maintain a static cache--a larger DataSet of the same type as the ...
|
| updating dataset | 14 Aug 2004 18:41 GMT | 1 |
In a .Net solution that has a DAL, Class and Business logic. When recreating a dataset from the class the records are inserted into the database from the dataset instead of updating. This is using the dataset merge command.
|
| Moving from Development to Staging | 14 Aug 2004 18:25 GMT | 1 |
When moving an Asp.Net solution that has used the drag and drop method for some data components. What is the best method of changing them to use the staging SQL Server connection.
|