all groups > dotnet framework > march 2005 > threads for tuesday march 29
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
What DB to use for multiuser file-based DB?
Posted by Tom G at 3/29/2005 7:19:01 PM
I am creating a .NET (C#) application that needs to store a small amount of
user- and customer-specific information in a file-based central repository.
I say "file-based" b/c requiring a DB server is not an option. The amount of
data is small (1-2 MB/user) but some of it is shared across use... more >>
Does framework 1.1 install on WinXP sp2?
Posted by Michael Byrnes at 3/29/2005 6:03:34 PM
Brand new computer. All updates applied from update.windows. 1st
program to install: framework 1.1. Won't install. Is there a reason?... more >>
Do I need both Framework 1.1 and 1.1 Hotfix
Posted by Anthony W DiGrigoli at 3/29/2005 5:21:05 PM
I am trying to make room on my machine and I notice that I have these three
listed in my Add/Remove window:
Microsoft .NET Framework 1.1
Microsoft .NET Framework 1.1 Hotfix (KB886903)
Microsoft Visual Studio .NET Enterprise Architect 2003 - English
Since EACH is listed as taking up 999.00MB I... more >>
How to use UML to make VB.NET classes (free)
Posted by DraguVaso at 3/29/2005 3:55:17 PM
Hi,
I know there are some tools to use UML and let it create automaticly the
classesi n Visual Studio .NET.
Are there any free software tools like this? Or can I somewhere download
good working trial-versions? What do you consider to use?
Thanks,
Pieter
... more >>
Performance Counter - Network Interface
Posted by Grant_Aust at 3/29/2005 1:54:36 PM
Hi all,
I am building a simple network monitor to show the current real-time traffic
in and out of the network.
Using the PerformaceCounter object set to the category of Network Interface
seems to be a little unreliable. Has anyone else found this?
Calling the NextValue method on the ob... more >>
interfaces and overloaded functions
Posted by WLM at 3/29/2005 1:31:10 PM
I was wondering if the following interface example is good programming
practice:
Public Interface IExample
Function GetInfo(byval index as Integer) as SomeObject
Function GetInfo() as SomeObject()
End Interface
Is it a problem for one function to return different types or it it better... more >>
DataGrid Problem
Posted by Arif Çimen at 3/29/2005 1:31:07 PM
Hi all,
I'm searching help files but it did not help.
How can I reach datagrid's row count and col count properties.
Thaks a lot.
Arif Çimen
... more >>
Release AppDomain Explicit?
Posted by xenophon at 3/29/2005 12:20:39 PM
I create a seperate AppDomain in code (AppDomain stuff is used in
ASP.NET and elsewhere in a WinForm app),and I want to make sure it
gets released properly. Right now I create it like this:
string binDir = AppDomain.CurrentDomain.BaseDirectory + "bin/" ;
AppDomain domain = AppDomain.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
registry access on installation
Posted by Random at 3/29/2005 10:57:54 AM
On installing my service application, I need to add some additional entries
to the registry, but when I try to do this during the AfterInstall event of
the installer, I get an UnauthorizedAccessException. How can I get these
entries in?
... more >>
System.IO.FileNotFoundException on InstallUtil
Posted by Random at 3/29/2005 9:52:22 AM
I have written a Windows Service application, and I am trying to use
InstallUtil to install it on my local machine for testing. I am using the
logToconsole parameter and am getting a System.IO.FileNotFoundException
exception. I have references in my app, but no external files.
I did compi... more >>
Set FullControl for a folder
Posted by Avi Shilon at 3/29/2005 7:51:03 AM
Hi,
I need to set FullControl rights for
the user ASPNET for a specific folder.
Does anyone please have an idea how
to do it?
Thanks,
Avi... more >>
Open Excel from C# Application
Posted by Abhijeet Kumar at 3/29/2005 6:17:02 AM
I am exporting data to excel using ISAM Jet Database. and then invoking excel
using
Process.Start(fileName);
This works fine but if the excel file to which we are exporting is open then
the Excel does not open properly. Only the Title bar is loaded. and no sheets
are loaded. After that ev... more >>
.Net FrameWrok 2.0 and Visual Studio 2003
Posted by Reza Rahmati at 3/29/2005 5:49:02 AM
How can i Use .net Framework 2.0 in Visual Studio 2003 Invironmnet i need
some name spaces and fuctions that included in .net frame work 2.0.... more >>
Types of JIT & use of nGen
Posted by Balaji at 3/29/2005 3:01:03 AM
1.How may Types of JIt compiler is available in .Net?
2.What for nGen tool is used for ...
... more >>
|