JasonCooke_MSFT's Q&A profile
Visual Studio Team System No luck in installing TFS in a more or less single server installation. Different Error 32000's...
Hi, I've been trying to get VSTF Beta 2 running for last 3 days with no luck. Always ending with different Error 32000's example: Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio Enterprise Server\widbloc.exe" -s hostname -d CurrituckDB' returned non-zero value: 1. I have a Lab domain, consisting of 2 DC's running smoothly (and have been for well over a year now). No errors whatever if I use Netdiag or DCDIAG. Now I have a virtual server where I'm trying to install a "single server installation" while using the present lab AD. The virtual installation consist of the following: W2003withSP1 (Slipstreamed) IIS6 with AS ...Show All
Visual Basic Weeknumber
How do i get the weeknumber in Visual Basic 2005 Express edition Well that doesn't work for me. There's an interesting article about this here http://www.thecodeproject.com/csharp/GregToISO.asp msg=396665 The code is in C# but shouldn't be too difficult to convert ...Show All
Visual Studio Express Editions Custom wrappers
My project has a reference to Microsoft Excel 9.0 (2000). A warning message appears in the Error List: "There are updated custom wrappers available for the following referenced components: Office" Does this simply mean there is a newer edition of Office I couldn't find beginner info explaining "custom wrappers". Thanks I have the same warning.My development machine has Microsoft Office 11.0 Object Library. Should I replace custom wrapper as VS suggests Would it cause any problems for customers of my application that probably have previous version ov E ...Show All
Visual Basic vb.net and updating database
I've been doing a tutorial on http://www.homeandlearn.co.uk/NET/vbNet.html and everything was fine until the part on databases and using dataAdapter.Update. I keep getting an error message. Here is the part that I have problems with Private Sub btn登 _Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn登 .Click Dim cb As New OleDb.OleDbCommandBuilder(dadapt) dset.Tables("bihin").Rows(increment).Item(1) = txtCD.Text dset.Tables("bihin").Rows(increment).Item(2) = txt名.Text dset.Tables("bihin").Rows(increment).Item(3) = cmbbx備品 分.Text dset.Tables("bih ...Show All
Visual FoxPro qbf
i am a beginner in fox pro i have three huge tables 2gb each containing 5million records each i need two join them in a database and to create a qbf that will contain values from all three tables and that will search fast could someone please help me You won't be able to do it in Fox as you're already that the maximum file size. You'll need to move to SQL Server, MySQL, Oracle, or another server-based database. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DDraw Overlay Surface with Nivida, Data Migration Problem.
Hello, I encounter this data migration problem when trying to display RGB Overlaysurface on Nividia Cards. I was soon realized Nividia Series only go with YUV Overlay Surfaces modes. so how can i do this data tran more efficient, that is less CPU time cost. I'm programming a HLSL trying to do it in GPU, not sure it will work, have u guys any suggestions If the problem is NVidia-specific, you should repost your question on the NVidia developer's forums ( http://developer.nvidia.com/page/home.html ) ...Show All
Visual Studio Team System Testing a Web application with Active X Controls
Is testing web applications with ActiveX controls supported, if so how would one go about doing this. The application being tested was not developed in house so we do not have any code just the application. We are trying to load test the application but ran into problems recording due to the Active X controls being used. More Info: After speaking with the vendor the ActiveX Controls they use in the web application invoke .Net web services to access the data used by the application. So we are wondering if there is some configuration, api, or toolkit features that might enable us t ...Show All
Visual Studio Tools for Office Excel BeforeRightClick TransparentProxy
When VSTO was in Beta 2 the Excel "BeforeRightClick" event handler would receive an instance of an Excel.Range type. Now, instead of the range it receives a Transparent Proxy that consequently causes my Application.Intersect() method invokation to fail ( "No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))" ). I'm not sure where the Transparent Proxy came from, it was not in the Beta 2 code, but it seems like when I try to use it, the Intersect method now fails. Can anyone help out Thanks, - jim The TransparentProxy you're seeing is part of the VSTO solu ...Show All
Visual Studio Can we extend HTML editor
We'd liket to add certain functions to VS HTML editor. Is a way to extend it Thanks, jillaint Jillaint, Can you describe what you'd like to extend in the editor We'll be able to give you a better idea if something is possible or not when we know what you are trying to do. Thanks, Dylan ...Show All
Visual Studio Express Editions VB.NET program to realize a Word-to-HTML transformation
Hello everybody, I'd like to realize a Word-to-HTML transformation similar to BBCode, that is: to transform a tagget Word document in an HTML document. I'd attach an example of what I want to realize, but attachments are not supported in this forum, so please e-mail me at borzoi NOSPAM at caltanet dot it if you're interested; example covers all possible cases but, of course, vocabulary has to be extensible. In first instance, I believe it's "simply" to realize a parser, which detects opened and closed square brackets and generate HTML tags and SPAN tags with a certain "class" attribute, based on a key-value association. I ...Show All
SQL Server server is not a subscriber (SQL2005)
Just setup 2 boxes w/ SQL Server 2005 (Developer Ed) (SP1) Server A: Tablet PC running XP (publisher/distributor) Server B: running Win2K (subscriber) Setup replication and recv'd error: 'server B is not a subscriber'. This error is very vague and does not offer any direction to look for a solution. unable to locate help on a solution from online books. thx. for your review and input to this issue..bt Can you provide more information on how do you setup replication What steps you performed and on which step you observe the error Are you using Management Studio UI to setup replication or ju ...Show All
Visual Studio i want to use domain/user to login into vss 6.0d
i want to use domain/user existing on the server where vss is installed. where can i configure it Hi Artur, When you create VSS users to match domain/user accounts you can assign random passwords to them, too (there's no need to have empty passwords). When you're using "Use network name for automatic user log in" VSS will not prompt users to enter their passwords. Setting some random passwords will make it less likely that users will be able to use other users' VSS names when opening the VSS database. Alin ...Show All
Software Development for Windows Vista Go-Live Registration Successful!
ok i just finished this Go-Live Registration for distro my application and now am very confuesed to where i am and what does it really mean Go Live does this mean im able to give out my software to anybody im on vb.net express, i read somewhere that its ilegal to distro any applet made with vb.net so anyone can clear this up for me alex ...Show All
SQL Server SQL Impesonate Logon Problem
Hi. I am currently working on an ASP.NET application which has to log on to SQL using a specific windows user account. As far as I am aware the only way to do this is by adding the Integrated Security=true ; property to the connection string. If you specify a user id and password then it will try to log you in as a SQL user. Is this all correct To be able to login to the SQL server we explicitly call the LogonUser function from the advapi32.dll then open a SQL Connection using the Integrated Security=true property. When you look at SQL Profiler it seems that there is two logon calls made when the conne ...Show All
Visual Studio Team System Unable to Debug with HostType and UrlToTest attributes in VSTS?
Hi, I am unable to debut UnitTest project with HostType and UrlToTest attributes.Here are the details. I have created a new Web Site application using Visual Studio 2005. I selected an empty website application and added MasterPage.master and content page(Default.aspx). I selected a file system option while creating the web site and my web application’s(ASPTDDWebApp) physical location is “C:\Anjaneya\Work\ASPTDDWebApp” I have created a Test project called ASPTDDUnitTestProj and it physical location is “C:\Anjaneya\Work\ASPTDDWebApp\ASPTDDUnitTestProj\” This is my solution explorer screen shot Note: ...Show All
