| Thread | Last Post | Replies |
|
| Installation error of .NET 1.0 SP3 and 1.1 SP1? | 15 Sep 2004 01:01 GMT | 4 |
I updated to XP SP2 and since then i've tied to use windows update and the two things it lists are .net framework 1.0 sp3 and .net framework 1.1 sp1. However, when i tell it to install, it tells me that they failed to install with no reason why. I checked and for .net 1.0 i had ...
|
| 2.0 question, SyncRoot in generic collections? | 14 Sep 2004 22:24 GMT | 2 |
I'm not sure if this is the place to ask about this, but why is there no SyncRoot in List<T> &c the way there is in ArrayList &c? Instead, List<T> supports ICollection, so we have to cast the list to ICollection to access the SyncRoot -
|
| .NET application freeze | 14 Sep 2004 18:13 GMT | 1 |
Hi .NET experts, My company has a three tier web application written by VB.NET. This application runs fine sometimes. However, it also
|
| Help identifying product | 14 Sep 2004 18:12 GMT | 1 |
I saw a demo of a Microsoft product about a year and a half ago. It was geared for designing web portals and worked with both Visual Studio .net and Microsoft Office. Does anyone know the name it? Is it available in an academic version? I'd love to use it for my own personal web ...
|
| Web Services | 14 Sep 2004 18:10 GMT | 1 |
Does anyone know if it's possible to create and consume Web Services in Visual C# 2005 Express?
|
| Thread safety of collections | 14 Sep 2004 15:53 GMT | 7 |
The documentation for most collection classes state that public static members are thread safe, but to what extent can a collection be accessed safely via multiple threads calling non static methods if the collection is not
|
| wtf are AxInterop and Interop dll's? :-) | 14 Sep 2004 12:19 GMT | 2 |
I'm working alreaddy a lot of time with VS.NET 2003, and never payed a lto of attention to the AxInterop and Interop dll's it creates. Although this weekend I had a problem caused by them, and I began to aks myself what they really do, what they stand for etc? What's the difference
|
| Difference between .Net Framework and .Net Framework SDK | 14 Sep 2004 11:54 GMT | 1 |
Where can I find information about difference between .net Framework & .net Framework SDK? Thanks a lot. ProRodman
|
| How to list all installed data sources? | 14 Sep 2004 11:20 GMT | 1 |
I'm writing a program that allows users to import their data into our system. The data can come from any datasource installed on the users PC, eg Access, Excel, SQL, Text Files, etc.. Is there a way to get a list of all the installed data sources? I'd like
|
| XP style icons | 14 Sep 2004 06:55 GMT | 4 |
I would like to use stndard XP style icons (New, Open, Save, Print, etc...). How can I extract them from OS? I also need the same program to be run under Win2K and Win98 and, of course, I would like the corresponding set
|
| [OT] VS.NET 2003 install problem | 14 Sep 2004 04:34 GMT | 1 |
I know it's a bit out of topic but I don't know where to ask :( I just deinstall my VS.NET2003 and reinstall it straight away, but on drive D: (need to makes some space)
|
| Support for other numbers than "english"... | 14 Sep 2004 04:10 GMT | 6 |
we need to deliver or C# prduct to India... But they do not have our numbers (0-9) instead they have some other "symbols". Is there any support from the int.ToString(CultureInfo) to support these
|
| User specific app.config - are they possible? | 14 Sep 2004 02:11 GMT | 13 |
I have VB.Net/SQL Server app that connects to a common instance of SQL Server but the "initial catalog" entry in the ..exe.config needs to be user specific. Is this possible, i.e. can I have multiple copies of the ..exe.config and place them directories that will searched when ...
|
| Reference to existing class library | 13 Sep 2004 23:08 GMT | 1 |
I have a class library that I wrote in one project, and another project (my testing app) as a windows app. I am having difficulty adding a reference to the class library. The class library project is in Whidbey and the windows app is in .NET 1.1, which is why they are both not in ...
|
| Programmatically determine if an assembly is compiled in debug or release mode? | 13 Sep 2004 22:49 GMT | 2 |
I'm writing a WinApp that makes use of plugins. In the aboutbox I want to show a list of loaded plugins (Name, Version and if the plugin is compiled in Debug or Release mode). The Name and Version are easy to retrieve by using reflection, but I don't know how to determine in
|