Jens Sauer's Q&A profile
Visual Studio Team System Custom Test Type Sample MySample.sln does not build
When compiling MySample.sln none of the Microsoft.VisualStudio.QualityTools namespaces are found (e.g. Vsip, Tips.TuipPackage, Common etc). I can see them on disk in the Common7\IDE\PrivateAssmeblies\1033 directory. Also, is their a project template that will create the boilerplate code for a custom Test Type Thnx, re-adding the refereneces worked. I'll wait for the template and sample. ...Show All
SQL Server Mssearch.exe consuming High CPU over extended time period
Hello, We are running SQL 2000 sp4 with full text search, recently we are getting 100% CPU over extended period of time and the only way to resolve this is by killing the Mssearch.exe process. (we tried to restart the service but it hang) the Microsoft search service is running under local system account. our system topology is active/passive cluster with NAS disks, 4GB RAM and 4 CPU for each server. May be some one can help me The issue happ ...Show All
Windows Forms New BindingSource component vs 2005
Hello all 2 Questions: 1. I places typed Dataset, binding source and adapter (created automatically), then i place one text box on the form and bind it to a field. When loading the form the event BindingComplete of the binding source object was fired 3 times. Does anyone know why Is it a known bug Even more weird behavior was that adding another text boxes added 3 more events fired for each text box (9 text boxes created 27 events ...Show All
SQL Server How to audit data flow runs
What I would like is to audit each run of each data flow. Logging looks almost good enough, except that it will only record the supported system variables, and I want to record some additional info -- at least a user package variable that (I know) specifies what the affected time period is (of the data being flowed). I could make a custom component (a), which writes an audit record to an audit table, and records the identity key generate ...Show All
Visual Studio Special network security for srcsafe.ini file?
I have been asked to get SourceSafe 2005 installed and implemented in a relatively small IT group (10 people). I created databases within a network folder which is shared with that IT group. The network permissions for Users on the database folders is set to "modify". But I am questioning if Users should have modify access to the srcsafe.ini file since it contains global settings for the database. Seems like you would not want Users po ...Show All
SQL Server Errors in OLAP storage Engine: The attribute Key cannot be found: URGENT
Hi, Okay, I am stuck here with this error and other related errors. before anything I will describe the scenario. Please do tell me What is wrong, How it happened and how to correct it. Initially I had 3 relational tables in SQL server. 1. Dim_A (col1a, col2a, col3a) 2. Dim_B (col1b, col2b) 3. Fact_data (col1a,Col1b) There are no Primary keys, foreign keys and relationships defined in the SQL relational database between these tables. ...Show All
Windows Forms Does it really exist? (System.ComponentModel.Design.ComponentDesigner)
I know it seams stupid to ask this question, but I have some problems using the class mentioned above. I was learning how to create control designers, I am using the .NET framework 1.1 Final Beta, and Microsoft Visual Studio .NET 2003 Final Bet ...Show All
Smart Device Development Cannot employ some project
I'm using VS2005 Beta2, windows mobile 5 sdk for smartphone, Activesync 4, and DMA patch. I can successfully employ and debug some sample projects like "CloseWindows", but when I debug the sample "PhoneIme" which is a DLL project, Error message occurs and IDE states that "Cannot not find the path specified". If someone have the same problem soloved, please tell me the solution. Any help would be greatly appriciated. thanks. ...Show All
SQL Server Errors in the OLAP storage engine
One of the dimension in my cube is Region. When I try to browse this cube with Region deimension, I get the following error: "Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation" When I browse Region dimension alone it displays data without any error, also when I browse the cube with other dimensions there are n ...Show All
SQL Server Measures that depends on other measures
I want to have a measure that depends on other measures so have I understood it correctly if I sum up my options like this: A) I can make a calculation where I can basically do anything but it gets evaluated every time at querytime. This calculation can either be per query (using with member), per session (create member) or intrinsic to the cube (under calculations) but in each case it's still evaluated at querytime. B) I can create my dep ...Show All
Windows Forms Windows Forms
I'm designing an application with Multiple forms. In my case if I'm on Form1 and want to show Form2, by hiding the form1 and from Form2 doing Vice Versa through a button or something. If someone can let me know how to do it. Thanks, Harsimrat You simply need a way for the two forms to know about each other. Let's say Form1 is created first. Then you can have a button click handler such as this in Form1 ...Show All
Windows Forms active x
I have been trying to download Mcafree and I get active x not enabled ,,I enable it in I net options/ sec. and still nothing Hi, Please look through your browser settings. FYI, these forums are meant for programming issues related to Winforms only. Thank you, Bhanu. ...Show All
Smart Device Development Cab Project - lnk files for help
I am unable to add an .lnk file to my cab project. .lnk files are required when you want your help to show up in the table of contents (Start->Help->Contents). Was this an oversight with VS2005 cab builder, or is there some other technique I need to know Hi, Could you please try the following steps and see if it works Select the .htm file you have added to your CAB project that is the help ...Show All
.NET Development Inheriting Forms
Hi, im using VB.NET2003, I want to add muliple forms to my project, (that I can do), I can add the forms, display the forms, and everything. But I don't want to use the new keyword, like : Dim frmtest as new form2 this way of displaying a form can cause trouble, I want to call the form only once, but when I want to hide, or close the current form and frmtest.show the new form, I don't want the Dim frmtest as new form2, to create a ...Show All
.NET Development Attribute Programming Patented?
I was doing some interesting stuff using attributes, anyway, one thing led to another, I ended up doing a google search and found the following patent: http://appft1.uspto.gov/netacgi/nph-Parser Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220040163091%22.PGNR.&OS=DN/20040163091&RS=DN/20040163091 Patent Number: 20040163091 Anyway, this patent looks rather ...Show All
