| Thread | Last Post | Replies |
|
| Using Regular Expressions in .NET Framework 2.0 | 12 Oct 2006 16:41 GMT | 4 |
I'm developing a windows application where I use regular expressions. In first place, I did it in c#(visual studio 2003) and now I'm migrating it to visual studio 2005. The problem here is that a regular expression doesn't match an xml
|
| How to read a Image | 12 Oct 2006 16:28 GMT | 2 |
I am working in ASP.Net..I want to read words in the image..How to do it any idea..............
|
| Large text file - in memory ( > 60mb) | 12 Oct 2006 16:09 GMT | 12 |
My program needs to search a large textfile (>60MB). At this time I'm using a streamreader to read the file into a string-variable (objString = sr.ReadToEnd). Before reading the file the proces running my programm uses about 10mb, after reading the text-file into
|
| C# click once application with report and reference to assembly | 12 Oct 2006 14:52 GMT | 2 |
Hi, we have a C# click once application with a report. This report has a reference to an assembly to calculate some things. If we run this application locally with the 'click once' checkbox unchecked, everything works.
|
| Newbie "imports" question | 12 Oct 2006 14:44 GMT | 3 |
Perhaps it is a stupid question, but i'm asking you if there is a difference between using Imports this.is.a.namespace ....
|
| updating machine.config when application is running. | 12 Oct 2006 12:43 GMT | 2 |
I want to update machine.config file on production server. On server some other .net applicatins and windows serivices are running. If i update machin.config will it create problem for other application runnig on server.
|
| Building machines for 3.0 RC1 | 12 Oct 2006 03:03 GMT | 6 |
I'm trying to build two machines (VMWare) to implement the .Net framework 3.0 RC1. The first is on Server 2003. The second is on Vista build 5744. The documentation I have is a little contradictory as to what exactly is needed for these two platforms. I already have Visual Studio ...
|
| Message error | 11 Oct 2006 23:14 GMT | 3 |
I am connecting to a message queue and am getting an error that I don't understand and there isn't any detail: System.Messaging.MessageQueueException at System.Messaging.MQCacheableInfo.get_ReadHandle()
|
| C# Question | 11 Oct 2006 21:52 GMT | 5 |
I am learning C# at the moment and is trying to recreate Notepad. I have some question in regards to it so it will be nice if someone can answer them for me pleaes. They are as below 1: Should i use Multiline Textbox or a Richtext control?
|
| Bug in OpenExeConfiguration(exePath) | 11 Oct 2006 21:20 GMT | 2 |
Problem: The Configuration object created by this method looks for a file with an extra ".config" suffix, as in "configtest.exe.config.config" Try this test:
|
| .NET 1.1 and .NET 2.0 compatibility question | 11 Oct 2006 21:12 GMT | 4 |
Is it possible to run assemblies generated for .NET 1.1 under .NET 2.0? I am not sure I am expressing the question properly. The situation is that we have some developers using Visual Studio 2003 and others using Visual Studio 2005. Both groups are generating Windows Forms and Web ...
|
| Memoryleak in .net service | 11 Oct 2006 21:05 GMT | 2 |
Hi! We have a singlecall server application that runs inside a .net service. The service uses two System.Threading.Timer's to call to methods every 10 seconds. Something like this:
|
| MFC program under windows 98 | 11 Oct 2006 20:58 GMT | 1 |
I have made a MFC program in VC++ 2003 under windows XP and need to install it under windows 98 Can it bee done? and what shall bee done for installing programs under different windows versions?
|
| Debugger Already attached, help | 11 Oct 2006 20:03 GMT | 13 |
I’ve just discovered that our development server can only have one active debugger at a time. Why? How is it MS thinks that only one developer is only going to debug at one time? If you have a team of developers working on multiple projects on a central development server, how ...
|
| HttpWebRequest and SSL | 11 Oct 2006 19:31 GMT | 3 |
When using HttpWebRequest with an 'https' address, does it automatically encrypt the data being sent or are there additional steps that need to be taken?
|