dimetc's Q&A profile
Visual Studio Team System wss.wssportal error when creating project
When trying to create a team services project we get an authorization error in the wss.wssportal task. The account being used is a member of namespace administrators in Team Foundation Server, has all roles on the Reporting Server, and is an administrator at the top level site in windows sharepoint services. Any ideas 06/15/2005 05:49:47.362 | Module: Engine | Thread: 10 | Running Task "WSS.WssPortal" 06/15/2005 05:49:48.206 | Module: WssSiteCreator | Thread: 10 | Exception: System.Net.WebException: The request failed with HTTP status 401: Unauthorized. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse( ...Show All
Visual Studio Team System How we make ViewState Dynamic
System is giving me ViewState Error when I run the Script recorded in Machine A and run it on Machine B. When I see the view state of the page (where it is failing) it has hard coded value while recording. How do we make it dynamic I tried to extract hidden value from previous page and try to paramatize this hidden value on the hard coded value, it is not working. It still says invalid view state. Please help me, how can we make scripts transportable from one machine to other machine Thanks Tampali Furthermore, My first page has ViewState value as hardcoded value. How do we h ...Show All
Visual C++ MSBuild running from Local System
Hi I've been executing msbuild.exe from the NT_AUTHORITY\SYSTEM account to build VS 2005 C# projects and the builds have been working as expected. Recently, I attempted the same for a VS 2004 C++ project and the build failed with the following error. fatal error C1902: Program database manager mismatch; please check your installation Is this a bug with msbuild or am I doing something wrong Thanks Error should be fixed with VS 2005 SP1. Tested: The error in mspdbsrv is still in VS 2005 SP1 not fixed. The error will occur less often - but when starting cl.exe in a service (e.g remote login, run as) the bug ...Show All
Visual FoxPro Foxpro ODBC error
I have a problem connecting to a free table directory, foxpro database developed in Foxpro 2.6 for DOS from an Access 2003 database (Don't ask why it's a long story). I was able to connect to this database via an ODBC connection using the visual foxpro driver (6.01.8629.01) but after installing .net and other packages I now get the error [Microsoft ][ ODBC Visual Foxpro Driver] Function sequence error (#0) when I try to link or import a table. I have applied SP2 for XP and SP2 for office 2003 and have also downloaded the driver again but to no avail. I hav ...Show All
Visual C# Button_Click Event
Ok. I have a button that needs different click events at certain times. I think the code for that is button1.Click = new EventArgues or something like. Can someone please explain to me how to do that Hi, Instead of creating new Click events, why not just make a simple logic (if and then's) on your click event It would be much more simplier. But if you really want to do this, take a look on your designer code. In your Solution Explorer click the '+' sign. It would show two files. Open <formname>.Designer.cs. This shows on how the wizard creates the controls on your forms and how they attach an Event to a control... cheers, P ...Show All
Smart Device Development Controlling D-Pad in the Today Screen (C#)
hello, i'm very new to c++, but i'm getting there. i just need keywords as to where or for what i should be looking to make a program that would produce a mouseclick when the left button of the d-pad is clicked when i'm in the today screen. my device doesn't utilize the d-pad's right and left buttons when i'm in the today screen, so i thought that i could assign the left d-pad button to a mouseclick that would click on the start button. i'm using Visual Studio 2005 with Windows Mobile 5.0 SDK. thanks, msafi, There's no need to refer to people as idiots; I'm sure that you make mistakes as well. Believe i ...Show All
Visual Studio Express Editions Can’t register
I have never received registration email with the key for VSC# Exp. I read Registration FAQ, check all possible problems wrote there, but it has not solved it ...I have same problem with registration VWD Exp. I contacted my friend who tried same...same result. What can we do now Thanks, Martin (CZ) How did you install the product... did you use the ISO Install. With the registration FAQ if you install by using the iso or manual install item 7 says that you do not have to register. Note that the reminder will appear for the first few times the application is run but it will stop. ...Show All
Visual Studio Team System Connecting to a datasource that is a very, very large database with many tables
In our setup we would like to connect to an IBM DB2 datasource. We do have an OleDB for DB2 installed and we can connect just fine. But then the datasource connection tool goes after the DB2 datadictionary to show all the tables and it dies after having been busy with this for a really long time. The problem is that our data dictionary contains all the tables in all the databases and we have easily several thousand tables per database. So this is not working. I know my database name and I know my database table, but I have no way of setting this up through the "Add Data Source" facility. Is there another way I can do this ...Show All
Game Technologies: DirectX, XNA, XACT, etc. editor directly accessable inventory limited to 602 entries of buildings.csv
The editor can only access 602 entries from buildings.csv directly; entries beyond that are ignored. How can this be changed Do you have an example file that I could download to test this Looking into it myself nor Frank could see any reason why this would be case. ...Show All
SQL Server using filters to full text search inside pdf & word documents
how can pdf, word filters be used to full text search inside pdf, word documents using SQl Server 2005 and how to find what filters are loaded. please give a step by step instruction or direct to a comprehensive tutorial. thanks for reading. how accurately FTS works. recently Oracle released a search technology that compares to Google but will FTS be upto my expectations when i perform a search through the documents using FTS. is there a way to increase its search accuracy and does it have concepts like ranking. ...Show All
SQL Server == The SQL Server service failed to start ==
I'm newbe with SQL Server , I'm looking for help with sql server express edition 2005. At the end of installation ocurrs an error: The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually. Error Number : 29503 . (Summary file) Rest of components has status : Successfully installed I've go installed .Net Framework 2.0, I'm using XP with SP2 , no anty-virus software during instalatin is activated, the XP firewall is off during instalation.All system check requirements are passed successufully (runni ...Show All
Visual Basic setting startup form in 2005
Hey, I am trying to upgrade one of my applications from VB.NET 2003 to 2005, but encountered a problem. In 2003 I had the following Sub placed in a Module: Public Sub Main() Application.Run(New LoginForm1) If NoAuthorization = False Then Application.Run(New MDIParent1) End Sub This would be set as the startup of the application...... it would load the Login Form...... if the user provides a wrong username or password 3 times running, the application will close......... if the user logs in and everything is ok, the MDIParent appears. But the problem now is that I cannot select SubMain as my startup in VB.NET 2005. What should I ...Show All
.NET Development Adding CDOSys.dll reference to project does not generate Interop.ADODB.dll???
Hello All I have written an application to send emails. For this, I am using "Microsoft CDO for Windows 2000 Library" which points to CDOsys.dll COM file. When I add a reference to this file in my project, it creates Interop.ADODB.dll and Interop.CDO.dll, however, when one of my colleagues tries to do the same thing, it generates ADODB.dll and Interop.CDO.dll We are both using Microsoft Windows VS.Net 2003 and are having same version of CDOSys.dll (6.1.3940.33). When I right click on the actual Interop.ADODB.dll file and go to version it shows me 2.7.0.0 however, from .Net when I right click on the reference and go to properties, it sho ...Show All
Visual C# How do you REMOVE or DELETE Items from Recent Projects list in VS2005 RC?
I have been testing VS2005 RC and as a result, I have built many applications. Most I am no longer interested in or use and would like to DELETE them from the RECENT Projects list, but I dont see how ! I have been achieving this by manualy deleting the project from IIS, but there's got to be a better way ! Any ideas cheers, yousaid >> The suggested solution is to have a "clear recent projects history" button on the start page. uhm, maybe I am blind, but in the released version I have still not found an easy way to cleanup your "recent projects" list. I also believe that t ...Show All
Smart Device Development making a web service call
folks, i'm attempting to make a web service call in evc++ application for PPC. actually, i am back-porting the code from VS2005 and finding that "atlsoap.h" does not exist under evc++ 4. is there an equivalent or work-around I doubt there is an equivalent, but for a workaround, if your web service allows POST requests, I would suggest using XMLHTTP object. It provides a (more) convenient way of sending requests and receiving XML-formatted responses. Techinically, you could even build SOAP requests and receive SOAP responses this way, but of course it's more work ...Show All
