| Thread | Last Post | Replies |
|
| RichTextBox and System.OutOfMemoryException. | 15 Feb 2004 16:53 GMT | 1 |
I have a problem with RichTextBox, I'm copying a small .jpg 57Kb over it, and after that I want to get the RTF text. It raise a System.OutOfMemoryException. Looking on Internet I found that the control has a bug and Microsoft has a
|
| How to have multiple language sources in one project? | 15 Feb 2004 15:27 GMT | 3 |
Every where in .NET books is mentioned that VS.NET is a seamless cross platform environment. We have two groups of programmers that some are VB programmer but others prefer to use C#. Is it possible to have a project that accepts both kind of sources? I mean for example one class is ...
|
| Remoting application does not work behind proxy | 15 Feb 2004 08:43 GMT | 3 |
We have created a C# Windows Forms based text chat software which uses remoting to connect to the server. It pings the server every 3 minutes. The server has been hosted in IIS and we are usin HTTP-SOAP for data transfer and for making remote calls. We have used the "SOAPSUDS" ...
|
| Classes | 15 Feb 2004 01:00 GMT | 1 |
Does anybody know where i can find a good article on classes for .net (basic)
|
| Inheritance with Control and Page | 14 Feb 2004 21:53 GMT | 2 |
Can anyone tell me how I can make a base class that both System.Web.UI.Control and System.Web.UI.Page can inherit from. I need to add common functionality to both of these classes across my app. Regards,
|
| Code broke Windows application | 14 Feb 2004 19:41 GMT | 1 |
Well I had code break on a compiled version of a Visual Basic .net application that was in use. Here is the story. Environment: Windows network using Windows 2000 advanced Servers and Windows 2000 workstation Service Pack 4. .net Applications written with .net framework 1. The ...
|
| A workgroup installation computer does not support the operation | 14 Feb 2004 16:11 GMT | 1 |
I have a Win 2003 server sitting on a domain. I create a public queue manually on the server. When I go to acess the queue from my code, I get "A workgroup installation computer does not support the operation". I know that a server that is not on a domian will not allow me to ...
|
| Memory leak problem | 14 Feb 2004 15:14 GMT | 1 |
I have come cross a memory leak problem for .NET Platform. But I don't think it is a code problem because the same application has totally different results if deployed on two different machines. if deployed on a machine with W2K Advanced Server it has serious memory leak, while ...
|
| Error: No default member found for type MyClass | 14 Feb 2004 15:12 GMT | 2 |
Dear Friends I have a urgent problem to solve. I have created a class and its collection and then bind it to a datagrid but got the following error. Please help. Thanks in advance. Andy Eshtry
|
| 1.1 framework | 14 Feb 2004 13:51 GMT | 8 |
after ver. 1.1 framework, I can C that the ver 1 framework is the current framework ( from the Help->about dialog) How Can I enforce framework 1.1 to be in use instead of the old one? Thanks
|
| HELP - Example Using WebRequest.GetRequestStream To FTP GET Files | 14 Feb 2004 11:08 GMT | 4 |
Does anyone have an example of using WebRequest.GetRequestStream to GET files from one platform, (AS400, UNIX, IBM390), to another platform, Windows 2000 or NT, like the DOS FTP routine ?
|
| Where can I find c# lab handouts and material | 14 Feb 2004 05:17 GMT | 4 |
Where can I find some lab handouts and material that can help me conduct labs in c# for learning the c# language, winforms, data access etc ?
|
| Question about the CollectionBase class | 14 Feb 2004 04:38 GMT | 3 |
The .NET framework class CollectionBase has an overridable method called OnSetComplete which takes three parameters: 1. int Index 2. object oldValue
|
| IIS 5.01 need to register asp.net1.1 ?..help | 14 Feb 2004 02:49 GMT | 1 |
I have XP Pro patched up..I have IIS 5.01 and have Visual Studio Net 2003 Enterprise loaded. When I try to start a Web forms project I get an error saying I need Asp.net 1.1 loaded.
|
| Required permissions cannot be acquired | 14 Feb 2004 01:56 GMT | 1 |
I have installed .net framework on win2000 but from any applicatione ASPX i receive this error: Description: An error occurred during the processing of a configuration file required to service this request.
|