| MSI installation help (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I am new to .net and win32 programming in general. I am looking for some simple documentation on how to package a .net application as an MSI. Within that MSI I need to perform several gacutil & regasm tasks. I need this urgently. Could anybody guide me through a simple set of steps. Most of the documentation I have found is too verbose and much more information that I need. Thanks in advance R... |
|
| wordwrap in datagrid (7 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| How can I stop sentences in datagrids from wrapping? I have set the wrap property to false, but it makes no difference. Thanks for any help, Paul. |
|
| Concurrency management (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| How is concurrency managed in a typical .NET application ? What about optimistic and pessimistic locking ? |
|
| I need your help: simulate virtual directory for customers (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Dear Friends: Hope things go well.Would you please give me your professional idea about my urgent .net problem. I need different virtual directory for different customer with their names like these: www.oursite.com/Jack www.oursite.com/Sue www.oursite.com/Tomson I have a asp.net project. It is a website and the content of it WebPages comes from database. To give each user a virtual directory, I ha... |
|
| Web.config (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all. I want to make sure that exist an option to secure the web.config. In other words, I've important information in this file(Web.config) like the encrypting key and others relevant things. Well, thanks to all P.D.: My English is not good enough ; ) |
|
| converting Unix datetime count to .Net DateTime object (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I am being supplied a count of number of seconds since Jan 1st 1970, i.e. a Unix system time. How can I convert this into a valid .Net DateTime object ? thanks, Mark WinXP / C#.Net 2003 |
|
| Running .NET Applications (7 replies) |
| microsoft.public.dotnet.distributed_apps |
| Is it possible to run VB.NET application without having .NET Framework installed on computer? |
|
| Enterprise Templates (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi. I want to know how I can forbid the use of a class with Enterprise Templates. Iâ ve already locked it in the toolbox panel but I want to lock it for instantiation too. How can I forbid the use of a class in particular without locking an entire reference? For example: I donâ t want the developers to use SqlConnection but I donâ t want to lock SqlCommand (itâ s only an example, not the real case... |
|
| Updater Application Blocks, BITS, and NT (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Dear Microsoft, Do you think it might have been useful to mention in the Updater Application Blocks documentation that NT is not a supported platform for BITS (on which Updater Blocks depends)? BITS (Background Intelligent Transfer Service) is required for downloading components via the Updater block. However, this windows service is not installed on Windows NT. So much for application interoperab... |
|
| What's the reason for the committed memory increasing? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I made a distributed system in VB.Net for my company. About 80 clients are connecting to the server through leased line every day. I have to restart the server computer every one week, otherwise, the memory will be exhuasted. I'm trying to figure out what reason it is. It is the problem in my program to release the resource or the problem in Windows self. There are really some errors happening in ... |
|
| MarshalByRefObject (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I discovered quite tricky method to marshal my objects by reference or by value depending on my needs. Objects have to be MarshalByRefObject subclasses and be serializable. I made a subclass of ObjRef that was able to serialize whole objects. It worked good with .NET Framework 1.0 but causes exception with .NET Framework 1.1. Is it a possibility to fix it without doing two hierarchies of objec... |
|
| Web.config or App.config (6 replies) |
| microsoft.public.dotnet.distributed_apps |
| This page works but this is not my problem. Thanks anyway. I know how to encrypr connections strings or XML files. My problem is that my encryptation key and other personal information is set in my web.config or app.config . I wonder if Visual Studio has any tool or service to encrypt or secure the web.config or there is another way to do this in order to make sure than anyone is going to open or ... |
|
| Smart Client (Not Touch Deployment) - HELP REQUIRED (6 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi I've a problem with No Touch Deployment. My requirement is when my client enters http://server.domain/MyApp.exe in the browser, it should down load the MyApp.exe into cache and work. MyApp.exe inturn invokes the WebServices. My client doesn't change anything related to security in his machine. I can run the Caspol.exe in my server but can't on client machine. If anything to be done, it should b... |
|
| Calling BinaryFormatter:Deserialize(Stream); Asynchronously (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| hi all SORRY FOR CROSSPOSTING: i did not know which group deals with this question! Question: i am looking to call the following function, ASYNCHRONOUSLY: Packet p (Packet)this. BinaryFormatter.Deserialize(this. Stream); Can it be done? assaf |
|
| I say we should give him what's owed. - was Re: LS9K68 (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| What better way to get even with a child pornography distributor than to use his 1 year old baby daughter for an identity theft project, or even making a "friendly" phone call to his home at 3:00 AM ? ************************************************************************ HORWATH TOOK OUR WEBSITE DOWN, HE DOESN'T WANT YOU TO SEE IT!!! DOWNLOAD Message ID: 102cif7dfiur558@corp.supernews.com TO SEE... |
|
| Passing values from a web user control using a class - ? (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi. I have a web form that contains a custom user control. This control is a questionnaire with 20 questions that contains multiple radio buttons, text boxes, and ddl's. I am currently using a AnswerList class that is defined in the business layer. It contains only 20 properties, each representing an answer entered on the user control. When the questionnaire is submitted, then that class is instan... |
|
| from COM to .NET (4 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, My company are slowly migrating from vb6/com environment to a .net/web service environment. At the moment we have a financial system running on our intranet that allows user to request and retrieve reports we have a .Net web service that retrieves these requests and passes them on to a COM dll, which queries the database and generates the reports using Crystal. After some testing, we've fo... |
|
| Web.config or App.config (11 replies) |
| microsoft.public.dotnet.distributed_apps |
| ? This is just not true. NTFS has an encryption feature. You can tell ASP.NET to run your web application under a domain account. Issue that account a key (or put the account in a group and give the key to the group). Encrypt the file with the key you issued to the account/group and away you go. Never done it, but users can encypt files and ASP.NET runs as a user; so just hook it together. This ha... |
|
| Server variables (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi there, I have a pretty urgent problem considering server variables. I have an ASP.NET project which I am trying to set up with security. I want to access the AUTH USER server variable, and show the pages appropriately. However, no AUTH USER variable is found. I have looped right through the server variables collection, and AUTH USER is not one of them. Can you please let me know how I can get t... |
|
| UIP - Using IE's Back button and going to the wrong view! (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I'm a starter on UIP. I created 3 views; login, error and home. The navigation graph is login home(on success) or login error(on failure). What's happening is, after logging in as "success" I am taken to the home view as expected, but when I click the back button in IE and try logging again(with invalid credentials), I am again taken to home view (despite the credentials being wrong). The stat... |
|
| Problems importing a COM+ object, build from Component Services (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a trouble trying to import a COM component, I use the following configuration: 1) Component Source: The object pooling example, included inthe .NET Framework (FrameworkSDK\Samples\Technologies\ComponentServices\ObjectPooling\CS) 2) Server: Windows 2000, SP4, CLIENT: Windows 2000 SP4 3) I build the example (according to the README) Trouble: The component is working OK, if I use it directly i... |
|
| corba dot net integration (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| does anyone know of any other commercial products besides Borlands Janeva & MIdtecs Midcor that will allow a c# application to communicate to another CORBA (orbacus) based system ?? |
|
| Using DAAB in COM+ Apps : A Bad Practice ? (5 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Sam Gentile (http://samgentile.com) has stated in a comment to Ron Jacobs's blog post (http://blogs.msdn.com/rjacobs/archive/2004/02/09/70355.aspx) that using DAAB in ES/COM apps is Bad Practice : ".... Two, and most significantly, in COM /ES applications use of the DAAB is a seriously *bad* pratice. You don't want dozens of stateless JITA objects all blocking on calling one DAAB component to do y... |
|
| IObjectReference called twice! (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| (apologies for the cross post. I sent this to microsoft.public.dotnet.framework and didn't get a response... does anyone have ideas in these two groups?) Hi all, I've been having a problem with some code that uses IObjectReference. I am trying to implement a runtime system in which multiple processes (instances of the same code) are communicating via TCP. However, due to performance considerations... |
|
| Any samples of MS Caching Application Block? (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I've scoured what seems like the entire internet for decent examples of the Caching Application Block using either remoting singletons or MMF and have found none so far. MSDN's documentation is really poor on this one too. Has anyone successfully implemented this? If so, do you have any simple examples? |
|