Kjeld Tommeraas's Q&A profile
Visual Studio Team System Length of an Iteration
In the MSF for Agile Development Process, the first activity of the "Plan an Iteration" work stream is "Determine iteration lenght". The guidance talks about planning an iteration length that "provides just enough time to get a small number of scenarios or quality of service requirements done". Does anyone has an example of how much scenarios this implies How long should be an iteration for a mid size project of one a couple of months Does anyone has an aproximate number Thanks. It depends on many factors, so a good guess for one situation may not be applicable to another. Three people working closely together on a simple applicat ...Show All
Windows Forms installState file is not removed by the uninstall action
Hello there! I have the following problem: I created a custom install class that is accessed by a setup project. So far so good. The problem appears after I uninstall my application ... the file named myCustomInstallClassName.installstate is not removed by the uninstall action. Is there any way I can solve this What is that installstate file usefull for anyway Thanks a lot. Sweet! :) Makes complete sense now. I had only called my custom action for the Install not Uninstall. I added it to all the other events and it worked fine. My directory and all the files were uninstalle ...Show All
SQL Server Prediction Query in MS Association Rules
Hi! I'm building a mining model wiht MS Association Rules. After processing this model, the result includes some rules(example): E = Existing, C = Existing -> B = Existing F = Existing -> E = Existing C = Existing, B = Existing -> E = Existing F = Existing -> B = Existing B = Existing, A = Existing -> C = Existing F = Existing, B = Existing -> E = Existing F = Existing, E = Existing -> B = Existing D = Existing -> A = Existing C = Existing -> A = Existing E = Existing, A = Existing -> B = Existing I want to buid a query that has two or more items on the left of the rules, example: E = Existing, C = ...Show All
Visual Studio VC++ 6.0 installer crashes on xp
I have winxp pro SP1 US. When trying to install VC++ 6.0 pro, I just get this message: 'setup has encountered a problem and needs to close. We are sorry for the inconvenience.' A crash. But think the cd is good. Are there problems installing vc++ 6 on xp I'm wondering if some file in my one year old xp installation is corrupted, and is causing this crash. Other apps install just fine, but then again they probably use a different installer. I'm hoping to avoid having to reinstall xp, cause it takes hours, and other programs work fine still. IS there anyway you can send ...Show All
Visual Studio Plugging in the SDC WiX tasks to Team Build
One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example: <CompileMsi SourceFiles="SourceFile1.wxs;SourceFile2.wxs" OutputFile="OutputFile.wxsobj" ...Show All
Smart Device Development What happen with CF after installing VS 2005?
Hello everybody. I have VS2003 on my desktop. I'm using it for developing smart device app. Then I installed the VS2005. After this operation the possibilities of CF 1.0 of VS2003 were disappeared. Now, if I want to create the smart device app, the VS show me the errors: "The .NET assembly 'MsCorLib' could not be found" "The .NET assembly 'System' could not be found" ... When I add this references to the project, VS say me can not build the project for current platform. Then I reinstalled the CF 1.0. The problem does not disappear. What happen Can I work with both studios ...Show All
Windows Forms DataGridViewComboBoxColumn Selection is not retained
Hi, I created a DatagridView and added two columns to it. One of them being a ComboBox Column. After running the form, I click on combobox, select some different value and leave the cell. At this point, the value I selected is getting lost and it reverts back to its original state. If someone has made samples on how to use the different column types, can you please put them on the net or mail it to me Thanks, Kunal I have found the solution to your problem after 2 days of agony here is the link to my post: http://www.vbcity.com/forums/topic.asp tid=144983 good luck ...Show All
.NET Development Arraylist from SQLReader
I want to populate an arraylist from an SQLDataReader so I can pass it back up to another object and extract the various columns. While oServerReader.Read rtnArray.Add(Trim(oServerReader.GetString(0))) End While That's not right. Hi Interesting dialog. I think the reason why Dave wants to populate it into array is because he cant do a UNION for a list of data read from the database. How do you make a UNION ...Show All
Windows Forms Default padding of TextBox control
Is it possible to change the default padding (internal spacing, in pixels) of the contents of a TextBox control I want some space (internal margins) around my text in the TextBox. The MSDN library says that this is a Protected Overridable ReadOnly Property. I doubt it, the Windows control doesn't support it. The property is new for .NET 2.0 and documented everywhere as "...not intended to be used directly from your code. This property is not relevant for this class". Sounds like they have plans for .NET 3.0, WinFX, Avalon... ...Show All
Windows Forms Many row's color in DataGrid Window Form
Can anyone help me . I would like to create DataGrid three top row have Background Color is red and other row have Background Color is blue.I'm no solution for this problem. Thanks. Take a look at http://www.syncfusion.com/FAQ/WinForms/default.asp#44 there are a couple ways shown here how to do what you want. no there is no simple way with this data ...Show All
Visual C++ resources and dll's
Hi I have a windows component written in c and I am loading a custom mouse cursor like mouse_cursor = (HCURSOR) LoadImage(GetModuleHandle(0), MAKEINTRESOURCE(IDC_ZOOM_CURSOR), IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE); SetCursor(mouse_cursor); This works fine when I compile the control and a function to test the control into a executable. However when I compile the control as a separate dll and try to test that the cursor doesn't load. The error is 1812 "The specified image file did not contain a resource section.". I assume the problem is GetModuleHandle(0) is not the handle to the dll but the executable. ...Show All
SQL Server Error while generating CUBE "(-2147217900) Invalid Column name 'ASSN_UID'"
Hi, While trying to generate OLAP CUBE with "Project Web Access"(Microsoft Project Package 2003) I got the following error. "Current Cube Status The Cube scheduled to be built on 5/24/2005 at 2:42 P.M Failed. (-2147217900) Invalid Column name 'ASSN_UID'. " Please advice me how I can resolve this issue. Regaqrds, Sudhakar Hi, I have this problem just after installing project server 2003 SP2... Any ideas to fix the problem without project reinstalltion Thx Az. ...Show All
SQL Server Setting permissions to clr procedures while debugging.
I'm evaluating the writing of our stored procedures in C# through the CLR integration of SQL Server 2005. The problem I'm fighting with right now is permissions and debugging. I've written a stored procedure in Visual Studio 2005. When I run the stored procedure, I get an error stating that execute permission is not set on the stored procedure. I go into SQL Server Management Studio and explicitly set the permission and everything works fine. UNTIL....I stop and restart debugging. Then, there are no permissions on it again. How can I avoid setting permissions everytime the stored proc is ran in a debugging environment Thanks in advance for y ...Show All
SQL Server Will MS SQL Express work with Windows Server 2000?
I see it listed to work with Server 2003 but not 2000. Do I need Server 2003 for SQL Express to work correctly Thanks! Hi, Windows 2000 SP4 is listed in the supported OS: http://www.microsoft.com/sql/editions/express/sysreqs.mspx HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server Cannot show requested dialog Error on View Database Permissions
I am having issues with the database permissions on SQL Server Express. I downloaded the SQL Server 2005 Express Edition with Advanced Services SP1 and everytime I try to view database/schema permissions I get an error "Cannot show requested dialog." I have 3 different installs of Sql Express 2005 on different machines and they all throw the same error. The error happens in a couple locations but one way is going databases > select any database > Security > Schemas > Select and right click on a schema > permissions > and click view database permissions, I get the error message below. D ...Show All
