| Thread | Last Post | Replies |
|
| DCOM Permissions issue | 31 May 2005 13:49 GMT | 1 |
Am trying to access a dcom component from my vb.net code.. I am getting a system.unauthorisedaccessexception with the message "Access is denied". The code i use to instantiate the component.. Dim typ As Type = Type.GetTypeFromProgID("WAS.EngControl.1",
|
| Problem faced - while creating setup file for Pocket PC applicati | 31 May 2005 13:42 GMT | 1 |
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables syncronization with remote database using merge replication.
|
| Queued Components vs MSMQ Triggers | 30 May 2005 08:50 GMT | 1 |
I'm designing an application that is very asynchronous in nature. My initial thought was to use MSMQ Triggers to call .NET components in a COM+ Application. Various other applications would place messages in the queue and the
|
| Remote Process Check from Intranet App | 30 May 2005 05:19 GMT | 1 |
In our .Net based intranet app, I need to be able to ask another Server if a process is running. There a many ways to do this and have some ideas. But which way would prove less problematic to implement and administer? 1) Have a client app ask the server via a web service if ...
|
| Terminal Server problem | 27 May 2005 18:20 GMT | 3 |
We have a .NET application compiled as a Windows executable running in a Client/Server environment. We use CASPOL to setup the LocalIntranet security to allow our program to run. We have run into two Terminal Servers that cannot execute our program except when logged in as ...
|
| How do I Programming Trial Version of VB .NET app. | 27 May 2005 10:28 GMT | 1 |
I'm looking to program a trial version of a VB. NET distributed application i.e., like most trial version of software we all have downloaded from the internet that the end user can try for 10, 20 or 30 days before the program requires you to register or purchase the full version. ...
|
| Examples of Distributed Apps | 23 May 2005 19:34 GMT | 1 |
I have an interested in learning more about distributing work loads across multiple machines and was wondering if anyone knows of some open source projects or have quality sample applications that I can examine the architecture.
|
| WebServices or COM+ | 23 May 2005 19:31 GMT | 2 |
As a VB6 developer, I've participated in a lot of projects involving DNA Architecture. As a .Net developer, haven't done much but study the languages and have developed a mobile system. A question that I can't get off of my mind and if you could help me on
|
| GUI for UAB - Updater Application Block | 23 May 2005 19:07 GMT | 1 |
I have a general question. Are there a graphical interface inside UAB for adding files to the file server and configure the manifests (updates) inside UAB? Or do I have to write an application for this?
|
| Webservice or not Advice | 23 May 2005 14:08 GMT | 2 |
I have a situation where I have a Rich Client Win Form App built in C# and I need to transport a dataset across the internet to a webservice in asp.net. Database is Sql Server sitting on the same webserver. Now the problem resides in the connection type. He is using a ...
|
| Referencing a component | 20 May 2005 19:56 GMT | 1 |
Hi, I'm having a hard time doing the following: Created a serviced component in VB.Net, installed it in COM+ in a W2003 server, exported it and installed it in my computer. Now what do I have to do to use the component in a Windows app project?
|
| design pattern books? | 18 May 2005 00:53 GMT | 2 |
Two books needed. One is a non-Microsoft specific book on design patterns One is a C# (preferably) specific book on design patterns. Any recommendations?
|
| Can't see folders? | 17 May 2005 18:19 GMT | 1 |
When I copy the files from my project to the server using FTP. I don't see some of the directories (e.g. _vti_cnf) on the server but I know they are being transferred as It asks me if it is OK to overwrite them? Are these stored in some special location?
|
| COM+ Queued Component Listner Exception | 16 May 2005 22:14 GMT | 1 |
We are working on a project which uses COM+ Queued components which are written in C# using .NET EnterpriseService framework 1.1 on Windows 2003. The messages originate from IBM MQSeries (V 5.3) and are routed using Microsoft HIS 2004 MSMQ-MQSeries Bridge to the MSMQ queue. When ...
|
| how do I create a custom "page not found" page | 16 May 2005 21:56 GMT | 3 |
I have a web application which creates links on the fly to pages detailing items in our database. How can I write some code which detects if the details exist. If they exist, it opens the details page. If not, it opens a custom "page not found" page, informing the user ...
|