Adraw's Q&A profile
Visual Studio Team System Scenario reports are empty / related work items show nothing in TFS Beta 3 refresh
I posted a bug on this: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=4800f3c5-f9b5-4e62-bc05-a306c96b38de Has anyone else had this problem / figured out how to get the data warehouse to properly pull the right data It turns out the issue was that we have a CMMI project and the scenario report was inadvertantly included in this project type. The solution to edit the web.config for the data warehouse full processing solved the related work items report. ...Show All
Visual Basic Immediate window - very simple
In VB6 I could type commands into the immediate window to test the syntax i.e. msgbox "Test" <rtn> and a messagebox would pop up. Is there a way of doing this in VB .NET All I can find is to go into watch mode but I need to be running my code for that to work. I want a simple way of checking syntax Matt Use the command window ...Show All
.NET Development Object.GetHashCode().......?
Hello, Is it possible to store HashCodes of objects in an array and create objects with these hascodes later.. (Object.GetHashCode() returns an Int32) Thank you very much... Are you asking if you can recreate an object from a hash code If so, then no this is not possible. Hash codes are a one-way conversion of an object and is not reversable. ...Show All
SQL Server 3 Management Studio Bugs
Good morning, If this is the wrong place to post this I apologize, but I haven't been able to find any forums dedicated specifically to SQL Server 2005. I've posted 3 bugs to the MSDN Feedback Center, which have yet to be "validated". As I understand it, nobody from MS even looks at the issue unless another user has seconded the nomination, so to speak. And the only way that happens is if someone happens to search for the same issue. At this point I realize it's probably too close to release date and none of these will be fixed until later, but I would still like some confirmation before I waste any more time reporting issues. If you ha ...Show All
Visual Studio 2008 (Pre-release) milcore.dll missing from my system?
Hi guys, I'm finally getting around to playing with WPF. I created the simplest possible app that is just supposed to show a window and uses the simplest possible msbuild file. It compiles and builds 100% fine. But when I run it, I end up with a DLLNotFoundException triggered by a missing milcore.dll file. My dev box has the following software on it, WinFX Runtime Componenets (Sept CTP) WinFX SDK (Sept CTP) C# Express Beta 2 (Although I'm currently just building everything from the cmd line) I've searched my machine for milcore.dll and I can't find it. Searching the web for a solution has also turned up a blank. Any ideas Thanks. ...Show All
Windows Search Technologies Preview problem
I have Microsoft Windows Desktop Search installed on a number of computers but on one the preview is not working. No e-mail, contacts etc are previewed. Only a message saying in Swedish "Det gar inte att visa en forhandsgranskning" (approx "preview can not be shown") is shown. Any ideas what to do Thanks Anders Sneckenborg Hi Anders, Just a few quick questions.. Is Outlook Open while you are trying to index it What version of Outlook are you running Do you know if there are any group policies or machine preferences in place that may stop Outlook from indexing the Exchange Server directly E ...Show All
Visual C# txtbox
hi, i want to enable my 2nd textbox and button after the input on my 1st textbox. i am doing it in C# and ASP .NET. i tried this code but it didn't work. private void textbox1_TextChanged(object sender, System.EventArgs e) { textbox2.Enabled=true; button.Enabled=true; } No worries - intellisense will only show you the ASP.NET server side stuff. Anything else you add will just be ignored by ASP.NET and passed through to the browser, which is what you want. ...Show All
Visual Basic Shortcut problems
I created a VS 2003 deployment project and I've set it up the way I want, even with a custom installer class. At first I had shortcuts on the desktop and in the program files that were working. Now, the shortcuts will uninstall the program if you double click them. When looking at where they are pointed, they show the installation folder and not the executable. I've recreated the shorcuts and changed other things, but nothing helps. Does anyone have any ideas I figured out how to do this without manually editing the .msi This same question was asked in several different thr ...Show All
Windows Forms Raising Event with e.Cancel property
Can someone point me in the right direction on how to raise an event that passes an event arg that includes an e.Cancel property that I can then respond to to cancel what was going to happen Essentially I want to be able to add BeforeXXX events to my custom controls and cancel whatever it is if the user so choses. Thanks! G ...Show All
Visual Studio Express Editions How to publish
When I published my application, I have no idea where it installed it self to what directory. My publish location is c:\program files\rma\ Yes it does put files here, but when I double click on an excutable file to install it, I think it went to c:\my document setting\etc. I want it to install to C:\program files\rma program\. Where is the setting path for this.. thank u Hi, If you have created setup project for distribution of you application then go the file system editor in setup project and in the Application Folder's Default Location Property put this value... [ProgramFilesFolder]\rma ...Show All
Visual Basic Expanding and Contracting Code Blocks
In visual studio, code blocks such as sub programs can be expanded or contracted. Is there a way to expand or contract all the exposed code blocks at one time. Thanks, Fred ...Show All
Visual FoxPro upgrading to visual foxpro 9
Hello everyone, My employer recently started asking me about visual foxpro 9. I am a network administrator who has very little programming abilities. I am wondering how hard it would be to upgrade our current system, on foxpro 2.6, to visual foxpro 9. I told her it might require some schooling. Time is not an issue, we are not looking to upgrade immediately. How hard is it to do and what steps do you go through Is it simplying useing the same code just converting it to foxpro9 do you have to recode some of the main files or recode the entire program It is a fairly large program which keeps track of our incoming inventory, keeps tr ...Show All
Windows Forms Storing to database from datagrid
I want to store a table from data grid to a table in database. I defined a dataset. Is is possible to save the whole table or I have to save each row separately How can I do it Thank you. Hi, I have set a datagrid's datasource property to a DataTable, After making some changed i want to get updated this table to the database, This datatable may on based of some condition e.g where clasuse , How will i update this datatable to the database Himanshu Kansal Noida ...Show All
Visual Studio Express Editions issue with intellisense and multiple projects
Hi, I'm using visual studio2005 to manage a solution that contain multiple proejct. Some projects are VC++ and some are makefile based (for an embedded microcontrolleur). Intellisense is working on all the project. However if I request a callers graph, then I get the calls done in every project and not only the active project. To be more clear : I've got one function that exist with the same name on many of my projects. If I request a caller graph, I get all the calls made in every project. Also, when I request the definition of a function, I don't always have the one of the correct project. Obviously, the intellisense d ...Show All
Windows Forms Image size in milimeters
Hi, How can I get image (bitmap) size in milimeters Thank's Alexei Hi, I didn't mention that I want to make millimetres to pixels, sorry. How is that working I must have a small mistake. ...Show All
