Seiya's Q&A profile
Visual Studio 2008 (Pre-release) Install winFx
Hi, I'd like to uninstall winfx, so i could install the newer.I found problem with svcutil and perhaps because the missmatch version of winfx and sdk (I read from the forum), since it works fine on other computer. Should I also uninstall the SDK And how is it I've downloaded the WinFX Runtime Components Uninstall Tool Kind Regards, lingga we are discussing same issue here,so please check this link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=504095&SiteID=1 ...Show All
Visual C# Implementing a File System
Hello everybody. I need to implement a filesystem on a diskette, with operations such as format, copy files, directories, etc. I need to implement my own FS architecture, so I need a way to access directly the data blocks on the diskette. How can I do that Another option that I had was using linux, since all devices are treated like files, I would only have to open, read and write to the file /dev/fd0, but I thought it was a pretty easy solution. ...Show All
Visual Studio Team System Item Tracking Alert in Beta 2
Hallo, I have installed the Beta 2 of the Team Foundation Server and configured the alerts so that I get all of them. ( My work Items change, Anything is checked in, A build status changes, A build Completes ). If I make a check in, I got an E-Mail, but if something changes on work items, I get nothing. Does anyone have an answer Thanks Alex For beta2, add the user subscribing for the workitem alert to the admin group and see if that helps. For beta3, the security check on sending the alert should work. hth ...Show All
Windows Forms Maintaining the selected row after sorting a DataGridView
Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom BindingList so I can't just handle the Sorted or SortCompare events and implement my own logic there. Thanks, Jiten You will have to record some info that can uni ...Show All
Visual Basic CUSTOM tooltips in VB.NET (bold, italic ...)
Well it's not a major problem but it visually would look better I have a text line wich cannot fit in control wich i am displaying it so when mouse hovers over that text it is shown in a tooltip Text exmp: Name: John ,Last Name: ... and so on Is there any way to make part of my tooltip bold Name: John , Last Name: ... like this Thank you for your answers and time. This link has an excellent example http://www.vbaccelerator.com/home/NET/Code/Controls/Popup_Windows/Floating_Controls/article.asp Just set the font before DrawString in OnPaint of the FloatControl ...Show All
Visual Studio Team System New FXCop Versions and Visual Studio 2005 Code Analysis
When a new version of FXCop comes out, will there be a way to update the integrated Visual Studio 2005 Code Analysis to use it Or will we have to use the standalone FXCop IDE to use newer versions I'm hoping it'll all integrate nicely, but I can't find any information about it... Thanks! Not a stupid question, I think people were distracted by the holiday. 8) We will not recommend that customers xcopy binaries that ship out-of-band with VS onto existing VS installations. This is a particularly bad idea for team development environments, such are common with the Team System SKUs. The standalone versio ...Show All
SQL Server application failed. when clicked on the sqlexpr.exe file.
Hello I have the sql server 2005 express edition. the software stops during the setup and gives me a "failed" message. All other software of express edition are working fine. I am getting the problem only when I am dealing with sql server 2005 express edition. I made sure to deleate all the old version of sql server. uninstalled all the sql server files which were in my computer prior to download the new one. However I am still in troulbe. As someone suggested that one should uninstale the sqlmsi file so I did that too. Still samething. Any help please...... Hi, The event log should give you a clue what happened, ev ...Show All
SQL Server Installing Report Builder - need to be local Admin?
We would like to allow users to start building reports using Report Builder. Can someone tell me if you need to be a local admin to just INSTALL Report Builder We've tested for a few users and had some problems (they do not have local admin rights on their machines but do have "Report Builder" access on the reporting server.) I know that .NET framework 2.0 is necessary. Just wondering how the install works, or if we can deploy Report Builder to these workstations in some other way without having to launch the install manually at each station. This link didn't seem to help much: http://msdn2.microsoft.com/en-us/library/ms345245.aspx ...Show All
Visual C++ Tool to convert from /clr:oldsyntax
Hi there, At one point there were rumors that MS would post or sell a tool to convert from the old managed C++ syntax to the new C++/CLI syntax. Stan Lippman wrote a series of articles on his blog: http://blogs.msdn.com/slippman/ The beta docs included a reference to it: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=c0ee7a81-9636-48d8-99c5-891afa4a017f Ronald Laeremans from the VC team hinted that it might come: http://groups.google.com/group/microsoft.public.dotnet.languages.vc/browse_thread/thread/fe1df799a46bcce4/c9a0ae46a4d8e9bf lnk=st&q=mscfront+cli&rnum=1&hl=en#c9a0ae46a4d8e9bf ...Show All
Visual Studio Problem building
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build the solution after just opening it in VS. But all subsequent build attempts fail with this same error. If I exit VS and reopen the project then I can again build one time and al ...Show All
Visual Studio Express Editions How to get the returned dataset from storeprocedure
VB 2005 Code cmdFind.CommandType = CommandType.StoredProcedure cmdFind.Connection = cnAlfol cmdFind.CommandText = "POS_ItemFindDetailByItemID" 'define parameters cmdFind.Parameters.Add(New SqlParameter("@ItemID", SqlDbType.BigInt, 50, "@ItemID")) 'define parameters cmdFind.Parameters("@ItemID").Value = CType(value, Integer) cnAlfol.Open() XXXXXXX < ------ cnAlfol.Close() Storeprocedure Code ALTER PROCEDURE [dbo].[POS_ItemFindDetailByItemID] -- Add the parameters for the stored procedure here @ItemID int AS BEGIN -- SET NOCOUNT ON added t ...Show All
Visual Basic Using the same structure in multiple objects
I have the same structure of data (customer name, location, status, etc.) that I want to use in multiple objects within an application (one to read the data from a file, one to display it, one to create a new or updated version, and one to save it), and I'm not sure what's the "correct" way from an object oriented point of view of how to define the same structure across all of the objects. Currently, I've got the structure defined in the MainForm class, and then I define the input variable in the input object by doing: Dim InputDataStructure As MainForm.DataStructure = New MainForm.DataStructure and in the output ...Show All
.NET Development SAML assertions
Any tools out there that create SAML assertions that don't cost an arm and a leg. Even if I have to do alot more coding then normal. You could try the saml-dev email alias. See http://lists.oasis-open.org/archives/saml-dev/ and http://www.oasis-open.org/committees/tc_home.php wg_abbrev=security ...Show All
SQL Server Errors not logged
Hi : I have created the followign ddl trigger to log all the ddl activities. It is workign fine for all the sucessfully created objects. The problem is, how do i log errors also. Like if i am trying to create a table with same name twice then the trigger should log a stmt saying that the table already exists in the database. or while creating synonyms twice with same name, etc I want to log all the failed DDL stmts also. Any solution will be of good help to me. CREATE TRIGGER [DDLLogging] ON DATABASE FOR DDL_DATABASE_LEVEL_EVENTS AS BEGIN SET NOCOUNT ON; DECLARE @data XML; DECLARE @schema sysname; DECLARE @object s ...Show All
Visual Basic Find Values in a Row
I've been learning Visual Basic in highschool for the past nine weeks and I've been struggling with this problem for a while. If anyone could help me, I would greatly appreciate it: I'm trying to create a form that searches for a value in a table under a certain column and give feedback of whether the command found the value or not. Does it have to do anything with the Find method If so how do you use it Or is it a Query If anyone could help me, that would be great. By table do you refer to: A) A table in a database (eg: ACCESS) B) An object/control that you've added into the form. ...Show All
