| Thread | Last Post | Replies |
|
| System.Runtime.Remoting.RemotingException: Requested Service not found | 22 Nov 2006 22:43 GMT | 2 |
I've got this terrible problem. I'm deploying 2 different .NET application (Framework .NET 1.1) that both use remoting technology, but one is a HREF no-touch-deploy smart client and the other one is a .NET control deploy by a tag object.
|
| Exception running an assembly from a shared folder on the network | 22 Nov 2006 14:53 GMT | 2 |
I have an application that runs fine locally, however when I place it on a network share it issues an exception, however this does not happen on the machine the application was developed on, how can I solve this? Thanks in advance
|
| MSMQ question | 21 Nov 2006 22:10 GMT | 3 |
I’m developing an application that I need to be able to push an alert to thousands (approx 8k) machines. I’ve looked into multi casting to save network utilization but the loss of packets makes it unreliable, I need to be certain the message is delivered. Do you think it would ...
|
| ClickOnce program fails to run properly after update | 21 Nov 2006 09:29 GMT | 2 |
I am using ClickOnce to distribute a program. It works well except for one detail. When a new version is installed, the program does not initialize properly immediately after the update. The sequence is the user starts the program, is informed a new version is ready, installs ...
|
| AppDomains and Exceptions | 20 Nov 2006 18:01 GMT | 3 |
I use application domains to load third party DLL's. Ideally, if one of these DLL's throws an exception, I do not want the exception to take down my application. It seems that Application Domains are designed to isolate code. I have researched quite a bit on this and there does ...
|
| vshost and clickonce security crashes studio | 15 Nov 2006 01:16 GMT | 1 |
Its taken me all day to work this one out. I setup my application for clickonce with all the key and security sessions and suddenly studio could not open the solution...instant crash.
|
| clickonce - application cannot be started | 15 Nov 2006 01:08 GMT | 1 |
When trying to start a clickonce application I am getting an error "application cannot be started". In the details it states: Error HRESULT E_FAIL has been returned from a call to a COM component
|
| .NET Remoting Error | 14 Nov 2006 10:10 GMT | 6 |
I built the example in the MSDN documentation in the Section 'Building a Basic .NET Remoting Application'. When I try to execute the Client.exe I get the following error. 'System.Runtime.Remoting.RemotingException' occurred in mscorlib.dll
|
| LArge Datasets in client app | 10 Nov 2006 23:41 GMT | 1 |
Hi folks; I posted this to a different group and recieved no repsonse, so thouth I would try here. I'm looking for some advise about handling large datasets generated for my Windows forms app.
|
| COM+ and Config Files | 08 Nov 2006 18:05 GMT | 2 |
I have a log component that gets information from config file and the factory create an instance of implementation that I wish. Now I need to use the log component for a new service component. The start process is ddlhost.exe but I can't create file dllhost.exe.config because ...
|
| Strange dependency problem | 08 Nov 2006 10:41 GMT | 4 |
I have a serviced component, that exposes a class I am able to use some methods from. But one of the methods in my application flow then throws this exception:
|
| Need to get notified when processes start. | 08 Nov 2006 09:56 GMT | 1 |
I have an application written in .NET that needs to know when programs are started by Windows- in a system wide manner. I tried WMI but that is not as reliable as Microsoft boasts. Sometimes it doesn't work temporarily, and doesn't work at all on some PCs!
|
| Options for a distributed Sales Force app | 08 Nov 2006 09:50 GMT | 3 |
What solutions would you recommend for the following requirements: 1. Sales force is distributed accross the country. Sometimes connected, sometimes not. 2. Need to see data in a grid format, web or windows based. Would be nice if
|
| using threads in remoting server to cater client requests | 07 Nov 2006 08:35 GMT | 6 |
I have a remoting server which will cater to the client request in asynchronous way, and the number of clients can be any,in the implemention of the remoting server ,i am spawning one thread for each client request. the server does bit of work before sending the results
|
| Is it possiable to configure asp.net in Apache | 02 Nov 2006 12:28 GMT | 2 |
I like to know weather is it possiable to Configure asp.net application in appache.if YES how and if NO why?
|