philselmer's Q&A profile
Visual Studio Team System Are standard Roles in MSF Agile enough for my Project???
Hi Guys, I am wondering if standard roles suggested by MSF Agile are good enough for a mid-size/big project. ofcourse multiple roles are suggested by Agile but i still have following concerns when Agile is used for product development in particular-: 1-: What about Quality Control (say min level also) during project/product life cycle.MSF-Agile does not seem to have any role to manage QC/software audit 2-: Shouldn't we keep other roles i.e. System Administrator , DB Administrator etc as independent role.There are couple of ther quite contributing roles also exist. 3-: What if I have requirement management don ...Show All
Visual Studio Express Editions Newbie question, OOP
Hi, I just downloaded VB Express 2005 and started the basic VB tutorial; good learning tools by the way; is Visual Basic an Object Oriented Programming Language how much of the OOP Paradigm is Incorporated in VB2005 can I create classes, objects, public and private properties, methods, method overloading, class methods, inheritance, etc. I’m coming from Delphi 6 world. Thanx, Guillermo hi, yes you can do all that in vb.net http://www.programmersheaven.com/2/VB-NET-School hope this helps ...Show All
Windows Forms Search for a value in a DataGrid Column.
How do you search for a value in the first column of a DataGrid For example, the first Column of my DataGrid is Called InspectionID. It's a hidden Column. Lets say the InspectionID is 50, I wish to search or scan or interogate the first Column called InspectionID to find which ROW has the value of InspectionID = 50. Then I need to make the DataGrid select that row. Keep in mind that the DataGrid may have 1, 5 or 50 rows of data. I could iterate, but supose I have 100,000 rows....... it would be extremely ineficient, and very flashy too! ...Show All
SQL Server Role - Read access - Analysis Services 2005
After giving some users read access to the cube, by using a readonly role - The [Measures] are displayed with #N/A (#I/T in danish ). Everything else seems to work fine - There is access to the database and all dimensions. I tried the test cube security button and it work fine, but from Excel the measures is not displayed correctly. Excel is showing the measures for users with Administrator privilege. Best regards, Ejnar Jakobsgaard TDC Denmark Hi Narayan Have a look at your "Cell Data" Filters , these should all be ampty. Only use MDX expressions in "Dim ...Show All
Windows Forms Installation issues with COM DLL
I have a project where I am using a Foxpro DLL in my .NET project. I don't have any trouble when I run it on my development machine, but when I install it on another machine I get an error: COM Object with CLSID {EF8a5e3e-fdfsdf...} is either not valid or not registered. .NET creates an interop dll that allows .NET to communicate to the Foxpr ...Show All
Windows Forms JIT Debugging
Ok im still new to this but how in the world do i enable JIT debugging on my windows form application and where do i do it. i have the following code <configuration> <system.windows.forms jitDebugging="true" /> </configuration> But i place it in my form but it doesn't work anyone know what i should do or where i should place it Hi, I think things have changed with Beta2. Did some R&D and finally out how to do this in VB 2005 and Beta 2. Here are the steps: To manage an unhandled exception 1. With a project selected in Solution Explorer, from the Project menu select Properties. ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All
Visual Basic Add-In manager empty
I have a number of commercial add-ins installed but none of them appear in my add-in manager. I checked the settings in Tools/Options - Environment - Addi-In/Macro-Security all options are checked, Add-in paths are correct .addin files are placed correctly I had previously had a Vs2003 install and a VS2005 beta. Both of those have been un-installed before VS2005 Professional was installed. Can anyone help thanks It works great now! But I had to uninstall VS2005 and then re-install. There goes another day of productivity. At least now it is working as advertised. Glenn ' ...Show All
Visual Studio [ReportViewer]Background Thread Uses Wrong Culture!
Hi all, Using VS 2005 and the reportviewer with local objects as datasources, I have run into a problem when the report is generated. It seems that the reportgeneration is using a background thread (of course, the user can abort it), BUT this thread is (always) using "en-US" as culture! My application is using sv-FI, so what on earth is hapening This leads to at least two problems: 1. DateTime.ToShortDateString() returns a datetime using "M/d/yyyy" instead of "d.M.yyyy". 2. The PaperSize is set to "letter" instead of A4. You guys think its fun when the printer is flashi ...Show All
.NET Development store class structure
hi all how can i save the structure of class , and retrieve it when need be more specific about what you want to do... Do you want to save a class instance to somewhere and restore it later Then use a BinaryFormatter or an XmlSerializer. Do you want to retrieve and store some kind of meta information like property types and so on about a class Then retrieve it with reflection. ...Show All
SQL Server Extending SQL Server 2005 Mgmt Studio?
Hi, I've had requests for a version of my product ViEmu, a VS.NET 2003-VS2005 add-in, which will work within SQL Server 2005 Management Studio. I had a look at the Mgmt Studio, and it seems to be a version of the VS2005 environment customized for the product. There is a registry hive along the line of the one in Visual Studio, but located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell. I looked for any hint online, but it seems largely undocumented. I tried plugging my software by writing the right 'Packages' and 'AutoloadPackages' keys, and running "SqlWb /setup", which seems to do something. Nothing ...Show All
Windows Forms NHibernate access denied problem
I am using .net 1.1 and NHibernate .7. I have already setup my mapping files, app.config etc.. Here is a code snippet from my business layer code that tries to make use of all this: private Configuration m_cfg; m_cfg = new Configuration() & ...Show All
Windows Forms Question about threading Forms
I have two different forms in my app. One is the main form and is the form the user is watching most of the time. The other one is a information window with a datagrid. This datagrid needs to be refresed every 5 secs and I have a Timer for that, but when ever the timer event gets invoked the main form flashes and loses focus. Can I somehow have my other information form running in another thread than the main Form and there for not lose focus Sorry, use application.run() instead of window.show() like: Application.Run(secondForm); ...Show All
SQL Server AS Processing Task
When using the AS processing task with a connection to "an Analysis Services project in this solution", only some processing options are available for processing dimensions. For instance, it is not possible to select "Process Update". Once I change the connection manager to point to the deployed cube database, I can choose from all the options. Is this by design I have searched the documentation and the net for information on this. I have not been able to find an explanation. Anyone At all ...Show All
Visual C++ timeval struct incorrect
Hi, A question, according to the opengroup the timeval struct should store tv_sec as time_t, not as long as MS now does. Some API's return time_t, on 64bit we now get warnings. Shouldn't timeval be updated See http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/time.h.html Johnny This question you may want to ask Windows SDK folks. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=121&SiteID=1 Thanks, Nikola ...Show All
