| Thread | Last Post | Replies |
|
| how to solve file.copy problem | 26 Aug 2004 07:29 GMT | 3 |
when I want to copy a large file(>64K), I got error as follow: the process cannot access the file, because it is being used by other process this is my code as follow
|
| Dealing with Spaces in a Database Name | 26 Aug 2004 03:15 GMT | 4 |
I have a third party application that has a SQL database I am trying to work with this in my code but the database name has a space in it so when I try the following connection string: Dim connString As String = "server=10.0.0.1;uid=sa;pwd=;Initial
|
| Wierd Synchronization Problem in Using .Net Framework Remoting -- | 26 Aug 2004 02:01 GMT | 1 |
I am recently using .net remoting to develop a distributed application and some synchronization problem bothered for a long time. The problem looks as following: There is one server application that hosts a remote object, "mydata". This
|
| Array of Threads | 26 Aug 2004 00:54 GMT | 7 |
I am creating server service. This service will be read data from SQL server. Base on these data will create threats. These threads will still working. I must know some pointers on these threads becouse I want to stop and start these threads. Which of data structures are the best ...
|
| License Compiler will not accept multiple modules | 25 Aug 2004 21:44 GMT | 1 |
According to the documentation: http://msdn.microsoft.com/library/en-us/cptools/html/cpgrflicensecompilerlcexe.asp the License Compiler (lc.exe) should be able to accept multiple modules with the /i option.
|
| Is there a difference between the C# "int" and System.Int32 ??? | 25 Aug 2004 21:11 GMT | 8 |
Is there a difference between the C# "int" and System.Int32 ??? TIA//
|
| .NET Framework on NT4? | 25 Aug 2004 21:00 GMT | 4 |
maybe this is a stupid question that has been answered a hundred times, but I couldn't find any specific info, so I'd like to ask it here: Is the .NET framework available for NT4? (Yes would be the preferred answer ;-)
|
| Custom exception and JIT debugging | 25 Aug 2004 20:16 GMT | 4 |
In my application I have created a custom exception class derived from ApplicationException. For a particular error condition, I throw this exception. In the calling code, I catch this exception and report the error condition. This all works fine on my development machine (as always ...
|
| GacUtil missing in .NET v1.1 | 25 Aug 2004 18:08 GMT | 8 |
I notice that, on my development computer, gacutil.exe is missing from the v1.1 framework (C:\Windows\Microsoft .NET\Framework\v1.1.4322) but that v1.0 does have an older version of gacutil. (I have Visual Studio .NET 2003 installed).
|
| Login issue | 25 Aug 2004 17:42 GMT | 4 |
I have created a web page where I enter my login id, password, and then my page connects to my database to see if the user is authenticated. If he is, he can proceed further with other pages. Please help me to knbow how do I log out a user once logged in? Just reset
|
| Timers in .NET | 25 Aug 2004 15:48 GMT | 2 |
Hi Gurus, There are three(as far as I know) Timer classes available in .NET, one is in System.Threading namespace, second is in System.Timers namespace and another one is System.Windows.Forms namespace. Why? what are the differences between
|
| How do i create a components at runtime in C# | 25 Aug 2004 14:18 GMT | 4 |
My system uses Mail Client component the Mail Client can either wrap exchange or pop3\SMTP server functions in order to do that I declared an abstract named class MailClient and create two components in two different DLL which derive from MailClient
|
| How to use a scanner under .NET? | 25 Aug 2004 13:58 GMT | 1 |
I saw a small project which demonstrate how to use a scanner under .NET applications: http://www.codeproject.com/dotnet/twaindotnet.asp (author mapped "twain_32.dll" functions). Does anybody know another method/s how to use scanner?
|
| Release Date of VStudio 2005? | 25 Aug 2004 08:20 GMT | 1 |
when will the VS 2005 be released? Is there any release date given yet? Regards Kerem G?mr?kc?
|
| ExecutionEngineException and No Touch problem | 25 Aug 2004 05:12 GMT | 6 |
We have deployed our client applications via No Touch and are using .net 1.0...when the client restarts his machine and lauches the stub program (.net exe), he sometimes gets ExecutionEngineException or NullReference exception...
|