| Thread | Last Post | Replies |
|
| OutOfMemoryException is thrown | 30 Apr 2005 18:25 GMT | 3 |
I have a process which is running a remoting object. This object reads messages from a MSMQ queue. Each message is a dataset and it is stored in a Oracle10 Database. (Messages in the queue are stored as strings)
|
| Windows Control Hosted in IE Problem | 30 Apr 2005 18:25 GMT | 2 |
I am facing a problem in my app which is a Windows Control hosted in IE through object Tag.But when I try to do WebClient.UploadFile method it throws SecurityException although i have done all the things i know i have to do
|
| BUG in .NET 1.1 HOW TO FIX "Hashtable insert failed. Load factor too high" ?? | 30 Apr 2005 13:01 GMT | 3 |
I got exeption in production environment: A first chance exception of type 'System.InvalidOperationException' occurred in mscorlib.dll
|
| comparing 2 datasets (or datatables) | 30 Apr 2005 12:47 GMT | 1 |
I want to compare two datasets (of 2 datatables). I just need to know whether the 2 datasets are same or different. I do not want to know how it differs. (I would be nice to have though).. Is there any easy way to accompilsh this. Thanks
|
| How to grant LogOnAsService during install? | 30 Apr 2005 12:33 GMT | 1 |
I'm using an Installer class to install my windows service. I want to configure it to log on as a user. When I did this, it worked at first, but after about a day it wouldn't work anymore. When I try to start the service it was complaining that it couldn't start due to a logon ...
|
| Get an Object reference from string? | 30 Apr 2005 10:30 GMT | 1 |
In C#, is it possible to obtain an object reference from a string representation of the object's name? for example, if I have a TableName = "TblName", and the dataAdapter associated with that table is called "daTblName", however, I will not know
|
| ScriptTimeout and executionTimeout do not work | 30 Apr 2005 07:11 GMT | 1 |
I am trying to make the page execute timeout after 2 seconds. I first tried using the Server.ScriptTimeout = 2 in the Page_Load() event. The next line does System.Threading.Thread.Sleep(10000); // 10 second pause I was expecting the page to timeout with a Request timeout error. ...
|
| HttpWebRequest POST not working on my VS2003 | 30 Apr 2005 07:08 GMT | 8 |
Why is .NET leaving out the POST data on my HTTPWebRequest? I had some code working fine in VS2002 and when I moved to VS2003 it doesn't seem to be adding the POST data. So I took the same chunk of code and placed it in VS2005 Beta 1 (on a different machine), and it works there ...
|
| Releasing COM object (RCW) | 30 Apr 2005 00:23 GMT | 1 |
I have a class I am using the RCW on which allows IE to use as an ActiveX object. The problem is that I holds onto the reference and locks the DLL. There does not seem to be any way of releasing it when IE is done with it. My client-side code is trivial:
|
| From COBOL to C#.NET | 30 Apr 2005 00:19 GMT | 1 |
I am a mainframe (COBOL) programmer. Recently - I started my course to get certification in c#.NET (MCAD). Coming from a Process-oriented language background I find it difficult to understand the concepts of object-oriented programming.
|
| Asynchronous operations with System.Net.Sockets | 30 Apr 2005 00:02 GMT | 1 |
I have a couple questions concerning the inner workings of a System.Net.Socket class when doing asynchronous read/write operations. 1) When a program calls the asynchronous operation BeginRead(..., callback) or BeginWrite(..., callback), the reading or writing operation obviously ...
|
| How to make multiple or consecutive webrequests using the same connection or session | 29 Apr 2005 23:57 GMT | 4 |
I'm attempting to make WebRequest or HttpWebRequest requests to a router's HTTP configuration interface. I cannot navigate directly to the page I need because the router will automatically redirect (somehow...I'm not sure if it's an http redirect or what) the request
|
| Urgent. Socket.BeginConnect doesn't work when is called from a separated thread | 29 Apr 2005 23:42 GMT | 3 |
One complete day a lost finding the problem, Now I know what is, but I don't know why? This is my simple source code. The first method call the BeginConnect() using the same windows form thread, and the second method call the
|
| How can i FTP with SSL or TLS encryption? | 29 Apr 2005 23:38 GMT | 3 |
Im trying to build an ftp class in VB.NET but i want it to be able to encrypt the dataport and commandport but i have no idea how to do it. does anyone have any clue how to do it? either code or a website explaining the procedure would help.
|
| Stored Procedure Newbie needs help | 29 Apr 2005 18:04 GMT | 3 |
Trying to do a stored procedure in C# against Microsoft Access. I just want to do a simple select to do a lookup. Unfortunately all of the examples I can find are for SQL 2000 Server, and they don't seem to work in Access. I am very familiar with Data Adapters and passing ...
|