myso's Q&A profile
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
Visual Studio Team System How to backup VSTS project?
Which databases are VSTS used in SQL Server Could I just need to backup those database Or there are other files or settings should I backup at the same time Thanks! Ok, this is probably an obvious question, but to backup the ADAM datastore, do I just need to backup the BISGSS folder under C:\program files\MS ADAM directory Thanks, ~slee ...Show All
SQL Server Blanks in columns
Quick Question I hope. Does having a lot of blanks in a column cause errors In 2 or 3 packages where I get 95% of the data in the Error Colomn I can find nothing wrong with the data at all it all either seems perfect or there is no data in the column in question usually I would have maybe 800 rows where data would have been inserted but in the other 40, 000 rows the column is blank Using the "Retain null values from the source as null values in the destination" doesnt seem to make a differance. This is the error description The data value cannot be converted for reasons other than sign mismatch or data overflow. ...Show All
.NET Development How to map One custom Collection to another custom collection
Hai...., I have 2 user-defined collections. There are some properties that are found in both the collection. I wish to transfer all the matching property value from one collection to the other using the assignment statement. For this to work, how should i declare my collection or should i implement something for this to work Hello, I'm not sure if there is enough information in your post to offer an educated answer. Are you using the built-in collection classes in the .NET Framework Base Class Library Can you provide samp ...Show All
Game Technologies: DirectX, XNA, XACT, etc. LoaderLock was detected
Hi, I have installed DirectX 9 SDK (October 2005) and Visual Studio 2005 RC1. When I try using directx classes for capture audio, I have a problem. The code i have wrote is: Dim d As DirectSound.Device Dim ds As DirectSound.CaptureDevicesCollection ds = New CaptureDevicesCollection For Each d In ds Me .ListBox1.Items.Add(d.ToString) Next When I run the application I get error when creating new instance of CaptureDevicesCollection. The error is : LoaderLock is detected. The MDA message is: LoaderLock was detected Message: DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX ...Show All
Windows Forms Binding to RichTextBox
Using VS 2005 Beta 2, VB, SQL Server 2000 I have an existing SQL table with a field 'Comments' of SQL datatype 'text'. The data stored in the field was created using the RichTextBox under VB6. I use a Data Source/Data Set and set the Comments field to RichTextBox. When I drag the control onto the form a RichTextBox is created but the control displays the existing RTF as text. I expected a RTF under DataBindings but did find it there. Is it possible to display/generate RTF in a RichTextBox and store the RTF in a bound field Here is a typical RTF string: {\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fc ...Show All
Software Development for Windows Vista Possible to make working WWF runtime on Windows 2000 ?
I very need to make my WWF program Windows 2000 compatible, but in WWF compatibility list Win2000 is not presented... Is it Possible by some patch to make working WWF runtime on Windows 2000 even only for runtime - for client users compatibility, not visual studio WWF tools, that I can use under Windows XP for development. Thanks you Unfortunately Windows 2000 is not a supported operating system. Please do not use WWF as an abrevition for Windows Workflow Foundation, use WF. ...Show All
Windows Live Developer Forums Contest Participant Document
Hi!!! I was wondering if it is possible for all participants of “The World’s Best App” contest to have a document that acknowledges that we participated in this event, even if they (or we) did not win one of the prizes. You know, just a memento or something that we can brag about with, say, our grandchildren or Human Resource Head Hunters. I wonder if the winners have been announced... I'm in a business trip and I forgot to set my personal email in my laptop... I don't know if I am one of the lucky guys to win a copy of the Visual Studio 2005 ...Show All
Windows Forms show time
hello, im struggling with the timer. it is my wish to display an intro screen for 20 seconds. then automatically load the next form. i cant find anything in any of my books. any pointers would be very welcome. never mind people, after a little tinker i found out how its done. i've posted the code for other to find if they need. Private Sub InitializeTimer() Timer1.Interval = 20000 Timer1.Enabled = True End Sub Private Sub Timer1_Tick( ByVal Sender As Object , ByVal e As EventArgs) Handles Timer1.Tick Dim form2 As New Form2 Form1.ActiveForm.Vi ...Show All
Visual Basic Strange Issue with Excel Interop
I have recently moved to 2005 Studio Standard edition and after some fighting initally with my laptop and it's issues with VS2005 and left over beta bits and so on, I have totally rebuilt my machine. In short = fresh copy of xp pro and VS2005 std and Office 2003 IIn VB 2003 I used to be able to add a reference to the Excel 11.0 library and then use the following line: Imports Microsoft.Office.Interop However that is not possible any more. Following the same steps I can only import the following: Imports Microsoft.Office.Core This presents a problem if I want to do this, because the Interop is not available: Dim x ...Show All
.NET Development GetProperties->GetObjectData exception
I posted once already but can no longer find it. Why does the following throw the exception throw the exception: "Only FieldInfo, PropertyInfo and SerializationMemberInfo are recognized" class Foo { public int _property; public int Property { get { return _proper ...Show All
Visual Studio Team System Install problem - Requested Prerequisites
Hi, I just got the visual studio team suite beta, but got some problems installing the team foundation server. First i installed the visual studio disc, then the sql server disc, but now when trying to install the team foundation server it says: Microsoft SQL Server 9 Service is either not started or installed Microsoft SQL Server 9 Analysis Services is either not started or installed Microsoft SQL Server 9 Report Server Service is either not started or installed When i check all services are running except the DTS Server (can't start service) Also the express edition included by the visual studio is installed and the installation of the sql ...Show All
Visual Basic Passing Parameters ? and LIKE with Table Adapter
The following examples DO work in Query Builder (dataset designer) but DO NOT work in Preview Data for the tableadapter or at runtime using "FillBy". There seems to be an issue when using , wildcards and LIKE together: SELECT ID, ClientName, AR_ID, ContactList, AssignedSalesRep, LastTicketDate, AddressList, PhoneList, State, City FROM ConXitClients WHERE (ClientName LIKE N'%' + + N'%') SELECT ID, ClientName, AR_ID, ContactList, AssignedSalesRep, LastTicketDate, AddressList, PhoneList, State, City FROM &nbs ...Show All
Visual C++ Using COM Interfaces THIS pointer Question
Sorry about the incredibly stupid title, anyway, here's my question. I have been exploring Direct3D for a while now, and I noticed when debugging that the THIS pointer is pushed onto the stack instead of passed through the ECX register. g_pd3dDevice->EndScene(); mov eax,dword ptr [g_pd3dDevice (4095E4h)] // get THIS pointer mov ecx,dword ptr [eax] // get vTable push eax // push THIS pointer call dword ptr [ecx+0A8h] // IDirect3D9::EndScene(void) *please note tha ...Show All
Visual Basic ACtive Directory Path Return
Hi All ! I'm a developer for a College we have an active directory. I need to query Active Directory with the Pc name and return it's path in the Active Directory tree. Not really sure how to do this any help would be great. Thanks DAve Here's a quick and dirty little function to return the full AD path given a computer name. You will have to reference the System.DirectoryServices assembly. Hope it helps! ...Show All
