| Thread | Last Post | Replies |
|
| Calling C# method from VB and passing object by reference | 20 Aug 2003 16:43 GMT | 1 |
I have the following method written in C# public static void Substitute(ControlCollection controls, ArrayList affectedControls, ref CCase objCase) {
|
| tcp and http channel | 20 Aug 2003 15:42 GMT | 1 |
I created those channels with the following code: TcpServerChannel hts = new TcpServerChannel(8000); HttpServerChannel hps = new HttpServerChannel(8001); ChannelServices.RegisterChannel(hps);
|
| Executing Statements | 19 Aug 2003 10:24 GMT | 1 |
Using reflection in VB.net, I am able to list out the properties and methods of an object. Using this I want to prepare a statement and execute that statement. How do I achieve this can you please help me out to solve my problem?.
|
| custom POST request string | 18 Aug 2003 21:52 GMT | 1 |
I am trying to use the HttpWebRequest class to post an XML document to a server. The server requires the POST request to folllow the following format: POST /ntfn/add HTTP/1.0 Accept: text .............
|
| ConfigurationManagementApplicationBlock | 17 Aug 2003 22:33 GMT | 1 |
Do you know if this block or any other XML configuration file classes supports more than one configuration files. (Car.config, Plain.config, ...config) ???
|
| VB.Net- C# integration | 16 Aug 2003 16:21 GMT | 3 |
I have a ASP.net application written in VB.Net which is the main application. I have another ASP.net application written in C#. I want to integrate the C# project files into the VB.net project ( without having to convert C#
|
| How to pass reference to SQLConnection object in com+ | 15 Aug 2003 21:44 GMT | 1 |
I have a com+ component, which has a function, which returns reference to connection object. It gives me an error when I try to use that object in different com+ object.
|
| Multipage Printing - How do I Implement It? | 15 Aug 2003 18:33 GMT | 1 |
The Visual Basic .NET Step by Step book has the following code and text: Imports System.Drawing.Printing Private Sub PrintText(ByVal sender As Object, ByVal ev As PrintPageEventArgs)
|
| AppDomain.Unload fails on Serviced Component | 15 Aug 2003 02:16 GMT | 3 |
I came accros the following problem: Defined a class which inherits from ServicedComponent. Then created it in another AppDomain. Then when I tried to Unload Domain an exception occured:
|
| Passing recordset between physical tiers | 14 Aug 2003 21:53 GMT | 1 |
All - My recordsets are not getting marshalled across process tiers. I get the following error: System.Runtime.Serialization.SerializationException: The type
|
| Autodeployment | 14 Aug 2003 19:29 GMT | 2 |
All - I am playing around with the auto-deploying applications. I have aWindows Form which has no functionality whatsoever (just the form). I create a virtual folder in IIS mapping to my bin directory. I then go to IE and try
|
| XML-FO In .NET | 14 Aug 2003 12:31 GMT | 1 |
I am trying to do something whcih might seem trivial but unfortunatly i can not find i soultion. I am trying to produce a pdf document form XML file while whist XSL-FO schema build in XMLSpy. The problem is findign a component that would do this trasformation correctly.
|
| Remote process execution | 13 Aug 2003 15:31 GMT | 3 |
Is it possible to execute a process remotely on a trusted machine within a network using .NET. Somewhat similar to remote shell... Regards
|
| Distributed ASP.NET Question | 13 Aug 2003 10:41 GMT | 1 |
I have an ASP.NET app that I have built on my server. I have other companies who want to license this app and run it on their servers. Is there a way to distribute this app to them in such as a way that if I make changes on my
|
| Configuration Block Framework design suggestion - on storage providers | 12 Aug 2003 22:20 GMT | 2 |
I'd like to submit the following design suggestion for the configuration management block application framework: I think the storage format, not just the media, should be arbitrary and determined by the storage provider plug-in implementation.
|