| New Objects based on their Type (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I am new to c# and .Net and would like to know if I can do the following: I have an inheritance heirachy that has CTSGraphic at the top and all other objects are based on it. I want to have a method like this public void CreateGraphic(Type theType) and be able to create a new object based on that type. So in essence all the CreateGraphic method does is create a new graphic and and it to an arr... |
|
| Accessing objects on a different server from webserverfor a Web Application (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have a web application which uses more than one servers a web server and a separate application server The webserver handles the presentation and uses the application server objects My question is 1) How do I get the codebehind to invoke the objects on the application server? How does the codebehind "know" about the application server Is there something that needs to be configured in web.con... |
|
| Posting messages between threads (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm trying to create a Queue that Thread A can post messages to and Thread B can pop messages from. I made sure that the sections where this reading and writing is done is synchronized using the Monitor class. However, the second thread does not seem to find the new objects on the thread pool. On checking Queue.Count on thread B it shows no increase in the number of objects in the queue. Would any... |
|
| Application.config not read in dll's?? (10 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a data tier project that becomes a dll (for the time being). I tried to specify the connection string in the application.config file for this project but it doesn't seem to read it. Is the application.config not available for dll's? Barry Fitzgerald barry@barryfz.com |
|
| COM+ / Remoting / Webservices ? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all Following are the points which I found by doing R&D on .NET for Middleware Technologies ... 1. Web Services... Microsoft is stressing so much on webservices and XML but still I have some doubts... a. Lot of people saying that Web services are going to replace COM and DCOM. Is that so...? b. As far as performance is considered I dont think Web services are built for Internal Enterprise appli... |
|
| IsInRole Not Working As Expected (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I can not get the IsInRole method to return true. Can anyone tell me what is wrong with my procedure? 1.) Created a new user called "test" on Windows 2000 Server. 2.) Created a new group called "TestUsers" and added the user "test" to this group. 3.) Put the following code behind Button1 of a Windows Form: Dim objIdentity As WindowsIdentity WindowsIdentity.GetCurrent Dim objPrincipal As New Window... |
|
| ChannelSinkChain concept question (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have established a successful connection between a client and a remote component using remoting framework. When I was debugging, I found an interesting thing and wanted to see if any one has explanation for it. On the client side, I examined ChannelSinkChain for the channel (in this HTTPChannel with Soap formatter, which is the default). I was expecting to find all client sinks in this chain. In... |
|