sriesch's Q&A profile
Visual Studio Team System BaseIntrospectionRule.TargetVisibility is different for Whidbey FxCop 1.32
Why does BaseIntrospectionRule.TargetVisibility return a lower visibility for the Whidbey FxCop 1.32 than it does for the .NET Framework 1.1 FxCop 1.32 Guy ...Show All
Windows Forms ClickOnce certificate issues solved at long last
Ok, after a huge headache I have FINALLY found a decent set of instructions for creating and publishing certificates and Click Once. http://geekswithblogs.net/kobush/archive/2005/05/30/41068.aspx You'd think the Microsoft team would be on their business about getting some clear, straightforward tutorials about how to use this stuff, since we are being forced to use it... Instead, we get from them confusing visual studio documentation with br ...Show All
Visual Studio Team System Test results: No test resutls
I have build that has part of it running tests with code analysis. I have over 400 unit tests and they all run fine during the build I checked the log but for some reason I have red X for the Running tests and Test results: No test result. Code coverage results: Not Available. And total result for the build is failed even though log says that build succeded. Thanks a lot. Here is part of the log. Run has the following issue(s): ...Show All
SQL Server SQL 2000 Publisher and SQL 2005 Suscriber
Where can I found information on how its works and how to do it I tried to do it but I always received an error message Check out the following topic in SQL 2005 BOL: Using Multiple Versions of SQL Server in a Replication Topology (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/45154b65-b46f-4aad-82e4-261376a7e9d4.htm) The general rule of thumb for replication topologies involving multiple versio ...Show All
Windows Forms Items in ListView / ListBox change event does not exists
I need to somehow be notified when the number of Items in a ListView (or ListBox) changes. I cannot find any event in the ListView that fires when the Items collection is modified. Does anybody know how to do this Thanks, Greg I had a similar problem with the CollectionEditor. What I had to do is inherit the CollectionEditor override the EditValue and have my object throw an ...Show All
SQL Server Reporting Services wont install with MSCRM
Hi all, I'm trying to build a MS Small business server with MSCRM 3.0 SBS edition. Packaged in with MSCRM is the reporting services, the log showed that they didn' install as part of the package so I've tried to do it manully by launching the SQL Reporting Services installation that come bundled with MSCRM. I get 99.9 percent of the way through the isntallation without any issue and it looks like the very last thing before installation of report ...Show All
Windows Forms RemovePreviousVersions doesn't seem to work?
In my deployment project in VS2005 I have set the RemovePreviousVersions property to true, but do not get the desired effect. After changing the Version property from 0.0.1 to 0.0.2 as well as the ProductCode property when prompted by VS (leaving UpgradeCode as-is), I expected a following install to remove the version 0.0.1 from the target computer before installing the version 0.0.2. This does not seem to happen. After the install I have ...Show All
Visual Studio Team System Error 32000 during Team Server install
I installed the prerequisites: Sharepoint services, SQL Server 2005 CTP April on a new install of Windows 2003 Server Standard SP1. Around 99% through the install I got a 32000 error. I am using the Virtual CD tool to access the ISO image downloaded from MSDN. The image is set as drive z I am logged in a TFSSetup user who is an administrator on the current box I assigned TFSService user as the service user (Both users are domain ...Show All
Visual C# How to wrap a OleControl using AxHost?
Hi All, I have a previous program in which have a window containing a OleControl. I used Win32 SDK "OleSave" to keep properties of the OleControl into a file. When the window is opened, properties of the OleControl can be loaded and set by "OleLoad". Now, I want to migrate the previous program to .NET using C#. I know that System.Windows.Forms.AxHost can wrap a OleControl well. How can I get those properties stored by & ...Show All
Visual Basic Why do variables defined from a structure require static key word
I converted up from Visual Studio 2003 to Visual Studio 2005 and the tool now reports that all variables defined from a structure definition, when the variable is part of a non-shared function/routine of a class requires the "STATIC" key word in place of the "DIM" key word to avoid the warning: Variable X is used before it has been assigned a value. A null reference exception could result at runtime. Make sure the structur ...Show All
Windows Forms How to make a copy of ToolStripItem
Dear all, In order to make a copy of ToolStripItem which contains whole features of orginal ToolStripItem (events, properties ...). I look at some article which have property clone support copy object. However, i don't know how to do. Every body have done my issue before please give me your ideas. Thanks for your help. Hi TaylorMichaelL , This is the first situation so I have make a lot of problem, yo ...Show All
Windows Forms Forms Designer & My Panel Control
When I place a TableLayoutPanel on a blank form, and then add a Button to the top-left (0,0) cell, the following code is generated: // // tableLayoutPanel1 // this .tableLayoutPanel1.ColumnCount = 2; this .tableLayoutPanel1.ColumnStyles.Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms. SizeType .Percent, 50F)); this .tableLayoutPanel1. ColumnStyles .Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms ...Show All
.NET Development Get Data from relational database with Webservice
In my database i have 3 tables. One is the master table and the two others are chlid tables. On the webservice I have a dataadaper for each of these tables that accesses stored procedures. With my windows forms programm I search with various parameters for rows in the master tabel. What I now need to now is, how can I find the rows in the two child tables that are related to the rows I selected on the master table and fill them in the ...Show All
Visual Studio What does error CTC2114 mean?
I am using the Visual Studio SDK with Visual Studio 2005 Professional. The following problem occurs with both Oct and Dec versions of the SDK. The following also occurs when trying to compile any sample project that uses CTC. When I try to build a sample project the output is as follows: ------ Build started: Project: MenuAndCommands, Configuration: Debug Any CPU ------ d:\vssdk\2005.12\VisualStudioIntegration\Tools\bin\ctc.exe Ct ...Show All
Visual Studio Express Editions Print() Method in VB.NET
Hi. Is there any way to make the equivalent of the print() method in VB.NET VB 6 has a print() method, which, from what I can tell puts out text to the form without any labels or whatever needed. 1. Is my assumption correct 2. If it is, can it be done in VB.NET also 3. If it can, HOW Thanks, The Digital Pioneer Option B failed me. More details on option A please. In other words, the File.Encrypt method didn ...Show All
