| Thread | Last Post | Replies |
|
| New COM+ Application | 10 Nov 2004 07:26 GMT | 1 |
Hi, Buddies Does anyone know what's difference with COM+ and Web Services in .NET Thanks, Jason
|
| Hungry Consumer | 10 Nov 2004 06:03 GMT | 3 |
I am looking find a .NET example of a Hungry Consumer. I have searched but have not really found an example. Thanks, Dave
|
| Build it tool problem | 09 Nov 2004 19:29 GMT | 1 |
I am trying to use the buildit tool availablie at following lin http://www.microsoft.com/downloads/details.aspx?FamilyID=b32497b0-77f7-4831-9c55 -58bf3962163e&DisplayLang=en I have updated the config file as per myrequirements. In my solution there is a .vcproj file. The build it ...
|
| Need some urgent help please! | 09 Nov 2004 16:10 GMT | 1 |
I developed application using VB.NET 2003. This application use MS Access as database and MS Excel for generating graphs. I developed the application on a PC with .NET, Windows XP Pro and Office 2003 installed. After I finished developing it, I added an installation project and I
|
| iis 6.0 setup to run .exe from url | 09 Nov 2004 12:25 GMT | 1 |
currently iam using window 2000 server with no touch deployment, this works fine. like accessing http://myapp/mmyapp/ty.exe
|
| Assembly binding problem. | 05 Nov 2004 21:25 GMT | 1 |
I have a problem where one of my applications can't find a dependent assembly. I'm quite certain it is there, but it can't be found. The application is a Windows service. It has a reference to a class library. When I start the service, it
|
| Microsoft.ApplicationBlocks.ApplicationUpdater Error | 05 Nov 2004 17:56 GMT | 1 |
I am trying to use the Microsoft.ApplicationBlocks.ApplicationUpdater application. When I open the C# code project 'SelfUpdatingTest' and the form 'SelfUpdating2.cs' I get the following error: An error occured while loading the document. Fix the error, and try loading the document ...
|
| How do you call a singleton contructor before first client connect | 05 Nov 2004 16:09 GMT | 4 |
I am creating a singleton server object. I would like to have the host application call the server object's constructor. It appears that the singleton object is not created until the first client attaches.
|
| Process to process communication with COM+ or .Net remoting interf | 05 Nov 2004 06:35 GMT | 5 |
I would like to create a Windows service application which is always alive. Clients can connect and monitor activity or change settings. To allow the clients to connect I want to use COM+ or .NET remoting but all examples I've seen are not applications, they are esentially ...
|
| "Requested Service not Available" | 05 Nov 2004 06:12 GMT | 5 |
Why do the sample apps make it look so easy? I have a .Net Remotable Object, hosted by a service. It looks like this: public interface MyInterface {
|
| tool tip popups | 04 Nov 2004 21:41 GMT | 2 |
I am trying to set up tool tip popups on a page I am developing - but these are not on Web Controls - rather on HTML table <TD> and <a> tags. I am sure this must be possible - obviously i know how to set it up so that a javascript function is called onMouseOver, and this can ...
|
| Tibco Rendezvous Silently Dies | 04 Nov 2004 11:28 GMT | 3 |
I think it may be a long shot that anyone has seen this but... I have a dotnet client application that is using Tibco Rendezvous (7.2) (dotnet version) for transport. The client connects to the Rendezvous daemon and subscribes to a couple of subjects and begins receiving
|
| "Object reference not set to an instance of an object" when using StartOpenNavigationTask | 04 Nov 2004 09:15 GMT | 1 |
I am getting this error in my WepApp. It seems that the UIPManager.Config.DefaultViewManager is empty.. What do I have to add to the config? I used a sample configuration from the QuickStart samples so I think the web.config should be ok.. Can someone help me with this.
|
| Remoting configuration file for two objects. | 03 Nov 2004 15:31 GMT | 5 |
I have created some remoting applications, and they work just fine, and all appeared well, until I decided to combine the functions from two applications into a single service. So, what I have is two remotable objects. Both of them are hosted in a
|
| Windows Service Login Failed when accessing SQL. | 03 Nov 2004 09:48 GMT | 2 |
Windows Service Login Failed when accessing SQL. I have a problem for a Windows Service to login on an SQL server (different machine) - neither Windows Authentication nor SQL Authentication worked. LOGIN FAILED FOR USER sa (for example).
|