| Thread | Last Post | Replies |
|
| Retrieving Data | 14 Nov 2006 10:45 GMT | 1 |
I have some 10 records in a table with a DateTime field, all the records have the same data but the time of each records is different. Using a stored procedure how do i retrieve all records eg AppendParameter(cmd, "@CallDate", DbType.DateTime, dt);
|
| Properties window is not shown | 14 Nov 2006 06:11 GMT | 2 |
Suddenly Properties Window is disappeared in IDE of VS 2005. Click on F4 or View\Properties Window does not help. It is very annoyed. Could somebody help me? Thank you Evgeny
|
| Force install of new version within ClickOnce | 14 Nov 2006 03:00 GMT | 2 |
Within ClickOnce deployment, is it possible to prevent the prompt that tells the user there is a new version and asks them whether they wish to install it? i.e. is it possible to always force the installation of a new version?
|
| COM Interop Error on 64 bit OS | 14 Nov 2006 02:47 GMT | 1 |
I have a VB6 executable that references a .NET 2.0 dll. The .NET 2.0 dll project has 'Register for COM Interop' checked. Thus, compiling the dll will generate the .tlb file. This will allow early binding to work from VB6.
|
| assembly versions | 14 Nov 2006 01:08 GMT | 2 |
Can I have 2 versions of an assembly loaded in the GAC? i.e. 1.0.0.0 and 2.0.0.0. Also, if this is possible, can I have certain web applications use the 1.0 version and certain web apps use the 2.0 version? If yes, how can I do this?
|
| Exception when trying to start the windows service | 13 Nov 2006 21:42 GMT | 1 |
We are upgrading code from 1.1 framework to 2.0 framework. we have setup new production servers for the same. We have a custom windows services that we have to install and make it start on the server. We are able to install the service but are unable to start the service. It ...
|
| How to use Log4net TelnetAppender and Trace Listeners | 13 Nov 2006 21:24 GMT | 1 |
Is there a way to use Log4net and Trace Listeners?
>> Hello, >> I found this code somewhere |
| Verification of Assembly Strong Names | 13 Nov 2006 20:52 GMT | 2 |
currently i have program that loads .net assemblies using the Assembly.Load method from the Assembly class. the assemblies have several plug ins classes that i load. I want to make sure that the assembly that i am loading is one made by me. (have been signed by me using my ...
|
| File synchro question... | 13 Nov 2006 20:14 GMT | 3 |
I am coding an application which consists of a webservice and a client application. I am comparing the files on the server and the one on the client with hash-code and dates, so I can synchronize. That is working correctly.
|
| Secure file transfer | 13 Nov 2006 16:18 GMT | 2 |
Can anyone point me to an article or software code for secure file transfer from server1 to server2 using .NET? Thanks, Stephen
|
| file:// scheme and directories | 13 Nov 2006 14:45 GMT | 3 |
Under firefox, if you enter in the URL file://c:/ You'll get an HTML-ized version of the C:/ directory. Under IE, it actually redirects to a regular Explorer window showing your c:\
|
| Assemblies | 13 Nov 2006 14:41 GMT | 3 |
I have three projects. Project A is a class library. Project B is a class library that uses project A. Project C is a Windows application that uses both A and B. Project B is out of my control (I don't have the source code), but I have a source code for project A and I can make
|
| .NET 3.0 redistributable package is BIG | 13 Nov 2006 14:04 GMT | 6 |
50 MB, over 22 MB for 2.0. This is NOT going to help distributing the package to XP SP2 computers... Gosh, what accounts for this >100% increase ?
|
| Application.ProductVersion gives NullReferenceException | 13 Nov 2006 13:00 GMT | 3 |
I am working on upgrade a C# winform application from the 1.1 framework to the 2.0 framework and experiencing a bizarre error. When my converted aplication queries Application.ProductVersion, it throws a System.NullReferenceException. This never happened in 1.1 and I don't think
|
| Problem in TableAdapters | 13 Nov 2006 12:55 GMT | 1 |
I have a class library project, where I have created a TableAdapter with a table from SQL Server database. When I reference this library in another classlibrary project, i am not able to use it. But the same is working if I directly create a TableAdapter in a web project.
|