aliramadan's Q&A profile
SQL Server Howto suppress FETCH output
Hello, I'm opening a cursor with the sole purpose to select rows for deletion DECLARE test_cursor CURSOR FOR SELECT ... OPEN test_cursor ; FETCH NEXT FROM test_cursor WHILE @@FETCH_STATUS = 0 BEGIN IF -- check some condition DELETE FROM .. WHERE CURRENT OF test_cursor ; FETCH NEXT FROM test_cursor END For each row that is deleted sqlserver prints several lines of text with the contents ...Show All
Visual Studio AssemblyInfoTask crash
AssemblyInfoTask is crashing if an input file doesn't have an AssemblyVersion or AssemblyFileVersion property set. Is this by design It'd be nice if it could automatically add a default version, or a version based on the information given to the task, to the input file. The task also crashes if you run it on a file that has the old VS2003 style AssemblyVersion attribute with asterisks. ...Show All
Visual C# assembly version problem
Hi, I try to use DevExpress XPO (express persistent objects) with Visual Studio 2005. It needs FirebirdSql.Data.Firebird, Version=1.7.0.1 (Firebird provider for .NET), but I have Version=1.7.1 (the newest downoadable). I cant obtain Version=1.7.0.1. The error message is: Could not load file or assembly 'FirebirdSql.Data.Firebird, Version=1.7.0.1, Culture=neutral, PublicKeyToken=fa843d180294369d' or one of its dependencies. The code is: ...Show All
Visual Studio 2008 (Pre-release) February CTP of WinFX Posted -- Breaking Changes Post as well
If you haven't seen, the February CTP of WinFX has been posted. While there isn't an MSDN article that outlines new features and breaking changes, I have posted a pretty comprehensive list on my blog. Regards, Karsten ...Show All
Visual Studio Express Editions Only allow numbers VB 2005
My program that l am making l need to let the user put anything into a text box but if it has any letters in it to bring up a error message saying that they can only input numbers into it. Anyone able to help me. I'm sorry, you've asked this question in the VBA and C++ forums, what language are you using VB 2005 Please confirm so I can move the question to the right place. I'm deleting the other posts. And t ...Show All
Windows Forms TreeView Issues
Hi All, Really need some help with the ToolStripComboBox in VS 2005 - BETA 2. When I set the DataSource, the SelectedIndexChanged event occurs - this is problematic. Is there a way to supress this event from occuring I perform tasks in this event that cause errors as the data needed may or may not be available while the form is loading. In other words, only when the form is fully loaded and when I ...Show All
.NET Development unknown exception - HELP!
I've been sitting at the computer for the past 9 hours straight (of course with breaks in between) I CANNOT get this error resolved!!!!! It's developing on .NET CF but I thnk it maybe more appropriate posting it here. sometimes it produces this error, sometimes not. The way my app works is that it connects to a server on your PC. You can disconnect from the client application (works fine no problem... i'll check again) or you hit a "stop" button ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Rotating TransformedTextured Vertices around a specific point? (MDX, C#)
Hello everyone! What I am trying to do, is to draw a textured 2d square using on-screen coordinates (therefore using TransformedTextured, and not PositionTextured), using vertices, and rotating the square around a specific point in the z axis, however after a good hour of googling, I can only seem to find examples of doing this with PositionTextured vertices, I am beginning to wonder if I am actually looking in the wrong direction. Is there any ...Show All
.NET Development Q: How to: ControlParameter referencing across ContentPlaceHolders
VS 2005 Beta 2, ASP.NET Master Pages, SqlDataSources Master/detail views using linked GridView/DetailView DetailView's SqlDataSource SelectParameters ControlParameter is linked to the GridView that provides the master data. ControlId is set with the designer. This works great when the SqlDataSource control for the detail view is in the same content control as the GridView control, but fails when the GridView is moved to a different ...Show All
Visual Studio Team System AgentInstallation Issue
Following Agent install, the state of the agent I have to manually add to Controller via "Administer Test Controller" shows status as offline. Error message returned after trying to "Restart Rig" is "The RPC server is unavailable" However, RPC services are all running on both controller machine and agent machine. Controller machine is also VS machine. Agent is on machine 2. All are XP sp2 with firewall ...Show All
Windows Forms DataGridView Object Data Sources
Hi All, I have tried to use a datagridview in a windows form to render a list of wine objects. The wine object contains a Region Object. I want the datagridview to to display two columns, Wine.Name and Region.Name. I have created a BindingList of Wine objects which is then bound to a datagridview. Using autogenerated columns, the Region.Name column renders as just its type name - not the data... What am I doing wro ...Show All
SQL Server Custom Parameter Page with Report Manager
Dear Everyone, Suffice it to say, almost everyone who seriously uses (relies) reporting services hates the postbacks that the report parameter section does. It literally runs all queries that populates the report parameters. This will just not do. We're thinking of creating a custom web page to either augment or replace the parameter section of the report. Our problem is that we dont know how to connect it to report manager in such a away ...Show All
.NET Development WSE 3.0 question
I am new to WSE 3.0. I was trying to use one of the sample which comes with WSE 3.0. The sample demonstrates how to use kerberos security. But when I try to run the sample I get following exception: "Security requirements are not satisfied because the security header is not present in the incoming message" I also tried to create kerberos token and set it on proxy, but no success Do I have to make any changes to the sample befo ...Show All
Visual Studio Express Editions Details View Temaplate Column
Hi Was wondering if anybody could help me with this. I have a detailsview with a template column called Entered By. The details view is set to default to insert data mode. Everything works fine. Howvever I have a template column < asp : TemplateField HeaderText ="EnteredBy" SortExpression ="EnteredBy"> < EditItemTemplate > < asp : TextBox ID ="TextBox14" runat ="server" Text =' <%# Bind("Entere ...Show All
Visual Studio Team System Capture ISO image in Virtual PC (en_vs_2005_team_suite_dvd_beta2.iso)
I do not have a DVD drive. I have installed all software except Team System in a Virtual PC environment. I have downloaded all required software from MSDN and I have successfully captured all DVD content up to now. I get an error message stating: The file does not appear to be a CD image. blah blah.... Is there any workaround besides copying the image to the Virtual PC (which will bloat my image and I'm low on space) I c ...Show All
