| Thread | Last Post | Replies |
|
| Programmatic TypeFilter? | 31 Oct 2005 03:34 GMT | 3 |
I can set the TypeFilter via config file, how do I set it completely in code so I do not have to use a remoting.config file? Thanks.
|
| Downloading assembly from a remote host | 30 Oct 2005 09:23 GMT | 1 |
I know an application can specify in its config file an assembly (DLL) that it depends on and where to get it from, e.g (person.dll deployed on a local webserver): <dependentAssembly>
|
| The simplest aspx deployment | 29 Oct 2005 13:25 GMT | 2 |
I used a text editor to create a aspx file and its code-behind c# file, then I put these two files in the ...inetpub\wwwroot\test folder. When I tested it, the result was that the code-behind is ignored. When I used Visual Studio to do the same, the result was correct. Please
|
| c# - listbox scroll bar event | 28 Oct 2005 04:02 GMT | 1 |
Can anyone tell me how to fire and use a listBox onScroll event. The language I am using is C# in a windows forms application thanks
|
| Redistribute Problem | 26 Oct 2005 14:52 GMT | 1 |
Still trying to learn folks. Ok, so I have my application built and tested and debugged and now I am more than happy to redistrubute to my friends. Those with Dot Net Framework v2 already installed seem to have no problems.
|
| Is there anybody in the world :) who uses an serviced component in more than one app partition on Windows 2003 Srv? | 26 Oct 2005 07:05 GMT | 1 |
I'm a little bit confused but I can't find any good resource about using serviced components in application partitions on Windows 2003 Server. Should I throw this idea away because of lack of integration between .NET and COM+? Can anybody say "it's possible" (how?) or "it's ...
|
| Invalid value for 'encryptedTicket' parameter | 24 Oct 2005 12:07 GMT | 2 |
I am using basic forms authentication in my web application and it is working fine on my Dev machine. However when I stress test the application using Microsoft ACT, And increase the number of concurrent users more than 3, I get following
|
| Simple Rich Client Question | 21 Oct 2005 20:58 GMT | 4 |
I develop WEB apps that include data management, wizards and workflow (document routing). Most apps utilize email to notify users that action is required. For example, an email may contain the following link that directs the user
|
| C# COM in COM+ without using EnterpriseServices | 21 Oct 2005 11:42 GMT | 1 |
I have created and registered C# COM class without using EnterpriseServices and deriving my class from ServicedComponent. I have registered it with regasm tool and imported into COM+ server activated application.
|
| ClickOnce and Third Party Assemblies | 20 Oct 2005 01:42 GMT | 1 |
Hello! We have successfully been able to install a barebones application using ClickOnce. We have obtained a code signing certificate from VeriSign, created a PFX file, and signed the manifest and assembly. The prompt the user receives is acceptable and the application runs. ...
|
| Suitability of custom formatting for interoperability | 14 Oct 2005 17:52 GMT | 4 |
I'm developing an application server to which clients will connect over the network. This server has a variety of entry points, and remoting seems well suited for those clients written in .NET. However there are two simple functions that will be accessed from unmanaged
|
| Enterprise Library June 2005 install error. | 14 Oct 2005 03:11 GMT | 4 |
I downloaded EnterpriseLibraryJune2005.exe and tried installing it but got an error 1327: Invalid drive G. Thanks.
|
| Remoting - How does one use a specific Channel? | 13 Oct 2005 06:41 GMT | 3 |
I need to connect a client to multiple remote server-activated objects using TCP. To communicate with one of the remote objects I require a custom Client sink to be inserted into the sink-chains associated with the TCP communication channel on the client. I can happily create & ...
|
| VB.NET using ADO.net | 12 Oct 2005 21:22 GMT | 1 |
I am creating a simple two form data access application. The first form displays my main table that shows orders in an orders table. I have a command button that opens a second form that show a related table that contains all of the order details. I know there is a simple code ...
|
| Remoting, what are the quickest configurations? | 11 Oct 2005 11:57 GMT | 3 |
I'm using remoting as a way to call a method (Log) that exists in a windows server application, this method will be called from a COM+ component. But I think this may not be the best way to do this, I would more a
|