| Thread | Last Post | Replies |
|
| http://127.0.0.1 works, NOT http://localhost or http://MyCompute... | 29 Mar 2006 11:42 GMT | 1 |
This is a problem that I had before, went away for some reason I don't know, and that I got back now with my freshly installed pc. I have XP Pro, with all service packs, latest updates etc installed, and IIS.
|
| FileLogTraceListener in asp.net 2.0 project | 29 Mar 2006 09:25 GMT | 1 |
I'm setting up tracing for a c# asp.net 2.0 web app. I saw an interesting TraceListener called FileLogTraceListener that resides in the Microsoft.VisualBasic.Logging namespace.
|
| Thread constructor - maxStackSize argument? | 29 Mar 2006 07:34 GMT | 3 |
Framework 2.0 There is a constructor for the System.Threading.Thread class that takes a ThreadStart object and an int as construction arguments. The ThreadStart object is the delegate to the thread entry point obviously, but what is the
|
| CLR 2.0, SQl objects and dispose | 29 Mar 2006 01:17 GMT | 5 |
I know this has been discussed before and I have read the earlier posts but I am still unclear. I have code that was written in 1.1 Dim cmdConn As SqlClient.SqlCommand
|
| Equivalent to VCL's DataModule | 28 Mar 2006 23:32 GMT | 10 |
In Borland's VCL ( Visual Component Library ), one can use a DataModule into which one can drop non-visual components from the RAD designer. The DataModule is a design-time visual container for non-GUI components, which is never seen visually at run-time as a GUI control. An
|
| Syntax question | 28 Mar 2006 22:41 GMT | 5 |
Can some kind person tell me the syntax for declaring and creating an array of generic List<decimal>'s? For instance: List<decimal>[] seriesValues = List<decimal>()[numSeries];
|
| can any one tell me the difference???? | 28 Mar 2006 22:35 GMT | 1 |
Can anyone tell me the difference between active directory and application directory ? Thanks in Advance Brahmi
|
| NET Framework Permission Request Viewer in .NET2 | 28 Mar 2006 20:49 GMT | 1 |
PermView.exe - .NET Framework Permission Request Viewer. Why PermView.exe is not included any more in the .NET2 Framework? Is there a correspondent utility for .net2 assemblies? Many Thanks,
|
| Serious bug in .NET framework 2.0 - IShellLink interface crashes | 28 Mar 2006 19:48 GMT | 19 |
*Hello* I wrote an application which runs perfect under .NET framework 1.1. I was very disappointed, that a LOT of things do NOT work on *Framework 2.0*.
|
| uploading a text file to a specific url | 28 Mar 2006 19:23 GMT | 1 |
Can any one help me how to upload a text file to specific url using c# not with asp.net I tried with webclient but its not working fine and i worked with httpwebrequest class also but no use
|
| :-( | 28 Mar 2006 18:52 GMT | 5 |
It wasn't available! It's starting to look like we wont be going. You can imagine how I feel about that.
|
| pinvoke GetDiskFreeSpaceEx with UNC | 28 Mar 2006 18:51 GMT | 2 |
I am using VS 2005, .Net 2.0., Windows XP Pro SP2 I encountered a problem for which I couldn't find answer in google. I want to get colume size information - total, free and available. I am using GetDiskFreeSpaceEx API function to do this.
|
| Detecting "Network cable plugged" | 28 Mar 2006 13:26 GMT | 4 |
I'm working on an application (a windows service) which should be able to detect, if a network cable is plugged/unplugged. I know that there is a way to query the state periodically but I guess that there is also a "triggered"-way!
|
| Remoting a collection class? | 28 Mar 2006 12:13 GMT | 5 |
I want to create a collection class (List or SortedList, etc) that is remotable (inherits MarshalByRefObject). Because C# doesn't support multiple class inheritance I can't just do this: public class Groups : List, MarshalByRefObject
|
| LPVARIANT param returned from unmanaged dll (.net Interop) | 28 Mar 2006 11:58 GMT | 1 |
Hi all. I have a c# windows forms app that uses a unmanaged dll. I need to call a function in the dll that registers a callback function. When the dll generates an event it calls my callback function. The problem is that when my callback function is called a LPVARIANT value is
|