| Thread | Last Post | Replies |
|
| Web Referencing COM+ Web Service from Vs.NET 2003 | 13 Dec 2005 05:16 GMT | 2 |
Hi All, I have a COM+ Web service named NorthwindComWS. When i try to web refer it in my asp.net application, I get the following error "c:\inetpub\wwwroot\NorthwindCompWSWebClient\Web
|
| How to prevent corrupted binary downloads | 13 Dec 2005 00:43 GMT | 3 |
We've experienced two types of problems: 1) downloading assemblies from a web-based application base and 2) downloading an MSI to install components on a client machine. We never made much headway with the first problem, the app would just fail
|
| Need advice on redeveloping my application in dotnet | 11 Dec 2005 05:34 GMT | 1 |
Hi I have developed a standalone application using VBA and Access for distribution, but to my surprise the Microsoft Distributable files are 60Mb when compressed, (whereas my application is only 1Mb), which
|
| Remote Process | 09 Dec 2005 03:10 GMT | 1 |
how to find remote machine Processes Main Window Title ?? through this code i can find local machine Process Main Window Titl . thanku
|
| Serialize and Deserialize with socket | 09 Dec 2005 03:01 GMT | 1 |
I m sending objects instead of string between sockets. On the client I serialise the object with a binary formatter like this: Dim bs As New BinaryFormatter Dim ms As New MemoryStream
|
| Online community/portal site | 09 Dec 2005 02:56 GMT | 1 |
I am starting to plan a portal site that will eventually (hopefully) increase exponetianlly in the amount of traffic to the site. I am planning to do this in a 3-tier/4-tier layout, I'm just wondering of any design considerations before I embark.
|
| CD/DVD Media SerialNumber | 07 Dec 2005 02:10 GMT | 5 |
I am writing myself a "keep organised" app to keep track of all the stuff on my backup DVDs/CDs. I wanted to be able to recognise the dvd/CD when its in the drive, and I figured that the manufacturer burnt serial number on each CD/DVD disc would be a good, unique, non-changing ...
|
| December EntLib and Configuration Block | 06 Dec 2005 03:15 GMT | 4 |
I know that support for the Configuration App Block has been all but dropped in the 2.0 version of the Enterprise Library in favor of the framework-provided configuration classes. But I can't seem to find a way to do what I was doing with the old config block using the
|
| Three-tier applications - between client and application server | 05 Dec 2005 09:25 GMT | 4 |
As usually described Application Server (AS) communicates with GUI client by Business objects. So client should know about some interfaces that is implemented by business objects and some business service classes. When some changes occurs in business object interface all
|
| Unexpected window pops up after a WebMethod func proc executes | 04 Dec 2005 04:23 GMT | 2 |
I have this project that has a number of <WebMethod>'s. They have been executing OK (using F5), but when it completes, a window pops up. The window shows the result of the WebMethod call. I was wondering if there is some way of preventing this, or say I create a
|
| 2003 Windows Client Remoting to 2005 Server ? | 03 Dec 2005 23:55 GMT | 1 |
Is it possible to have a windows application that is developed in VS 2003 talking to a server that is developed using VS 2005 ? My guess is that it is possible if Web Services are used, but not possible if remoting is used ??? TIA
|
| Remote Authentication Possible? | 03 Dec 2005 23:03 GMT | 1 |
My Company currently hosts a classic asp application. User authentication takes place through forms authentication on sql server database. A client which use this application over the internet has requested if it is possible to automate authentication through their windows login ...
|
| webconfig settings work for web service in debugger but not under IIS. | 02 Dec 2005 15:07 GMT | 1 |
Trying to develop a webservice that gets/updates a ds, I'm having problems with my webconfig.ini in my local IIS. It works find in debug mode. I created a web service and invoked my methods to test them out. All is
|