| Thread | Last Post | Replies |
|
| networkStream.Write waits until networkstream.close | 07 Jan 2005 10:14 GMT | 1 |
I have an issue where networkStream.Write doesn't perform its write downstream from my client program until the network stream is closed. I then see the data that was sent appear on the other side. I am sending a small amound of data and read where data wasn't sent
|
| Reference Security. | 07 Jan 2005 09:37 GMT | 2 |
I have a solution with serveral projects in it. Some of the classes are public classes so the can be referenced from serveral places in my solution. When built the solution contains a .exe and serveral supporting dlls.
|
| DTS from Winform. | 07 Jan 2005 09:11 GMT | 3 |
I have a WInform app that runs a DTS. When I developed it on the SQL box and executed it, it ran fine. I used the Trusted connection parameter for the DTS. I don't want to use passwords. I packaged up the project and put in on another box. Now I get SQL Server errors:
|
| VS .NET 2002 Remove and Reinstall | 07 Jan 2005 07:02 GMT | 4 |
My copy of Visual Studio .NET 2002 became corrupted. Repair didn't work so I tried remove and reinstall via the Start menu. Removal seemed to proceed normally but when I tried to reinstall I got: "A failed installation has been detected. Press OK to uninstall the product.
|
| Mdi Parent controls showing on Mdi Child forms | 07 Jan 2005 05:33 GMT | 2 |
In my Mdi application, I have placed a set of controls on the parent form to call child forms. The problem is that the controls hide the child forms. I have used SendToBack when Im calling the child form, that works fine. The problem arrises when I want to show those controls ...
|
| Web Service returning xs:choice as return type in C++ .NET | 07 Jan 2005 03:57 GMT | 3 |
I want to consume a Web Service that returns a choice, but my C++ client always receives the same returned type. On the other hand, when I am using a Java client, it is working fine (of course, the generated proxy is not the same).
|
| problem with OleDbParameter | 07 Jan 2005 03:37 GMT | 6 |
I am trying to follow the walkthrough on MSDN http://msdn.microsoft.com/library/en-us/vbcon/html/vbwlkWalkthroughUpdatingDataU singDatabaseUpdateQueryInWebForms.asp however, as I do not have a working version of SQL server available (which is another story . . ) I have tried to ...
|
| Convert a HTML file to TIFF programmatically? | 07 Jan 2005 01:37 GMT | 4 |
In .NET, how can I convert a HTML file to TIFF efficiently? One possible way is that I can first use word automatation to load the HTML up and then print it to TIFF. Is that right? However, even if it is technically feasible, it can take long time to do the conversion,
|
| Problem :( | 06 Jan 2005 23:29 GMT | 1 |
Because i'm good friend i posted for my friend who has a problem: i got som eproblem with msn and hotmail and gaming zone...i can never get to the login page and i dont know why and i tried every thing thats on the support page about that and it still doesnt work. also my msn ...
|
| VB.NET Application Questions | 06 Jan 2005 22:38 GMT | 2 |
I'm new to VB.NET and have plenty of experience with VB 6. However I've discovered everything is now different. I've read at least five VB.NET books and understand where they're coming from, but they are simplistic and don't work in real life applications.
|
| Configuration problem ( very urgent ) | 06 Jan 2005 21:53 GMT | 2 |
I'm developing a web application i.e. asp.net. I have added a key named "Provider" in web.config file as follows <appSettings> <add key="Provider" value="3"></add>
|
| netFramwor and Dispose | 06 Jan 2005 21:49 GMT | 4 |
.net Frame work 1. Dispose Method what it does ? A. who its call / when it calls ? B. Is it fire automatically ?
|
| Relative #include files | 06 Jan 2005 21:35 GMT | 1 |
I have recently purchased visual studio 2003 and I am trying to get my web application working in it. I have created a solution and a VB (ASP Dot Net Web Application). I have coppied my entire previous web app into the root. I can get a few asp pages running, but my application ...
|
| Bad Form Design | 06 Jan 2005 20:00 GMT | 6 |
Ok, so I read this article about a great free DVD with plenty of .net tools that I can order from Microsoft. I click on the link: https://oms.one.microsoft.com/anonymous/VSIP471/en-us/OM/CI/CustomerInfo.asp
|
| Multithreaded events in dll to prevent blocking | 06 Jan 2005 19:56 GMT | 1 |
I have a synchronous socket dll which fires several events to a winforms client. The winform calls methods on the dll and the dll fires an event back on the same thread. I want the dll to fire events back on a different thread, but
|