| .NET Application Updater Component: how to handle an OCX? (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have an VB.NET application that uses an OCX for some control. I integrated the application with the .NET Application Updater Component (http://windowsforms.net/articles/appupdater.aspx) to copy automaticly new versions of the application to the clients. The problem is: it copies the OCX, but the OCX isn't registered. Everything works fine until the the directory of the old version is deleted... |
|
| "Controller" clarification (5 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I'm finding the term "Controller" quite confusing, since in the MVC design pattern it's supposed to represent only the input part of the process, whereas in the UIP application block a "Controller" seems to be, in fact, the "Model" part of MVC. In particular the Controller that you create in UIPAB (inherited from ControllerBase) seems to be responsible for state management, workflow, domain logic ... |
|
| UIPAB: IE back button makes mess (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| How would you accomplish that server would detect Internet Explorer's Back button push? When some "backed view" gets submitted, the UIP on the server still thinks that the view submitted is the one that was last responsed to the client. I have a user control Toolbox, that fills itself from the configuration dynamically and it executes wrong commands when user clicks the bask button in IE. :( A mes... |
|
| CMAB as basic config file reader/writer (6 replies) |
| microsoft.public.dotnet.distributed_apps |
| How can I use CMAB as a basic config file reader/writer? All I need is the ability to read and write my app's local config file. I would like to be able to have sections in these files much like INI files do. I cannot ship a config file with my application. It seems the CMAB docs indicate that I have to put a bunch of stuff in the config file just to use CMAB. This won't work. If there is a config... |
|
| Web Service Return a Class (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I thought I had this, but I guess I don't. I would like my VB .NET web service to return an object, and a collection of that object. I understand that I have to serialize the object and its collection, but I guess I don't know how to return what I want. In a distributed app, I am under the impression you create a class, and use a web service to expose limited functionality to that class, that is w... |
|
| no form app - how to? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I am trying to write a non form based application (windows or command line) to run a timer on my server all the time. I want to start it and leave it. It does timed tasks. I can't get this set up using the windows services offereb by VS.NET, as it says I need to use an installutil.exe program which I don't have and can't find. If I simply create a class, I haven't found how to get it to allow me t... |
|
| DAL on server? How does client know where it is? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| If DAL/BLL on server machine, client starts winforms app, how does client know where to find BLL located on server? |
|
| Append to App.exe.config at run time (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hai All, I am developing a VB application in .NET. I read a encrypted text file which contains details of SQL Server name, SQL DBName etc... for DB Connection and i prepare a connection string for global use. I also read from a book, that the connection string can be placed in "appname.exe.config" file for windows application. Is there any way to write/append key value pairs into the config file a... |
|
| Web App: Limiting # of logged in users (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Greetings, I am creating a web application, which I will be selling licenses to be able to use it. So Customer Group A, could purchase 3 licenses, Customer Group B could purchase 30. With the web app I am using asp.net/vb.net This means Customer Group A, could only have 3 concurrent users logged in, and for Customer Group B only 30 at one time. I am using a username, password, groupID criteria to ... |
|
| COM+ transactionOption values performance issue question (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| i have a component (say Debit) that will be invoked by a parent component (say Transfer, using "requires new" transaction option). my question is; If I set Debit component transaction option to "required" or "supported", is there any significance in performance? which is much recommended, since both transaction option will extend the transaction stream of the debit component from transfer componen... |
|
| Drag and drop DAL (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Some weeks ago I jumped into an article describing how to comply with a good layered architecture, yet still being able to use the wizards and other drag and drop methods that is usually used in the demos describing the data access directly from the form. The idea was that any class that derives from Component will have a design surface in Visual Studio. The article can be found at: http://www.15s... |
|
| (405) Method not allowed (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I've got a client application which is using remoting to connect to a remote objects hosted on IIS, and located under a virtual directory. I'm getting the error Method Not Allowed. Does somebody know what's causing this? Thanks, Gilgamesh |
|
| Debugging COM+ server (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, I'm currently writing a COM server using C#, and every change I make to the code requires the following steps for running the component within VS.Net in a debug mode: 1. Stop the COM application under component services 2. Compile the COM in VS.Net 3. Register the component in the GAC 4. Run regsvcs to register the component ads a COM server 5. Start the COM application under component ser... |
|
| Any opinions about using data access application block? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Our group is new to .net and needs to decide on a good methodology for dealing with data sources, data connections, etc... I came across the data access application block but I'm wondering if it's overkill. Any opinions about it or suggestions on other ways? Thanks! |
|
| Change to the latest Dot.Net or not ? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a application written in C# using the Framework 1.0 and the MS Dev Environment 2002 Version 7. Should I upgrade to the latest environment and are there any outstanding problems to watch for if I do upgrade? Sincerely; Norman Hill IT Manager School Union 98 nhill@u98.k12.me.us |
|
| Security - Best Encryption Tool (15 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi I need to store the credit card information in my database. I have been looking for some third party tools which could provide encryption for credit card numbers. The help I need is: a) What is the most secure encryption tool that can be used to store credit card information? b) Any tool which implements AES and does not expect a private key to be supplied as shown in the sample application pro... |
|
| (UIPAB) ending a task and continuuing with a new app (UIPAB) (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I am trying to end a task and continue proces flow to anothre web application (for registration) that does not use the block, and uses normal aspx pages. However, when I redirect, or meta refresh to the new site, i Always get the 'session moniker' problem where it wants to see a webformview page, and not a normal page :( ive tried, OnEndTask() in the controller just before i load the new app etc, ... |
|
| UIPAB - Controller question (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| How do I get the WebForView's instance in cotroller method that invoked it? RobertK { Clever? No just smart. } |
|
| Error when trying to addd a Web reference (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I am trying to add a Web Reference to my project pointing to the asmx file. I am gettig an error which says Server error in '/Web Service1' Application Runtime error. Does anyone know what the reason could be. thanks From: Sumithra Viswanathan Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id l5fLHiLCsU22 u57u5nYuQ /Id |
|
| StartNavigation vs StartOpenNavigation (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I 'm sorry if it's a simple question but Is anyone show me the difference between the use of UIPManager.StartNavigation and UIPManager.StartOpenNavigation. I've check the UIP V2 Developer Help but it can't help. Pls show me in which situation I should call StartNavigation and in which which situation I should call StartOpenNavigation Thanks in advance Posted by a user from .Net Guru (http://www.dot... |
|
| Running an app from a server - what if disconnected? (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi, let's see an application is sitting on a server elsewhere, and it is accessed via http:// or by just the location specified by \\servername. So on first request the app is downloaded, on subsequent requests, there is a check to see if the app was modified since the last time. Now, I tried stopping IIS after running the app initially, so that the http:// link no longer worked. I was hoping, tha... |
|
| EMAB : security exception while writing to event log (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I am trying to use EMAB with an ASP.NET application. getting this 'well known' security exception when writing to event log. don't know what is wrong. I've read in the documentation and other news group about installing the 'installer' class comes with EMAB. followed it, but no use.. can some one please point towards solution. Thanks. |
|
| Setting Context and how to pass it between tiers and applications (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, These questions is for the top notch architect or developer with experience in developing enterprise multi tier applications. 1) If you have an multi tier application, where configuration settings are associated with a key (a setting context key), how would you pass the key between a client application and a webservice, without explicitly passing a key through the argument to each call? 2) If ... |
|
| LOOSELY COUPLED EVENTS (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| i would like to design a system that when an even occurs on the server or another workstation, all the subscribed workstation applications are notified. at first i thought of notification services but that may be overkill. i would like to use loosely coupled events (LCE). i have found a good article that shows how to create this at KB318185. However there are two remaining questions that i have 1)... |
|
| Thread Blocking system shutdown? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello all! I have a windows for application with 1 form. This form launches 2 threads, that possibly never return since those threads constantaly monitor the status of the form. My problem is, when the application is running and I try to logoff, shutdown, or restart my pc it won't it just sits there. After I exit my app, then shutdown works just fine. Has anyone seen anything like this before?? Th... |
|