| Thread | Last Post | Replies |
|
| root element is missing | 26 Jan 2006 08:38 GMT | 1 |
i used the following code at client side: function btn_send.onclick() { // create ADO-stream Object
|
| Advanced UDP communications and client side packet loss | 26 Jan 2006 08:15 GMT | 2 |
First, let me apologize as this is likely to be lengthy. I learned many things from posts on this newsgroup and this is the first time I have been a poster as opposed to a reader, and really hope to solve this problem ASAP as it is hanging up my development timeline.
|
| FtpWebRequest EnableSSL behind NAT | 26 Jan 2006 07:27 GMT | 1 |
Is it possible to use the FtpWebRequest class to download a file from an external FTP server that uses SSL if the computer is behind a NAT firewall? I have read to get ftp SSL to work behind NAT you need to forward a range of ports and specify those ports on your FTP client. I ...
|
| running app as a service - logoff user shuts down application | 26 Jan 2006 03:58 GMT | 4 |
I've set up an application to run as a service using srvany the application starts fine as a service when my pc is powered up everything stays fine when a user logs on however when a user logs off (with out shuting down) the application ends
|
| Registered JIT debugger is not avaiable | 26 Jan 2006 01:40 GMT | 2 |
when opening an aplication I'm getting this error: « - No debugger found Registered JIT debugger is not avaiable. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2 (2). Please
|
| Incrementing the "Build" | 25 Jan 2006 20:51 GMT | 7 |
I am trying to keep track of the number of times I compile my program. I was under the impression that setting the build to an asterisk that it would increment this automatically. ie
|
| VS.NET and framework | 25 Jan 2006 19:24 GMT | 1 |
I am using VS.NET 2002 Version 7.0.9466. the Framework version 1.0.3705. Can I using framework version 1.14322 with VB7. I cannot find easy way to replace framework version 1.0 to 1.1 with VS.NET 2002
|
| DES Querystring Encryptiion | 25 Jan 2006 18:59 GMT | 2 |
Another (non .NET, Oracle) application will be passing my .NET web application data via the QueryString. I was told that this data would be DES encrypted and Base64 encoded. The problem is that they told me that their encryption package uses only a "key" to perform the encryption. ...
|
| Accessing Dot Net Windows Application in Network systems | 25 Jan 2006 18:41 GMT | 1 |
I am deploying c#.net windows application in client machine. it is working fine. but, When i run the same application from a network path, it is throwing 'security exception'. in dot net framework configuration , what settings i've to chang to work the application
|
| FTP | 25 Jan 2006 18:14 GMT | 2 |
Y try to upload files to a server and i have tu use FTP. So, somebody can explain me how use FTP in .net? Thanks
|
| Deployment Project CAB | 25 Jan 2006 18:08 GMT | 2 |
I have created a cab file and included several dependency DLL to an ActiveX control I developed in C++ 7.1. Along withe dependencies I also included the mfc71.dll, mfcu71.dll, and msvcr71.dll since we do not register them. I created a setup.inf file and included it in the cab.
|
| threads and loading dll several time in different AppDomain | 25 Jan 2006 17:22 GMT | 1 |
I have an old style C DLL that is not thread safe (make usage of global variables). However, I would need to use it in a multithreaded environment. I'm not too sure if this would solve my problem:
|
| File finshed being copied | 25 Jan 2006 16:19 GMT | 3 |
I want to copy a file from a Source location to a Destination location, but the file is sometimes in the process of being copied to that Source location. How can I check that the file has been copied to the Source location and is ready to be copied to the Destination location, ...
|
| Sub Main Procedure Missing??? | 25 Jan 2006 15:52 GMT | 7 |
Hi I'm trying to create an application with a second form. I have already added this form sucessfully and everything on the form works fine. But when Trying to complie the program I get an Error Stating : Missing Shared Sub Main Procedure....There is no Valid Sub Main Procedure.. ...
|
| GAC | 25 Jan 2006 15:08 GMT | 1 |
I am attempting to call a .Net assembly from an ASP web application using: set oCripto=Server.CreateObject("com.msegroup.common.data.Crypto") I did not wite the original code, so I'm trying to figure out how all this works. I'm trying to get the web application working on my ...
|