| Thread | Last Post | Replies |
|
| DB Connection | 15 Jan 2007 12:14 GMT | 1 |
Hi guys, I'm a new-B to .Net but I have lots of experience with ASP vbscript. I would like to find a good book on .NET 2 as my company have acquired some work in this area. In the mean time can any one tell me or point me to a good tutorial on how to connect to a SQL database and ...
|
| InstanceDescriptor problem rendering Nullable<double> constructor parameters | 15 Jan 2007 06:13 GMT | 2 |
I have a class like so: public class MyClass { public MyClass(double? x, double? y)
|
| UML class library needed | 15 Jan 2007 00:08 GMT | 4 |
I'm student doing my graduation work in .NET . I was permitted to use some existing freeware UML class library in making UI for my work, but i have problems finding one that would suit my needs. Such would have to be able to draw all UML elements(from all kinds of diagramms) and
|
| ReaderWriterLock with Interlocked? | 14 Jan 2007 19:54 GMT | 7 |
Found this piece of code in .Net SDK 2.0. Why do we need to use Interlocked although AcquireWriterLock is supposed to serialize access and do the traick? // C# ReaderWriterLock rwLock = new ReaderWriterLock();
|
| .net 3 and Visual Studio 05 Express | 14 Jan 2007 11:42 GMT | 5 |
I have got a little question can I upgrade my VS 2005 C# Express to the .net framework 3 ? And if yes how ? Thanks
|
| Using Statement | 14 Jan 2007 07:08 GMT | 3 |
I recently saw some code written by another programmer in C# , it had code blocks using(<some statement to connect to a database>) {
|
| ClickOnce not working | 13 Jan 2007 21:00 GMT | 1 |
I have a windows click once installation deployed on our local intranet. It seems that the program will only install for about half of our staff. It seems to be the newly imaged machines it is not working on. All the users have .Net 2.0 and Visual Studio 2005. For
|
| local path | 13 Jan 2007 12:02 GMT | 1 |
If I start my program from a map drive, how do I get the local path or UNC path for the application instead of the one from a map drive? I am using C#.
|
| FileLogTraceListener not writing to file beyond a constant max-size | 12 Jan 2007 18:29 GMT | 1 |
Hi Friends, I've been using FileLogTraceListener class to write log data to files. Since the data being written is continuously generated, I set the file to be created on a daily basis. I do not set up the maximum size for
|
| Calling from default AppDomain (native code) into another AppDomain (managed code), hosted by ASP.NET | 12 Jan 2007 15:41 GMT | 2 |
We have a situation where a managed C++ assembly links with native C++ dll. There is a callback mechanism which calls back into the managed code asynchronously. Since native classes cannot hold onto a managed reference, we need to have a managed static member which we access during ...
|
| PictureBox: internal use of thumbnails? | 12 Jan 2007 14:40 GMT | 1 |
Using: Windows Mobile 5, .Net CF 2, C# My Form contains 5 small PictureBoxes, each displaying a large photo (1600x1200). Since I'm running into memory problems I get the feeling that each PictureBox keeps the complete photo in memory. Are
|
| .Net 3.0 Install Error | 12 Jan 2007 05:39 GMT | 2 |
I'm getting the following error when trying to install .Net 3.0:
>From dd_dotnetfx3error.txt: Communication Foundation. MSI returned error code 1603 [01/11/07,10:52:43] WapUI: [2] DepCheck indicates Windows Communication
|
| Globalization: using another than the default language | 12 Jan 2007 04:40 GMT | 2 |
Using: WM5 PPC, .NetCF 2, C#, Visual Studio 2005 OK, I figured out how to add resources.resx files for different languages/cultures for both my Frames and my project at large. But how can I deploy a version of my application that uses the non-default
|
| How do I grant permissions to my .NET 2.0 program in Windows 2003? | 11 Jan 2007 17:39 GMT | 1 |
I created an application under C# that runs as a Windows Service. On my workstation the application runs fine. On my Windows 2003 server, it doesn't. I used the .NET framework 2.0 InstallUtil to install my Windows Service. The service appears in the service list, and if I try
|
| Error reading the HTTPListenerRequest InputStream | 11 Jan 2007 17:14 GMT | 3 |
Hi Friends, When I try to read the incoming client request data using the HttpListenerRequest.InputStream property, I'm getting the following exception (not everytime) -
|