mware's Q&A profile
Visual Studio Team System How can I force a rebuild?
I'm wondering if there is some setting to force Visual Studio to rebuild before re-running a test, and then to use the latest built DLL. If I'm working on a small problem that is exposed by a failing test, I make a small code change and then right click my test in Test View and select Run. This used to (in Beta 2) cause a (re)build and the test would run the latest built DLL. As it is, I have to manually press Ctrl+Shift+B to build my projects, then run the test from Test View. When you run a test in this way it takes a few seconds to build. Why does it build if it isn't going to use what it just built And why does manually initiating ...Show All
Visual Studio Team System Merge problem in BetaR
Hi, We have a problem in Beta3 Refresh: When trying to merge by a specific changeset, in the pending changes we can see also some deleted files that included in previous changsets. Why is like this Thanks, Michael. I don't follow. Can you be more specific Regardless, we did major surgery on Merge after Beta3; please upgrade to RTM. ...Show All
SQL Server URL Access using Impersonation
I need to display a report by impersonating a specific user (to test I have hardcoded a user and pw. I have modified the web.config as follows and gave the user browser rights in report server. < identity impersonate = "true" userName ="mydomain\myusrname" password ="mypw"/> I have created an asp.net page with the following code behind a button to display the report. Dim impersonationContext As System.Security.Principal.WindowsImpersonationContext Dim currentWindowsIdentity As System.Security.Principal.WindowsIdentity currentWindowsIdentity = CType (User.Identity, System.Security.Principal. ...Show All
Visual Studio Express Editions download and to install
i want to get MS Visual Web Developer 2005 Express Edition and SQL 2005 (Non trial ). can anyone tell me how much to pay and from where to get these above development envirnment so that i can sta rt working on it.. kind regards, Hi, To download the Express versions of those programs, go here. Only the Express edition of SQL 2005 is available for download, the full versions are not. The Express editions are free until November. Good luck ...Show All
Windows Forms System.Security.WindowsIdentity.GetCurrent() - returns nothing under win98 - a bug? or just my ignorance?
the following code (vC++ .net)... WindowsPrincipal * wp = new WindowsPrincipal(WindowsIdentity::GetCurrent()); String * username = wp->Identity->Name; MessageBox::Show(username); normally gives me something along the lines of 'DOMAIN\username' ive tested this (working) on windows nt4, nt5, 2000, xp - it correctly returns our company domain followed by the logged in user but on windows 98 boxes, it&n ...Show All
Visual C# Ampersand
Hi, I'm having trouble with an ampersand in my URI. I'm working in a winform with a webbrowser. This is my code: String test1 = "http://serv/reportserver /CUBE/CUBE02&rs:Command=Render&Budget=[Budget].[N Budget]."; String Testen = test1 + "%26[1]"; (%26 is the same as &) webBrowser1.Url = new Uri(Testen); When the browsers opens he converts the url to : http://serv/reportserver /CUBE/CUBE02&rs:Command=Render&Budget=[Budget].[N Budget].&[1] He must not do that ! I tried everything (HttpUtility.urlEncode, ASCII encoding,...) The browser seems to convert it allways. Is there a way to resolve thi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. drawing a colored, transformed quad not working as expected
So I just switched over to Managed DirectX For .Net 2.0, and since I can no longer draw an array of verticies, I've been playing with Generic.GraphicsBuffer(Of CustomVertex.TransformedColored). It gave me this odd shape with only 4 verticies specified: Screen Shot. The white is not part of my app, the quad should have been at location 100,100 with size 100,100... which looks right. Any ideas on why the one face is reaching up to 0,0 It looks like your 2 triangles are being drawn correctly, but an additional one is being drawn as well. I'd check your draw call to make sure you're only dra ...Show All
SQL Server Polls are closed
Hi everybody, as a followup to the latest post of Louis I created a poll where you an quickly share your experiences with rebooting your server. The poll can be reached under: http://www.sqlserver2005.de/Polls Feel free to enter any poll wishes under the feedback site, I will consider to publish them there. -Jens Suessmeyer --- http://www.sqlserver2005.de --- First thanks to anyone participating in the survey on my site about "Reasons and how often you reboot your server”. If you are interested in, the results can be viewed here http://www.sqlserver2005.de/Polls/Results/Poll1.pdf . Have fun, Jens Suessme ...Show All
Visual Studio Tools for Office VSTO 2005, .NET 2.0 Custom Smart Tags
Hi, I am working on a project to create a custom smart tag and make it accessible to all Excel documents. I have created a class library and implemented the ISmartTagAction, ISmartTagAction2, ISmartTagRecognizer, and ISmartTagRecognizer2 interfaces. I have no problem deploying the class library by making the necessary registry entries and using the .NET version 1.1 of CASPOL to set the security policy for the dll. When I try to deploy the solution using version 2.0 of CASPOL, the Excel application does not recognize the dll as a valid smart tag. I have downloaded the Office update to fix the problem with the Otkloadr.dll ( http ...Show All
.NET Development provider Factory
Hi, I am using provider factory to create a connection object, at least i am trying to. But i always get an exception. The message is ; The error is: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception.". Here is my code and my exception details. Any help is appreciated. Best regards, Slm Private _connection As DbConnection Private _factory As DbProviderFactory Protected Sub New () Dim Settings As ConnectionStringSettings Settings = ConfigurationManager.ConnectionStrings( "Maintanence" ) '_factory = DbProviderFactories.GetFactory(Settings.Pr ...Show All
SQL Server Report Builder - is this a bug or is it by design?
After playing with report builder for some time I have stumbled upon a most annoying restriction in Report Builder: it does not allow including data from entities which are related to each other via a third entity in the following way: [table_A] many-to-one [table_B] one-to-many [table_C]. So if I want to show fields from both [table_A] and [table_C] Report Builder does not allow me to do so (unless I use an aggregate function on the fields in [table_C]). Here is an example of the actual schema: [Claims] many-to-one [Firm] many-to-one [Policy] or in other words a firm can have many policies associated with it as well as many claims. S ...Show All
Visual Studio Team System Ghost projects
2 weeks ago I had some problems creating projects from a remote location. The problem never really got solved but I can live with that for now. The problem is that the few times that I tried creating a project, the process halted with an error saying that it might not have been able to roll back all changes. Now my question is. The projects that I created doens't show up in the Team explorer but Source Control has entries for the projects and I'm not able to remove them. Likewise if I look in security settings new users was created for the projects. As with the Source control project I'm not able to delete them as well. Does anyone hav ...Show All
Visual Studio Tools for Office Getting the Attachments from the Outlook Contacts
Hi, Can anyone help me to get or know the attachments that have been added to a contact and also get the files that are added to a contact using WEBDAV. Thanks in advance, Kota Hi Kota, This question is beyond our question expertise. I have re-posted your webdav question to the exchange forum. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.exchange2000.development&lang=en&cr=U Thanks and regards, Darryn Lavery [MSFT] ...Show All
Visual Studio Documenter
I would like to construct a documenter for vs 2005. As I asked in another post MSFT didnt put this functionality in vs 2005. Where should I start You have two different paths you can take. You could create a tool that runs when build has completed, or you could build a tool that works like a project inside of VS. If you just want to hook into build, then you could create an Add-in to do it, and it would be a lot easier. If you want to create a project based help creation tool, then you will need the VSIP SDK and create a project system. BTW, the latest versions of the VSIP SDK now contains Innovasys HelpStudio Lite ...Show All
Visual FoxPro newbie here...
hi to all... i have a form named customers and i have txtboxes to input all information i needed. i have a grid that shows all the records in the table customer. works fine on loading. now, i have 2 buttons previous and next respectively. my codes are as follows: Previous Button: USE customer if not BOF() skip -1 thisform.refresh() if BOF() go top endif endif Next Button: USE customer if not EOF() skip thisform.refresh() if EOF() go bottom endif endif Now, my problem is that when i move to another record by clicking next button, my data on the text boxes moves fine and my grid goes white with no data on it, ...Show All
