Oyvind Hansen's Q&A profile
Visual Studio Team System Problem when changing status from active to closed
Hi, We have Agile based team project which contains the bug.xml file from CMMI process template (Beta 3). When opening a bug, and changing the bug status from active to closed (in all other cases work fine), we get an error message: "tf20012 field 'closed date' cannot be empty" "tf20012 field 'closed by' cannot be empty". What is the problem Thanks, Michael Hi there! I've got beta 3 refresh ...Show All
Visual C++ Partial specialization does not distinguish 'most specialized' class template
I'm seeing: error C2752:: more than one partial specialization matches the template argument list followed by a list of template specializations it 'could be'. One of them appears to me to be 'more specialized' than any of the others, because it has fewer dependent template parameters than any of the others. Is MSVC++8.0 non-conformant with the standard in this regard Does it fail to recognize the formal ordering rules for class template spec ...Show All
Visual Studio Tools for Office Undo in Excel
Hi all, I'm doing my first VSTO project for Excel. I need my users to be able to click the "Undo" button even after my code has been touched. In a previous post, Aburstein suggested looking at "application.onundo". This may indeed give me what I need. The problem I'm having is that the arguements to the method require a procedure name that gets executed if the user hits undo. It seems, though, that this procedure must be i ...Show All
Visual C# Showing a Form
How would I go about showing a form FormName .Show() doesn't work, and I don't know what will. See, I have two forms (Form1 and Form2). When an item from a treeview control that is on Form1 is clicked, I want Form2 to show. I already have the function that runs when the treeview control is clicked (private void treeView1_AfterSelect(object sender, TreeViewEventArgs e)), but I don't know how to display Form2.&nb ...Show All
Visual Studio 2008 (Pre-release) MediaElement.Volume = 0 not working ?!?
Hey! I’ve created a customcontrol where i set a MediaElement as a texture to a Viewport3D-object. What I would like to do is to set the it’s volume to 0 but it doesn’t work properly when i use... myMediaElement.Volume = 0 ...when initializing my object. Anyone that have had the same problem and worked arount it somehow I create everything frome codebehind using a MediaTimeLine, MediaClock, MediaElement if that help you guys to give me an a ...Show All
Visual Studio VS 2005 and crystal drill down report expert
I installed the Visual Studio 2005. When I add a crystalreport to my project, it gives me the option to choose an expert. I have only Standard , Cross-tab and Mail label options available. I am looking for the drill down option. How can I get that option to show up How come is no longer available How am I going to be able to implement that feature ...Show All
SQL Server decimal separator
Hi Im experimenting with the reportViewer control in a .net 2.0 winform application, and I'm having a little problem: I can find no way to change the decimal separator(or the thousand separator) of a column of numbers in a table. I have tried all sorts of Format(), formatNumber() and FormatCurrency(). I've also tried to explicitly set the CurrentCulture of the application to a new cultureinfo object, and I've tried to change the culture of th ...Show All
SQL Server WITH NAMESPACES in SQL function is causing error
Hi All, I'm getting the following compliation error when i try to execute the following function. I need your expert opinion on how i can solve this. ALTER FUNCTION [dbo] . [GetOrgChildHierarchyXML] ( @HierID int , @fiscalyear int ) RETURNS XML WITH RETURNS NULL ON NULL INPUT BEGIN RETURN ( WITH XMLNAMESPACES ( 'uri' as i ) SELECT OrganizationHierarchyId as "ID" , OrganizationHiera ...Show All
.NET Development Repeater control and post back
When I use the grid view etc they write nice quick select update commands. If I want to execute an update on a post back I have to write the entire (error prone) select insert command. Is there a way I can do this automatically Thanks Herb Rabe hi, Is this an asp.net question If it is, please post your question to forums.asp.net. You'll have better ch ...Show All
SQL Server Copy data from one table to another
On the OLE DB Source, I have as following: select field1 , field2 , field3 from table_source On the OLE DB Destination, I used fast load option with table lock checked, and check constraints to copy data to table_destination. Both table_source and table_destination have the same table definitions. After the dtsx package ran, the number of rows copy over to the destination is not same. I got different results from different runs. This ...Show All
Visual Basic How to create a normal windows help file system with VS.
I am teaching myself VB programming. I have two books, "Beginning VB.Net 2nd Edition" from Wrox and "Programming Visual Basic.Net version 2003" from Microsoft. The Microsoft book touchs very breifly on a class to help with help files but as a beginner programmer I found it a little over my head. I am using Microsoft Developement Environment 2002 Ver. 7.0.9955 with the framework 1.0 Ver.1.0.3705. Can I create help files wit ...Show All
.NET Development Generics inheritance
I am using a generic class as my base class for collections. Here is my inheritance tree.... Public Interface IEntity ... End Interface Public MustInherit Class BaseEntity Implements IEntity Implements IComparable ... &nb ...Show All
Visual Studio 2008 (Pre-release) WBA sandbox question
I am in the process of evaluating WPF as a potential technology for future application development, and I have a question about the web browser application (WBA) sandbox model. Based on what I have read so far, it seems that, in order to prevent UI spoofing, opening a dialog box or new top-level window from within a web browser application is not currently permitted. However, there are certainly scenarios where this type of behavior would be de ...Show All
Visual Studio Team System MCP > MCSD > MSF
Hi I am a bit confused. I want to do some Microsft Certification for MSF.I also want to do MCSD for .net .I learend from the web site that one Paper Leads to MCP as well. Can anyone on this earth can tell me what todo and with what sequence here are some points : 1- I am more prepared for MCSD. Best regards. Passing 70-301 will satisfy competency for MSF. It first appeared in October 2004. It is ha ...Show All
Visual Basic Database Passwords?
Is there a way to put a password to protect my database ie from someone actually clicking of the .mbd file and seeing the data but still have my program able to open it my question is really how to i get my code to open a database thats password protected this is my connection code Dim objConnection As New OleDb.OleDbConnection( _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= project.mdb") im using Access 2003 and .net ...Show All
