| Thread | Last Post | Replies |
|
| How to build dll work both on 2.0 and 1.1? | 22 Jul 2006 09:54 GMT | 1 |
I create c# project on a machine has 1.1, when install the project msi, it asks to install .NET 1.1, but when go to microsoft sie, all you see are 2.0. Even on machine install 1.1, the installation still ask for 2.0. Is there a way I can make my dll work on both 1.1 and 2.0?
|
| FxCop | 21 Jul 2006 19:15 GMT | 4 |
Given a project with some .cs files, Is there a way to block some of these files to be read by FxCop ?
|
| Dynamic Data-binding in C# | 21 Jul 2006 19:03 GMT | 2 |
I have a grid that displays a few columns of data obtained from a stored procedure. Now under certain condition, I'll need to add an additional column to the same grid whose data are obtained from a second stored procedure.
|
| How to install Visual Source Safe? | 21 Jul 2006 18:41 GMT | 2 |
I want to use Visual Source Safe. I am using VS.NET 2002. I tougth it is installed from the VS.NET 2002 installation CD, but I can't find it. Is SourceSafe a separete product or it comes with VS.NET 2002?
|
| New DIR function behaviour in VB.Net | 21 Jul 2006 18:12 GMT | 1 |
Apparently VB.Net has a new behaviour for the DIR function and I quote: - ================================================================================================== In Visual Basic 6.0, the Dir function was used to return the name of a file, folder, or directory. The "." ...
|
| 2.0: probally bug | 21 Jul 2006 15:40 GMT | 3 |
I am learning .NET 2.0 and I have written simple ASP.NET application. Unfortunatelly I cannot continue my work because of unhadled exception generated not in my code, but between my methods. My friends suspect that this is .NET bug. I have installed patch NETCFSetupv2.msi. Noone
|
| .net Compatibility Issue | 21 Jul 2006 15:16 GMT | 2 |
I'm Boney from India. I would like to know if there is any compatibilty issue when a .net windows application software is run on any of the Windows OSs(including 95 & 98). And if there is any issues, what could it be and how to rectify them. Also i would like to know if a VB ...
|
| Type reflection does not work correctly with generics | 21 Jul 2006 14:45 GMT | 3 |
Hi to All To demonstrate: public class MyBaseGenericClass<T> {
|
| Visio Arcthitects | 21 Jul 2006 12:19 GMT | 4 |
Does anyone use Visio Arcthitects ?
|
| Connection to the server was reset when downloading files. | 21 Jul 2006 09:30 GMT | 2 |
We have a .net web application. There is a page from which user can download pdf's. This download is working fine in development environment but failing in staging and production for files heavier than 7 MB. It usually throws one of these 2 errors "Connection with the
|
| QUERYING THE DATASET | 21 Jul 2006 09:15 GMT | 1 |
i want to know whether we can make a dataextract function in global page(global.asax) though a query and.. then for each individual .aspx page can we query tht dataset instead of creating dataset for each page individual page???
|
| how access the files which are on another machine in network using vb | 21 Jul 2006 08:52 GMT | 1 |
I need to access the files & folders from another machine which is in the network then how can i impliment it in vb 6 Is there any API
|
| Copies of objects vs. references to objects. | 20 Jul 2006 23:05 GMT | 1 |
Hi, I'm having some trouble with Copies of objects versus references. My problem is that I have written a printing/reporting system that takes the DataGridView, and then changes the date-formatted cells to string-format. This works fine, and the printing is ok, but then when
|
| Disk sector read under c#,C++ or vb | 20 Jul 2006 21:32 GMT | 1 |
Does anyone know which classes I shall use to read physical sectors of a floppy (A:) , cd or dvd disc ? I need this to try and read disk with non-dos/pc structure. Thanks in advance for any help.
|
| Does VS.Net cache source files? | 20 Jul 2006 19:19 GMT | 2 |
Recently suffered a bad hard drive crash. Was able to recover most of my old source files, but most were corrupted. Does anyone know if Visual Studio does any caching of source files? Have tried finding any info on this, but have come up blank.
|