| Thread | Last Post | Replies |
|
| Jim offline newsgroup | 11 Jan 2006 03:14 GMT | 1 |
|
| c# express edition install problem | 11 Jan 2006 03:08 GMT | 6 |
i installed the .net framework 1.1 But I am not able to install the visual c# express edition. pls help me. do you need .net framework 2.0 as a prerequisite for installing visual c# express edition ?
|
| problem by creating Zip file using SharpZipLip | 11 Jan 2006 03:00 GMT | 1 |
i want to create a back of a directory using the SharpZipLib API. My program generate a zip file, were i can add other file later. When i try to add another file in an existing zip file, this zip file become damaged.
|
| Conversion of webservice from vs 2003 to vs 2005 | 11 Jan 2006 01:51 GMT | 3 |
I have just converted my C# project to VS 2005. It is a windows application with some web services, a distributed application. The application and web-services work fine, but the design windows in the IDE for the web service are not what I expected. The designer windows for the
|
| What is this {0} thing? | 11 Jan 2006 00:36 GMT | 1 |
I'm sorry, this is probably a beginner .NET thing, but I never learned it. What is this {0} or {1} stuff in Strings? I don't understand them.
 Signature Alex C. Barberi
|
| String and StringBuilder ... ? | 11 Jan 2006 00:08 GMT | 4 |
I'm using VB.NET. I have been reading up for an exam I will be taking in a few hours, and I'm becoming confused... a String's contents never change? I read that every time I change a String it's actually giving me a reference to a totally different
|
| Hiding the public members of a class without modifying the CLASS | 11 Jan 2006 00:00 GMT | 3 |
Suppose i have the requirement that i want to hide the pubilc members of a class without modifying the code inside the class Example : class A
|
| Services | 10 Jan 2006 20:28 GMT | 1 |
I have written a VBNET sample service that uses FindWindow to find another VBNET forms app HANDLE and send it a message via SendMessage. The service runs under the local system account with INTERACT WITH DESKTOP checked. It works fine.. I need it to run under a local user account ...
|
| DataGridView Scrollbars missing | 10 Jan 2006 20:25 GMT | 1 |
My dataGridView is configured with the "ScrollBars" set to both. When the form is displayed no scroll bars appear. Therefore I don't have access to the columns beyond the right side of the window! If I set the property in code "dgv.ScrollBars = ScrollBars.Both" The
|
| mscorwks.dll could not be loaded | 10 Jan 2006 19:22 GMT | 2 |
I just converted my application from VS2003 (.NET 1.1) to VS2005 (.NET 2.0) and when I run the application on my clients Terminal Server box I get the following error: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll could not be loaded
|
| Whitch rows modified | 10 Jan 2006 18:49 GMT | 1 |
I have a problem, can you help me please I am using VS 2003 Enterprise and Visual Basic. I want to handleof whitch rows modified in dataset before save to disk.
|
| ByteViewer | 10 Jan 2006 18:14 GMT | 2 |
I am trying to use the ByteViewer class. I have .Net Framework 1.0.3705 installed on my computer. I copied the Microsoft example, http://msdn2.microsoft.com/en-us/library/hastbxch(en-US,VS.80).aspx to my project. It could not find ByteViewer class.
|
| ASP.Net Deadlocks | 10 Jan 2006 18:11 GMT | 3 |
I keep getting this message in the log on my web server. When it happens the website will be unavailable for a bit and then things will return to normal. Does anyone know how to resolve this issue? ISAPI 'c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll'
|
| Timeouts are not supported exception | 10 Jan 2006 17:45 GMT | 1 |
I am trying to xml serialize an object but when I pass in a memory stream I get an exception saying that "Timeouts are not supported by this stream." Why are timeouts required? This happens when I compile with VS2k5 .Net 2.0. It seems to work with .Net 2k3.
|
| I have 2 versions of .NET, which is being used | 10 Jan 2006 17:00 GMT | 67 |
I am developing .NET apps using Visual Studio.NET 2003, which, if I have inderstood correctly, uses .NET framework V1.1. During a recent session on Windows Update I was offered, and installed, an upgrade to .NET Framework 2.0. If I now look in Add And Remove Programs I see I have ...
|