2005 VB.Net application under 2003
Wed, 14 Nov 2007 22:58:00 -0800
Hi all,
I am currently creating an application in VB.Net under Visual studio 2005. I
am having a doubt the whether these application will run under Visual studio
Dot net 2003 or not. Because i have used the methods which are not available
in Dotnet 2003. Please give me the solution. ...
|
Re: Allow mis-matched versions in an interface
Sun, 11 Nov 2007 19:01:00 -0800
We have a similar problem, we already have an interface DLL, we want third
party programs to use, we want to fix bugs and further develop the
implementation DLL that the interface DLL uses.
But when we rebuild the interface DLL (so it links to the implementation
DLL) we get a different build number in the v ...
|
x64 and .net access to registry keys
Wed, 7 Nov 2007 08:12:02 -0800
Hello,
I have a .NET windows service application built on an 32-bit XP Pro system
that I am trying to install on a 64-bit XP Pro system.
This service needs to write in to the HKLM/Software registry key, not the
HKCU key because it is a system extension that is intended for Win2003
deployment.
After i ...
|
How to only download changed .netmodule files?
Thu, 25 Oct 2007 01:35:10 -0700
Hi,
I'm trying to deploy with Click Once by using mageui.exe, and have run into
a problem.
My application has 10 .netmodules and 1 assembly. I found that a change to
one .netmodule forces the user to download the all 10 .netmodules, although
the other 9 .netmodules are unchanged.
I checked the manifest fi ...
|
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable.
Wed, 24 Oct 2007 19:38:44 -0700
Unable to start TSQL Debugging. Could not attach to SQL Server Process on
'srvname'. The RPC server is unavailable.
I get this error when I try to run a SQL Server Project with a CLR stored
Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I
simply create a new SQL Server Project which ...
|
List<T>.Sort
Tue, 23 Oct 2007 14:25:11 +0200
Hi,
does anybody have an idea why the List<T>.Sort method is not virtual?
Would be fine to allow subclassing with customer sort implementation to
get e.g. stability for the sort operations.
Br,
Willi ...
|
WPF User Control strange error with x:Name
Mon, 22 Oct 2007 15:00:02 -0700
I have a WPF user control, created using this XAML:
<UserControl x:Class="MyCompany.Windows.Controls.MyControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:local="clr-namespace:MyCompany.Windows.Controls"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="319" ...
|
|
|
GAC assembly deployment nightmare
Sun, 21 Oct 2007 12:26:11 -0400
I've recently inherited a nightmare of a project. My predecessor created 18
assemblies where only 2 were necessary. These assemblies provide common
implementations for our 7 and growing applications, so he decided that the
deployment strategy is that each application will place all 18 into the GAC.
Since we ...
|
.NET 2.0 and VB
Thu, 18 Oct 2007 15:09:24 -0400
I have a VB assembly which contains a web control
(System.Web.UI.WebControls). I am using Visual Studio 2005 and I am
compiling with the .NET 2.0 compiler (VC++ 8.0). This project has a
reference to a C# assemby, which has a netmodule linked into it. This other
managed C++ code contains a type called UNIT. M ...
|
problem for "PdhLookupPerfIndexByNameA" on longhorn
Sun, 14 Oct 2007 22:57:00 -0700
Hi All,
I am using the PdhLookupPerfIndexByNameA to get the index for the "HTTP
Service Url" object. But I am getting the "PDH_STRING_NOT_FOUND" error.
THis is for th latest LongHorn Beta drop.
This is applicable for others objects as well.
HTTP Service Url Groups
HTTP Service Request Queues
IPsec IKEv ...
|