nharendt's Q&A profile
Visual Studio Team System Error in Reporting
Hi TFS Users, I am working on TFS with the following versions installed.. TFS -- RTM Version SQL -- SQL Server 2005 Evaluation Version Team System -- RTM Version When i try to executes Reports (TeamProject -->Reports-->Builds) from Team Explorer i am getting the following message..[There are some builds configured and executed for this Team Project] Reporting Services Error What account is being used by th ...Show All
SQL Server XML and the CLR
I am a neophyte in this realm. I am wanting to access data from a SP on one database and call another from another database. I'm using the CLR so that it is easy to schedule it to run from the dataase rather than as a windows service or console app. I find that when I try to instantiate an XmlDataDocument within the SP I created, it bumps me out saying I can't do that. Any thots I also find that I cannot access classes outside of the pr ...Show All
Visual Studio 2008 (Pre-release) Embedded UI Elements in RichTextBox Controls - Why Disabled?
I am trying to embed user interface elements inside a RichTextBox control. In particular, I would like to embed a RichTextBox inside a RichTextBox. I can't seem to get the embedded control to be enabled for editing (or clicking in the case of a button). Setting IsEnabled = "True" in the XAML doesn't do the trick either. What should I be doing Is this even supported e.g the embedded button with the "Click Me!" caption in the ...Show All
Visual Studio Is Sql Server 2000 sufficient to use the Report Controls?
Hi We will use VS 2005 from the beginning but won't change to Sql Server 2005 so soon. Therefore my question: Do the Report controls need Sql Server 2005 to run Thanks orbit That's exacly what I wanted to know. Good news Thanks ...Show All
Windows Forms Differences between 1.1 and 2.0 : events triggered
Hi there, I've just migrated our application to version 2.0 of the .NET framework, and I have an issue with the way events are handled. Seemingly, they are handled differently between v1.1 and v2.0, though I've been unable to find any mention of this difference in the documentation. The issue is to do with events triggering before a dialog is made visible. Specifically, I'm creating a form, and then before showing it I'm optionally c ...Show All
Windows Forms GDI+ slow!
I'm writing a drawing application using Visual C#, GDI+. My application has features like MindManager (www.mindjet.com). In my application, each topic is an object and it has Draw() method to draw itself. User can move topics on document by mouse. When&n ...Show All
SQL Server database restored, publications gone
hi all, our datbase was restore but the publications were all gone. however replication monitor shows publication and subscription. worst. can create the publication with the same name because it raises an error saying that it can't drop publication becuase there is a subscription in it. how can i remove the publication when the are already gone in the publication folder but exist in the replication monitor thanks ...Show All
Visual C# How to make sure that MDI child forms do not maximise?
I have a single MDI form as the main container for my WinForm application. When I start up I open Form1, and set the Windowstate to maximise for it. I subsequently open up Form2 which I do not want to be maximised, but unfortunately it always is. I have tried setting the MaximumSize/MinimumSize properties and the form is a fixed single however none of this seems to restict the size of the window. If I put code into the lo ...Show All
SQL Server variables in sql command
Hello I have an existing DTS package and I convert this to Integration Services but now I have a problem: i have in my dataflow an OLE DB SOURCE and an OLE DB DESTINATION In the source I have the following sql command: IF '<<FullLoad>>' = 'Y' BEGIN SELECT * FROM Maintenance_Departments END ELSE BEGIN SELECT * FROM Maintenance_Departments WHERE Last_Updator_Date_Time BETWEEN '<<StartDate ...Show All
Visual Basic checking either a value alread exists in a table
Hi. is there a simple way for checking if a value alread exists in a table before the user inserts it thanx Please read my post and Paul's one about this question at : Search a DataBase . ...Show All
Visual J# Why is the J# Redistributable package needed?
Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All
.NET Development Get ValueMembers from a Databound Multiselect ListBox
Can any one help me I m using the binding the DataSet with ListBox with ValueMember Now all I need is to get the ValueMembers for Multi selected items in the list box. How can i get the value of ValueMember for Each Selected Item use the following code to get the Selected data: for ( int i=0;i<=listBox1.SelectedItems.Count-1;i++) { DataRowView ln = (DataRowView) listBox1.SelectedItems ; MessageBox.Show(ln[ ...Show All
Windows Forms Databinding textfield in a master detail relation
To all I'm creating a character database for when I play Dungeons and Dragons (pencil and paper version). The problem that I'm currently experiencing is when binding a datafield to a field in a master - detail - detail relationship, the information is for the first record in the table and doesn't update when scrolling the ClassSkills detail table. Following is the relationships for the 3 tables. Table & ...Show All
Visual Studio Team System Unit Test Reports
Does VSTS test manager generate any report of Unit Test results. Can we have the history ofunit test runs Test Manager does not generate the history of unit test runs. However, you can publish your test results to Team Foundation Server. 1. The Team Build you published your test results against will list all the runs you published. And you can download those results locally to investigate. 2. The warehous ...Show All
Visual Studio Express Editions DirectX SDK and Visual Studio 2005 Express Edition Beta
I have Visual Studio 2005 Express Edition Beta installed and I wish to learn DirectX graphics and game programming. My installation of the DirectX SDK goes smoothly, but whe I attempt to debug a DirectX code i get an error in the using Microsoft.DirectX and using Microsoft.DirectX.Direct3D, Visual Studio doesn't recognise the DirectX namespace and refuses to compile and run. How do I solve this problem I checke ...Show All
