| Thread | Last Post | Replies |
|
| stacktrace and release mode - interesting problem | 13 Sep 2007 09:28 GMT | 3 |
put the following into a console app in .net 2.0, compile it in release mode and then run it 2 ways: through visual studio (works as expected) now double click the console app via windows explorer.
|
| Bug in System.Uri constructor? | 13 Sep 2007 00:53 GMT | 1 |
I'm using the System.Uri class to clean up some the URLs we're passing around, e.g. compacting http://hostname//somefolder//somefile to http://hostname/somefolder/somefile. The documentation clearly states that the Uri constructor takes care
|
| E-mail Service | 12 Sep 2007 18:48 GMT | 1 |
I'm having problems with 2 of my e-mail servers, first my outlook express I can't send e-mails out but, i can recieve e-mails second my incredamail i can't open, it tells me its missing file #15, not sure what that means. maybe you can help me out with this?
|
| Visual Studio 2005 -- Multi-Tabbed Control | 12 Sep 2007 16:37 GMT | 4 |
I began my .Net training with VS .Net 2000 (version 1.0) -- on the toolbar there is a multi-tabbed control (which allows you to place differing content on each tab, and display content associated with each seperate tab) -- I'm NEW to Visual Studio .Net 2005, and I can't seem to ...
|
| Accessing configuration files from class library classes | 12 Sep 2007 09:15 GMT | 1 |
This has been bothering me for awhile now and I need to ask the question. There are classes in the BCL and in third party apps that access the configuration file programmatically. Let me use the new WCF class ServiceHost as an example. The service host class can be completely ...
|
| Deserialising xml and Inheritance | 12 Sep 2007 08:55 GMT | 9 |
I have a class "Version" and another two classes "SpezielleVersion1" and "SpezielleVersion2", which inherit from "Version". When i deserialize a xml-Instance of "SpezielleVersion1" like this: XmlSerializer xs = new XmlSerializer(typeof(SpezielleVersion1));
|
| What is the best way to do thread locking in .NET?Thanks | 11 Sep 2007 21:12 GMT | 10 |
if i have a Queue named testQ Object lockQ = new Object(); testQ will be modified by: void AddToQueue(string text)
|
| Access to form control in an event handler | 11 Sep 2007 21:03 GMT | 1 |
I have an event handler defined within a class. It has the following signature: static void XYZ_EventHandler (object sender, XYZEventArgs e) From within this event handler, I want to access the contents of a textbox
|
| Escaping a formatter {} in StreamWriter | 11 Sep 2007 12:48 GMT | 2 |
I found one issue with the StreamWriter class where the StreamWriter.Write API interprets anything between { } as a formatter. So if I write myStreamWriter.Write("This is test code { Ha Ha Ha } string contd"); then I get a FormatException. I have not been able to
|
| vb.net and c# issue in for loop | 11 Sep 2007 08:56 GMT | 3 |
i have some weird result using for loop... here it is in vb.net......... Module Module1 Sub Main()
|
| power supply??? | 10 Sep 2007 19:48 GMT | 1 |
I have an win xp I purchased a new computer 2 years ago about 2 months ago I noticed my power light was not as bright as it should be. Each day the light go dimmer. Now you can barely see it. I tried logging on which I'm able to do, but once computer is on for 5 mins, it ...
|
| Added control, lots of warnings | 10 Sep 2007 16:47 GMT | 5 |
I added an IP Address Control I found online. I get hundreds of warnings when I compile it now: c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll
: warning C4945: 'ResXFileRef' : cannot import symbol from |
| How to get a web server to send response using TcpClient & NetworkStream? | 10 Sep 2007 15:06 GMT | 4 |
Background: I'm attempting to access a web page hosted on a server embedded in firmware on a device. I initially tried using the HttpWebRequest (which I know is coded properly since it works with other web servers) but the server embedded in the firmware is
|
| is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) | 10 Sep 2007 14:52 GMT | 11 |
I have a mixed DLL (a managed DLL in C++ calling functions in other unmanaged DLLs) which I can build successfully in Visual Studio 2005 but can't reference as I get then immediately the error: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
|
| envisioning phase | 09 Sep 2007 18:27 GMT | 2 |
Hey all, i'd like to show the following as a web page.
> Food $8.83 Restaurants $6.58
|