Software Development Network Logo
  • Visual Studio
  • Visual C#
  • Visual J#
  • Microsoft ISV
  • SQL Server
  • VS Team System
  • Architecture
  • Windows Vista
  • Game Technologies
  • Visual C++
  • VS Express Editions
  • Windows Live
  • Smart Device
  • .NET Development
  • Visual Basic

Software Development Network >> Jazzbo's Q&A profile

Jazzbo

Member List

Marcel Haans
philmee95
Ralf Gruenewald
billy_bob123456
Gonzalo1977Uy
shois
pixielightning
tuanph991
AnnieW
Piotr Jelonkiewicz
Tim Pedersen
CTGuy67
Zeonz
Wolfgang K.
Mark Asztalos
Ian Fisher
Price Brattin
Godwin Larry
Christof
G4_Fighter
Only Title

Jazzbo's Q&A profile

  • Visual Studio Team System TF31002 with beta2 on VSTS and VSTF

    I have an install of the August CTP for VSTS with the TFC client, and an install of VSTF running beta 2. The TFC client cannot connect to the server, getting the following error: TF31002: Unable to connect to Team foundation server... I have verified that the connection information, my credentials, account status, etc. are correct, and I can see via netstat I have an open connection with the box. Any ideas as to what is going on I can hit the http://servername:8080 and get the usual 403 error, so I know IIS is functioning. If it is a versioning issue, can someone tell me what versions will work Thanks! Ryan Get TFS Beta 3 along with t ...Show All

  • Visual Basic Function Module for Registry Programming

    Can somebody help on whats the code of the function module for Registry Programming for VB2005. In Visual Basic 6.0, The function can easily be seen in the API Viewer but where can I find it in VB2005 The code you posted writes to HKEY_CLASSES_ROOT. My code writes to HKEY_CURRENT_USER, which didn't require any code changes going from 1.1 to 2.0. ...Show All

  • SQL Server memory could not be read

    I created a report and when I preview it on vs, looks fine. same thing when I open through a browser gives me an error "The instruction at "0x77fcb6a3" referenced memory at "0xfffffff8".The memory could not be "read" This report is pretty wide so to make sure the # of columns are less than 255 (in which case it will bomb again), I aligned all columns correctly. Suggestions please - reports work fine in PDF but not on excel Thanks Excel itself can't handle a large number of columns. When you say it does not export to Excel, did you mean before you reduce ...Show All

  • Visual C# Difference between DLL and TypeLibrary

    What's the actual difference between DynamicLinkLibrary(.dll) and TypeLibrary(.tlh) Type Library A type library (.tlb) is a binary file that stores information about a COM or DCOM object's properties and methods in a form that is accessible to other applications at runtime. Using a type library, an application or browser can determine which interfaces an object supports, and invoke an object's interface methods. This can occur even if the object and client applications were written in different programming languages. The COM/DCOM run-time environment can also use a type library to provide automatic cross- ...Show All

  • SQL Server Password Issue

    Hi All, We are developing a package in SSIS where we are using a connection to Mainframe AS/400 using ODBC. The problem is that when we fill in the User ID and Password and check the remember password textbox this seems not to be taking effect. What this triggers off is that whenever we open the package a NULL password is sent to the AS400 server and it locks the ID. Any ideas what to do Manish Hi, We tried the configuration option, putting the config data in a SQL Server table. It works fine. But if we copy the job and rename it and try to open it, it again locks the id:) ...Show All

  • Visual Studio Team System TFS Report Error

    I am getting following error while brining a report in TFS An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'TfsOlapReportDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors this started after I changed the passwords of all 3 tfs related user accounts. seems like I have missed something. any idea Well I found the solution to this problem. We didnt update the passwords within TFS for TFSOLAPREPORTDS user and TFSRE ...Show All

  • Visual Studio MSBuild PVCS Task

    Has anyone written a MSBuild PVCS Task Also where can I found non-Microsoft MSBuild Task. Hi Buddy, take a look here: http://msbuildtasks.tigris.org/ and here http://www.gotdotnet.com/codegallery/codegallery.aspx id=b4d6499f-0020-4771-a305-c156498db75e for custom msbuild tasks. Neither of them has a custom task for pvcs, but you can either use the MSBuild Exec task to use pvcs command-line tools, or create a custom task yourself that uses the pvcs command-line tools. This shouldn't be too difficult, inherit from ToolTask and you're halfway there. Or you could try this website to automatically ...Show All

  • Visual C++ errors from DoModal ()

    Hi, guys, My source code can be debugged and executed well before. But today, there are somethings wrong: it can be built and executed, but cannot be debugged. The errors of "user breakpoint called from code at 0x7C901230" come from DoModal() in InitInstance(). Any one know what is up with my source code Thanks advance. Below is what I have in call stack: NTDLL! 7c901230() NTDLL! 7c96cd80() NTDLL! 7c96df66() NTDLL! 7c94a5d0() NTDLL! 7c9268ad() MSMS001! 02b87b68() MSMS001! 02b87539() MSMS001! 02b7fcf7() VCT3216! 02b14326() I'll assume you're running the debug version and can properly step through InitInstance( ...Show All

  • SQL Server The connection manager 'OLEDB' is not properly installed on this computer

    Please help someone from MSFT! I've just finished installing the Sep CTP on my laptop.  I previously had the April CTP and June CTP.  I followed the instructions for removing a previous installation of SQL 2005. Now, when I try to create an SSIS package, I get a message that says: TITLE: Microsoft Visual Studio ------------------------------ The new connection manager could not be created. ------------------------------ ADDITIONAL INFORMATION: The connection manager 'OLEDB' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft ...Show All

  • Visual C# saving an integer data type in an xml file

    Can anybody tell me how to save an integer data type in a xml file. So far, i can write integer data as innertext to an elment. I am currently converting the integer to a string using ToString() and then saving the string in the xml file as the innertext. But I want to save it directly as an integer datatype so that it retreives as an integer and not as a string. Any suggestions Arpit. By nature an xml document is just pure text, so it will have to be converted to a string and back at some point. However if you want this process to be handled by the framework the best option I can think of is using the serialization features of t ...Show All

  • Visual C++ help me again please with the error code C2659

    Build Log     Build started: Project: The Zone, Configuration: Debug|Win32 Command Lines     Creating temporary file "c:\Documents and Settings\<REMOVED>\My Documents\Visual Studio 2005\Projects\The Zone\The Zone\Debug\RSP00000525683660.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Yu"stdafx.h" /Fp"Debug\The Zone.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" / ...Show All

  • .NET Development XSLT: help with passing strings in xsl:call-template

    I am having trouble with param that I pass. Version 1 without params: This works fine <xsl:template name="WriteAttribute_BBB"> <xsl:attribute name ="BBB"> <xsl:value-of select="Element1/@B"> <!-- get the value of attrib B from Element1 --> </xsl:attribute> Version 2 with params: I am trying to make this more generic. However this fails. here is how the template is called.. <xsl:call-template name="WriteAttribute"> <xsl:with-param name="AttribFrom">"Element1/@B"</xsl:with-param> <xsl:with-param name ...Show All

  • Visual Studio Team System Integration between Currituck and Documents

    Regarding the use of WorkItems and documents on the same project. How is planned the integration between this "sometimes" similar items , for example, what happens if one of the documents of the Methodology enlist all the Requirements of the Application, of course this requirements will be stored in the WorkItems database like Requirements type. So, are there any plans for "living documents", documents that take information from the WorkItem Database Coatl ... ...Show All

  • SQL Server combine 2 select count datediff

    I have created two select clauses for counting weekdays. Is there a way to combine the two select together I would like 1 table with two columns: Jobs Complete Jobs completed within 5 days 10 5 ------------------------------------------------------------------------------------------------- SELECT COUNT(DATEDIFF(d, DateintoSD, SDCompleted) - DATEDIFF(ww, DateintoSD, SDCompleted) * 2) AS 'Jobs Completed within 5 days' FROM dbo.Project WHERE (SDCompleted > @SDCompleted) AND (SDCompleted < @SDCompleted2) AND (BusinessSector = 34) AND (req_type = 'DBB request ') AND (DATEDIFF(d, DateintoSD ...Show All

  • SQL Server Reporting Services

    Dear all, When I choose 'Reporting Services' as Server Type from Connection Manager there is nothing in the textbox. Why I think you were probably working in Management Studio and selecting Reporting Services from the drop down list when connecting a new Object Explorer. Is that right In which case you need to enter the name of your local report server - or just "." should do it. Or may be I have it wrong. I guess we're not clear on where you are seeing this reference to RS. Perhaps a screenshot would help, or step by step repro of how to get to the dialog. Donald ...Show All

©2008 Software Development Network