| User Authentication (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I want to create a application in VB.NET that will authenticate the user using the NT domain account. ... does anyone out there know how I can do that?? I can't find anything (clear and concise) in the NET documentation. Sample code would be appreciated. Thanks in advance prescott ... |
|
| remoting issues. (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, I have created a application. Logically the applicaton has two parts. Client and the Server. The server part resides on a different machine then the client machine. Client object access the server objects using .Net remoting. The problem is Since client has the reference to server assemblies, I have to put the server assemblies in the client machines while ideally client requires only the ... |
|
| VB.Net Component - Error (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, We have written VB.Net components for COM . We had no problem compiling these components. While testing the following scenario, it throws error: Test: We have component TRL.BLL that uses TRL.UTIL. Using TRL.UTIL component directly through VB test program Test OK Using TTRL.BLL component through VB test program Test FAILED Error: An unhandled exception of type 'System.IO.FileNotFoundException' ... |
|
| Serviced Component Debugging (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi In VB 6.0 we can step into a COM component code by running the DLL in another instance of the IDE. (It was very handy for debugging) In .NET this doesn't seems to be possible. Any ideas how we can do this in a .NET serviced component. Thanks in advance Sash |
|
| What can I use instead of CreateObject (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, In VB6 I had CreateObject function, which allow me create instance of some object class even if it is not included into my references. All I need to do is to register my ActiveX DLL. Now, in VB.NET, I have class library and I can compile it into DLL. How can I create instance of that class without referencing, same as I did in VB6 with ActiveX DLL? Thanks, Dan |
|
| Using ByRef in Web Service Function Args (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Does anyone know if there are any known issues with using ByRef type arguments in a Web Service. I have a web service where I'm passing a value by reference from the client to the Web Service, the Web Service function is setting the value of this variable but when the call returns to the client the value does not change. WebMethod() Public Function AddrCorrect(ByVal InputOrder As String, ByVal Out... |
|
| Visible methods (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm converting a VB 6 n tier app to VB .NET and have removed all my COM Interop. My new classes all inherit from ServicedComponent. My components all show up in the Component Services snap in window correctly. However, none of my methods are visible. I have several public methods and am a bit confused about this. Any ideas? Thanks, Steve W. |
|
| ServicedComponent - Dispose, or Let GC Handle It? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a multi tier application with a separate business logic layer and data access layer. I have spent a few days converting my app from VB6 to VB.NET and have eliminated all the COM interop. My classes now descend from ServicedComponent, make use of the Transaction attribute, and also make use of AutoComplete. My methods look something like this: AutoComplete() Public Sub DoSomething() Dim oDB ... |
|
| ColdStorage Sample: Comment/IT Certification (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Somebody yanked my posting I gladly post it again... Looking at the ColdStorage sample app, I noticed that you send XML documents in HTTP encoded format (see example on folder hierarchy below). I was wondering why the development team decided to do things this way, as opposed to sending the XML documents as (raw) XML (document style). Particularly when thinking about interoperability with other We... |
|
| XPath and SQL Server 2000 (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello , I want to retrieve data from SQL Server 2000 in a XML Format and also to store data in SQL Server in XML Format. i want to know that how can i acheive this thing. whether that can be done by using XPath NameSpace in .NET, if yes can u give me example of that in c# language. Thank's For Your Help. Anticipating a Postive Response. from Sarang |
|
| COM+ Server Application error (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, Here is the strange problem I am experiencing. I have a ServicedComponent which is called from an aspx page. When I set it to run as Server app, System.Web.HttpContext.Current is Nothing. When I set it to run as a Library app, it's fine. This isn't an issue using ASP and VB6 why is it one now? Also, a smaller issue, it seems to be impossible to debug in the IDE when the component is server act... |
|