AsbjornRygg's Q&A profile
Visual Studio Team System Bug in team build report in beta3??
I have strange problem with Beta 3 (I have to test it on refresh version also), when I launch a Team Build from Team Explorer, if I keep the "report" Team build generates, code coverage results are not included in that report page, but if I close the page just when it starts to be generated (when it first appears beginning team build), code coverage results are correctly included, it's not big problem for the moment (it's beta I know) but it is ...Show All
Visual Basic Importing Managed Code
Is it possible to import any Managed Code into a VB project If so, how do I do it For example, I want to use MS's DirectX Utility Toolkit included in the SDK within my VB project. If I include this file in my project, do I have to do any special processing to it do I use a standard import statement Any help would be appreciated. Managed code is refering to VB.NET, C#.NET, or Man ...Show All
Windows Forms Issues with MyApp.exe.config
Greetings, I have a VS2005 solution that contains a main executable and a number of auxillary projects (class libraries, etc). One of the libraries is a collection of business objects and their service agents, which use web services to marshall data between the client and the server. The issue we're running into is even though our web references' URLs are set to Dynamic, we are unable to modify them via the application's configuration fi ...Show All
Windows Forms why does data binding not work properly with vb.net?
Hi, I've got a simple VB/Access app that binds text controls to various fields in a database table. Everything works fine, EXCEPT that when I call the Update method on the data adapter, nothing updates, because the dataset thinks nothing has changed! If I&nb ...Show All
Visual Studio Team System Team Foundation Version Control
Hi all, Is there a way to get a list of all fiiles that were changed since the last time the project was labeled, in Team Foundation Server Source Control. This is a very urgent requirement. Please help. Thanks one and all. Narayan The hardest part is figuring out the last time the project was labeled, since a single TFS label can contain a set of files spread across multiple points in time. To be sure ...Show All
Visual Studio 2008 (Pre-release) Extending dispatcher to prevent message replay
I am working on a project where I need to prevent message replay. All my mesages have a RequestId. Basically what I want is: all messages that arrive to my system, I want to inspect the request message id, and verify if the message is already processed. If so, I want go give the same response that i gave originally, or a fault if the message is in processing. I know that I can extend the service model with behaviors, but i am litle ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Floating point issue
Is it me, or the Watch window in Visual Studio rounds the floating point values I'm asking this, because I'm having a very strange behavior regarding floats. I have this example. Values shown in the Watch Window while debuging: plane.c = -1.0000000 pp->z = -8.8235264 plane.c * pp->z = 8.8235263824462891 Are the values in the watch window rounded Can I disable that Why does this happen Thank you ...Show All
Windows Forms Connection to Sql Server 2000 on Lan
hi i ahve an appliction will will run on lan and the db is installed on on PC and i want the othere PCs tp connect to that pc to get data can u plz tell me the connection string couse i have tried and it did not work The connection string may look like: strConnectionString = "Integrated Security=True; Server=VKH; Initial Catalog=TestDb" ...Show All
Visual Studio Package Load Failure
Althogh the installation of VS 2005 completted sucessfully I constantly get the following error message: Package 'Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load properly (GUID={A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}). etc. What could be the cause for this message From Amit Chopra BLOG: http://blogs.msdn.com/vsdteam/a ...Show All
SQL Server I need help debuging this error message::
Hello everyone, All weekend long I keep getting this error message when I run my SSIS package: Error: The variable " system::localeID" is already on the read list. A variable may only be added once to either the read lock list or the write lock list. I have search everywhere for this message without success. Could someone help to explain this and what to do to to bypass it. Your help will be much appreciated. Omon ...Show All
Architecture the best orm for .net?
I would like to know your favorites, i am looking for a free one and with caching capabilities. well I would say to look at the following and weight their pros/cons with your requirements nhibernate gentle.net (2.0 is looking great is is completely based around concepts put forward in DDD by eric evans) wilson O/R (its not free but it has a minimal price, $50 if I remember correctly that includes source) A nice thing about this par ...Show All
Visual Studio vstemplate, custom project
The ProjectType Element for vstemplate states that the value must be one of the following values: csharp, visualbasic, jsharp or web. What if we are creating a new project type that we want to appear under "Other project types". How do we specify this Thanks, Mike Nevermind, I found the answer. I'm setting it on the same line as: [ ProvideProjectFactory ( typeof ( XgenProjectFactory ), "XgenP ...Show All
SQL Server SQL 2000 and 2005 on same server
Does SQL Server support instances of SQL 2000 and SQL 2005 on the same server If so - are there any instance naming standards to follow for this scenerio Thanks -J This is fully supported. Keep in mind that named instances cannot be named DEFAULT, MSSQLSERVER and has a limit of 16 characters, among other rules (see BOL) ...Show All
Software Development for Windows Vista HandleExternalEvent Problem
Please fix the following, or give a workaround. workflow only accepts the exact event type not even an inherited event type e.g. event hierarchy ---------------------- eventParent | eventChild workflow ------------ send "eventChild" -> HandleExternalEvent( eventParent ) => exception unable to deliver Can you provide a ...Show All
.NET Development button click
I am trying to get a button to automatically click at regular intervals. Can anyone help Hi, Yep, button1.PerformClick() is indeed the right method that you should call if you want to simply emulate clicking. But, Call Button1_Click(sender, e) method is also useful. Specially if you want to know on who's clicking the button. Either the Timer or its a user that generated the call to the Button_Click functi ...Show All
