Chris_Bond's Q&A profile
Visual Studio Team System Capture ISO image in Virtual PC (en_vs_2005_team_suite_dvd_beta2.iso)
I do not have a DVD drive. I have installed all software except Team System in a Virtual PC environment. I have downloaded all required software from MSDN and I have successfully captured all DVD content up to now. I get an error message stating: The file does not appear to be a CD image. blah blah.... Is there any workaround besides copying the image to the Virtual PC (which will bloat my image and I'm low on space) I cannot network to my host as the Virtual PC is a domain controller (per Team Foundation installation instructions) and I'm paranoid about having that on our network. Any help would be appreciated! ...Show All
Smart Device Development ActiveSync4.0 error??
Hi all, I am using visual studio 2005, and ActiveSync 4.0. From the vs 2005 beta 2. Tool-> connect to device. It's good. But like i use in Tool-> Options -> Device Tools -> Devices. I choose Pocket pc 2003 device -> properties -> configure... I choose Obtain an IP address automatically using ActiveSync. I am using O2 XPA II ( Qtek 9090 in france ). After that, i make a programme, F5 for debug mode.The program appears in the mobile device. It's good. But i use to check the Ip address of O2 XPA II is 192.168.55.101 with DNS: 127.0.0.1 It isn't normal, cos when i using the emulator pocket pc 2003 with the option Obtain an IP a ...Show All
Microsoft ISV Community Center Forums mysterious error: RUNTIME ERROR '451'
Does anyone have any ideas about the following error Runtime error '451': Property let procedure not defined and property get procedure did not return an object. I get this in message in a popup when I call a function on a custom class. The function is supposed to return a boolean value if the code it contains executed successfully. It is used in a manner similar to the following: 'In an ordinary module Dim myClassInstance as myClass Dim success as boolean set myClassInstance = new myClass success = myClassInstance.SomeFunction 'NOTE: Here is where the debugger takes me 'In the class module 'Cl ...Show All
SQL Server SCD sample example
Hello All, I have two tables SCDTest1 id stdt enddt price 1 01/04/2006 09/09/9999 900 2 01/04/2006 09/09/9999 20 ...Show All
Smart Device Development Emulator display too large
I am using the VGA emulator to target a 320 x 480 device. 1) How do I know how large to make the form also when I run the app in the emulator, the emulator goes off my display it is so large. How do I fix this. Thanks. Hello, I am not sure what you meant by question 1. Regarding emulator being too large, you can change the switch your monitor to higher resolution or disable the skin (if you can manage without that). You can also specify the video size using Visual Studio Emulator Config dialog, if you want emulator to be smaller. -Thanks, Mohit ...Show All
SQL Server Microsoft.NET Framework 2.0 on EM64T
Hi All, I am trying to install the 64-bit version of Microsoft.NET Framework 2.0 on my machine (EM64T processor), however, I am getting the following error message: Error creating process <C:\DOCUME~1\sanfil\LOCALS~1\Temp\IXP000.TMP.exe>. Reason: C:\WINDOWS\system32\advpack.dll Could anyone, please, help me to find what I am missing/ Thanks! Sanfil Hi If you are running Windows 2003 x64 edition or Windows XP x64 edition, make sure you are installing the x64 edition of .NET 2.0 ( http://www.microsoft.com/downloads/details.aspx familyid=B44A0000-ACF8-4FA1-AFFB-40E78D788B00&displaylang=en ) If you ar ...Show All
Visual Studio Team System TFS Explorer and Solution Explorer - how they compare?
Hi folks, i've been struggling with the idea of the TFS explorer and the Solution explorer. I've been programming with VS2002 and then VS2003 and have no problems understanding the Solution explorer in that piece of software. For example, we have 4 class libraries and 2 web applications in my main solution i use. Now with TFS explorer installed in my VS2005, i'm confussed between the two and the relationship of sourcesafe. For example, previously i could have my own solution that contains various projects found in sourcesafe. My collegue could have their own solution which could contain _some_ of my sourcesafe projects, and o ...Show All
.NET Development XML and Datagrids
Hi I'm trying to read an xml file and show results in Datagrid (the normal one in Windows Forms). The xml schema shows me that there are several tables (not related) and one table PSC5 which has 18 child table. I'm using ReadXml function throught a dataset created at the runtime. The data grid shows me tables only from PCS5 table and its child tables, but not the other one. My code is simple as: Dim ds as new dataset() ds.ReadXml("c:\myxml.xml") DataGrid1.DataSource=ds I want to read data from other tables. Will I have to read through XmlReader. Please suggest. Regards Genie <PoweredLowestFare_SearchR ...Show All
Visual Studio Team System Can't use any login to TFS Server but Administrator and TFSSETUP
I have TFS (R1) installed on a server called mars. The server mars is a member of the domain nsystems, whose domain server is called jupiter. I run Visual Studio Team Exporer on my machine named gb1, using my domain account nsystems\gb. When I try to connect to TFS on mars, I am prompted for a login to TFS. The only login names that are accepted are Administrator and TFSSETUP. I have added my own account, nsystems\gb, as a TFS administrator, as a project administrator, and as a project contributor. In each case, it appears that the add user operation was successful, but afterward, I am never able to log in from my machine gb1 using either gb ...Show All
Visual Studio Visual Source safe Over the internet?
Hey! I am having some problem to get the Visual Source Safe 2005 to work over the Internet. I am using a computer with windows XP pro as web server. This is the steps I take: Create database: 1. Creates a dir on my G drive(G:\SourceSafe). 2. Starts VSS 2005 Administrator 3. File > Open Databas 4. Add > Create a new database 5. Then I browse to my G drive and locate the directory (G:\SourceSafe). 6. Source safe database is now created. Settings: 1. Starts VSS 2005 Administrator 2. Server > Configure 3. Checks the “Enable SourceSafe Internet for this computer” Create User: 1. Users > Add User 2. And then I create a ...Show All
Visual Studio Team System Installation Error 32000: Bisregedit.exe fail...
Hi, I'm trying to set up a single-server environment where I have done the following: Installed Windows Server 2003 Upgraded to SP1 Installed IIS, enabled the Windows Firewall Connection Created a new user account on our corporate AD 2003, added it to local administrator group Installed SQL Server 2005 April CTP Installed Windows SharePoint Services w/ SP1 I have ran the stsadm utility to exclude Reports and ReportServer from SharePoint At this point I can browse http://localhost (SharePoint site), http://Reports and http://ReportServer . When I begin the TFS-install it installs ADAM successfully, but at the very end (98% finished or someth ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Animation in directX continue
I'm DirectX begginer, trying to animate flying bird. I'm exporting the bird object from 3d max8. I don't undestand if animation is done by DirectX (and how), or I have to do it in 3d max before export to DirectX. Normally the bird's wings will be animated in max and then you'd use that animation track in your program. The movement of the bird will be done programmatically. (This is not the only way, but it's a reasonable way to do this.) If you're not able to create an animated bird in max (and I can't tell you how), and you still want it to flap its wings, you'd have to fudge it some other way, suc ...Show All
Windows Forms Changing control's property -> Repaint!
I have a problem. If I change control's property (for example, Location, Size, Region, etc), I shall have twinkling. I need the following code: void Freeze() { // PLEASE CODE HERE } void Unfreeze() { // PLEASE CODE HERE } ... ... Freeze(); Location = someLocation; Size = someSize; Region = someRegion; // etc. Unfreeze(); ----------------------------------- Example of twinkling is here - http://www.davincitechnology.ru/out/FlickerDemo.rar Did you try the SuspendLayout() and ResumeLayout(), either on the control itself, of th ...Show All
Visual Studio Tools for Office Workaround ( Serious Smart Tags Problem (a bug?))
Hello, Using Word Smart Tags Sample sample. Smart tags get processed only if there is no other Word windows open. If there's ANY Word window, or even a hidden WINWORD.EXE server process running, VSTO smart tags are ignored. Such behavior sadly renders Smart Tags useless for users who keep an open instance of Word for any editing purpose. Even Outlook with Word as the editor may cause this. Note, this applies to VSTO smart tags only, the shared COM smart tags work OK. Here is how to repro: Download and compile the Word Smart Tags Sample sample. Open WordSmartTag.doc from <sample folder>\CS\bin\Debug ...Show All
SQL Server Problem translating schedule into 1/2 hour buckets
I am stumped on a problem. I am trying to write SQL to compare what an employee is scheduled to do VS. what a different system actually recorded them doing. In our schedule system, employees are scheduled for a specific task beginning from any minute of any hour and lasting so many minutes long. For example some records might look like this... NAME TIME MIN TASK Joe &nb ...Show All
