| Thread | Last Post | Replies |
|
| .NET versions forward compatibility | 03 Sep 2005 03:43 GMT | 4 |
I posted this originally in microsoft.public.dotnet.framework.windowsforms -- but this is probably a better place... I am developing with VS 2003 -- .NET framework 1.1
|
| SQL Server Mobile on Tablet PC | 03 Sep 2005 02:55 GMT | 2 |
I'm trying to load data on a SQL Server CE database. Doing it on the Pocket PC takes very long. I though I'd load it on the desktop using the tablet PC API, using Visual Studio 2005 Beta 2 and Sql Server 2005 (Mobile). I'm following instructions provided in the help file for Sql ...
|
| processModel/memoryLimit Windows Service | 02 Sep 2005 20:56 GMT | 1 |
Can anyone tell me does the memoryLimit attribute in the machine.config also affect Windows Services. I know this does apply to ASP.NET applications, but I am unsure for Windows Services. Thank you
|
| thread.abort and thread.suspend | 02 Sep 2005 15:12 GMT | 5 |
Hi to all. I have a little problem. I'm working with threads, and I need to abort or suspend them, but many experts dissuade from use Thread.Abort and Thread.Suspend. As I didn't find other way, how can I do?
|
| Create Access Database with ADOX | 02 Sep 2005 14:05 GMT | 2 |
I'm using asp.net referencing ADOX to create access database on server side. Using C#; Two problems: the ASPNET process doesn't let go of the access file, so I can't access it
|
| What is VS Doing to my Code??? | 02 Sep 2005 12:38 GMT | 1 |
I'm working on an ASP/VB.NET application that was originally developed on the .NET 1.0 Framework. It was recently converted to run on the 1.1 Framework. The application compiles and runs fine after the conversion, UNTIL I try to modify the GUI.
|
| strong name using al.exe and csc.exe | 02 Sep 2005 12:01 GMT | 2 |
I'm very much a beginner with C# and the .NET Framework environment, and am writing and building C# programs using the command line CSC.EXE compiler. What I'm trying to do now is try out some of the evidence options and the security policy settings.
|
| Executing Assemblies on Shared Paths | 02 Sep 2005 09:55 GMT | 1 |
Hi, We are a software development team for a retail company, all of the programs we develop are for use internally on our network. Recently, we have moved towards thin-client technology with everyone running remote desktops using
|
| Relfection and assmelby build date | 02 Sep 2005 09:16 GMT | 1 |
How could I use relfection or another mean to fetcth the DLL's modification date?
|
| regasm issue, VB.net com dll | 02 Sep 2005 07:43 GMT | 4 |
I have created a DLL using VB.net for com interopt for use within my VB6 application. It works fine on my machine - I run the regasm, it registered and drag the dll in to the assembley folder. However, when I distribute the DLL to a end-user machine witht the .NET
|
| NDoc not working | 02 Sep 2005 07:43 GMT | 2 |
How coul I resolve the following error with NDoc. Note I did add in NDoc comment to some private/protected method and in the NDoc Project, I did specify Document{Internals,Privates,Protected} to True An error occured while trying to build the documentation.
|
| ReaderWriterLock acquire timeout values ??? | 02 Sep 2005 05:11 GMT | 7 |
According to the documentation for the Acquire methods on the ReaderWriterLock class: -1 Infinite. 0 No time-out.
|
| disable focus rectangle | 02 Sep 2005 04:38 GMT | 7 |
Hi - I have a custom control button and I wish to get rid of the focus rectangle that appears when the user clicks the button. Could you let me know how to do this please? Many thanks,
|
| Emergency! Too Busy A Connection! | 01 Sep 2005 23:05 GMT | 6 |
I have a problem with an OLEDBConnection object that is supposed to serve for a number of clients that need data from my Access(mdb) database. These clients are placed in different threads and try to load data from this connection. The problem is that when the connection is ...
|
| web.config file | 01 Sep 2005 22:53 GMT | 1 |
i have a web.config file that specifies the connection string for my database. the database server on the ISP is using a different port than 1433. how do i specify in the connection string to use a specific port number?
|