Pete4096's Q&A profile
Visual Studio Team System TFS Beta 3 Report Server Error
I get this error on the app tier dual server set up. [09/26/05,16:01:10] vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '" E:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\createds.exe" /setup /install " http://servername changed/ReportServer/ReportService.asmx " TfsReportDS "Data source=servername changed;initial catalog=TfsWarehouse" Could you check if all of the foll ...Show All
.NET Development Microsoft.Jet.OLEDB.4.0 driver error on Win2003 SP1 & SQL2005 April CTP
Hi folks, We've got SQL2005 April CTP i64 running on Win2003 with SP1 appied (Itenium Proc). Last week, one of developer sent me an email with error msg, : Msg 7403, Level 16, State 1, Line 1 The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has not been registered. I ran Component Checker against that box and it found that MDAC2.8 with SP2 installed. I also found from MS site that Jet 4.0 SP8 i64 version available but the instal ...Show All
Visual Studio Reportviewer print dialog problem
My .NET version 2 application creates reports by calling a method from a dll (which I also wrote) which displays a form containing a user control which in turn contains a ReportViewer. I set the viewer's .ReportPath, .BindingSource, and .DataSource properties and call the .RefreshReport method. The viewer displays the report correctly. When I click the viewer's Print button, the Print dialog correctly appears, but I have to click the dialog's ...Show All
Smart Device Development What is the event in the Form when theForm.Show() gets Called?
hi, guys I have a tab control in my pda c# form. And there are three pages. What I did is, I put a panel in each tab, and then will put a other Form to that panel later in the code. In this way, I can keep the code separately in different three Forms. The question I have is, when we switch in these three tabs, I call the corresponding Form's Show(), in that Form, what is the event to tell right now, the form is being shown Coz everytime, when us ...Show All
System Center Qs About the Planner v.2006
Hi, I have the following questions: - Does this tool replace Exch_Calc.XLS that was only for Exchange 2000 (see the link below) http://www.microsoft.com/exchange/techinfo/planning/2000/Exch_Calc.xls - Can you elaborate how the Storage Groups and the Information Stores population is done That is what assumptions it uses, things like: What is the maximum size of the IS that the Planner assumes Maximum number of mailboxes pe ...Show All
Visual Studio Express Editions How can I kill Selected process ?
Hello, this code get a list of runing processes : Process [] pArry = Process .GetProcesses(); foreach ( Process p in pArry) { string s = p.ProcessName; s = s.ToLower(); listBox1.Items.Add(p.ProcessName); } so how can I kill the selected processName from listBox1 Best Regards You said in the end that "this is why xp doesn't colapse easly like previous windows". Maybe so, you right, b ...Show All
Smart Device Development CeOidGetInfoEx2 parameters.
Hello, I found in MSDN documentation that the CeOidGetInfoEx2 is defined like this: BOOL CeOidGetInfoEx2( PCEGUID pGuid , CEOID oid , CEOIDINFO* poidInfo ); but poidInfo [in/out] A pointer to a CEOIDINFOEX (EDB) structure. On successful return, it contains information about the object specified by oid . The caller must set poidInfo-> wVersion to the current version of this structure type to CEOIDINFO_VERSION (2). so what is ...Show All
SQL Server about multiplication in sql
what is the value when running sql script select cast( cast(.0000006 as numeric(38,10)) * cast(1.0 as numeric(38,10)) as numeric(38,10)) the result is .0000010000. why the result is not .0000006000 It looks to be rounding it upto the nearest decimal place, as the result has one fewer zeros to the right of the decimal point. WHy it would do this I am not sure. ...Show All
Visual Studio Express Editions Something wrong with do,while loop.
Here is my code and I cant figure why it wont work: #include <iostream> #include <string> using namespace std; int main() { int x; string name; string lastname; string emailaddress; string password; string password2; string username; cout << "Input the following information. \n\n"; cout << "name: "; cin >> name; cout << "lastname: "; cin >> lastname; cout << "emailaddress: "; cin >> emailadd ...Show All
Visual C# How to address a function?
Usual apologies: I am a newbie, etc. Making my first steps in C#. There is a form class: Form1: namespace tapTCPports_1 { Public class Form1 : System.Windows.Forms.Form { ......... private static void ConvIPtoLong (string strIP) ...Show All
Visual C# Enterprise Templates
Good Day. I'm having some problems with my policy file. I want to include a c# class in a project under a Tier of my template. I want to VS inheritate the class when I add a item to the project. This is my element in my .TDL file : <ELEMENT> <ID>View</ID> <IDENTIFIERS> ...Show All
Visual Studio Express Editions VS C# Express hangs during install
I have Visual Web Developer Express succesfully installed along with Sql Express, .NET 2.0 Framework & SDK. But when I try and install C# Express it gets about 3/4 through the "Setup is loading installation components, this may take a minute or two" and then just hangs there, no errors or dialogs. Any suggestions on how to diagnose this I have cleared out temp folder and tried to re-install to no avail. Thanks. ...Show All
Windows Search Technologies WDS as a client to Indexes on Windows Server Systems
Is there a way the Windows Desktop Search could be used as a client for multiple Indexing Services I would want WDS not just to display query results on my local machine but also run the same query on a Windows Server 2003 running an Indexing Service and aggregate those results with my local query results. ...Show All
Visual Studio Start Page
Does anyone know if it is possible to refresh the start page Further, the Recent Projects list. I have written an add-in that allows a user to manage the list of recent projects(should of been in this version), but can not figure out how to make the start page refresh. Thanks, Brian If you mean that the start page loads a different RSS feed from the default one, then Yes :) In VS go to Tools.Options.Environme ...Show All
Game Technologies: DirectX, XNA, XACT, etc. EDITING TOOL FOR COMPILED SOURCE
Hello Everyone: I'm just new in game development . I'm just wondering, is there a tool that I can download (free or buy it) to unpack a compiled source (e.g. .dll) and just add and delete codes inside the dll I tried Hex workshob and flexeditor but it won't let me do it. You know, instead of getting the source, modifying it and re-compile again, and all that , I thought it would be much easier to have this type of tool to save me time ...Show All
