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

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

wky

Member List

RoninBraenk
Rolan
Yong Pan
zakoops
mware
Pluey
Shona Arora
Geeee
Mar10us
Andreas Ohlund
Hosma293
rranft
Banana1123
Johnny Quest
FrankP
DavidFarrellGarcia
CBC
AnneMMA
Corby Bender
Binay
Only Title

wky's Q&A profile

  • SQL Server Problem installing SQL Server 2005 Express with Advance Services CTP

    Hi, I was unable to install the CTP version of SS Express Edition SP1 with Advance Services. The installation failed with the following error message: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online. ------------------------------ However, I was able to install and run t ...Show All

  • .NET Development FtpWebRequest and timeouts

    hi, i'm using the FtpWebRequest class as used in the SDK examples. i find that when an upload takes a few minutes, the call to GetResponse() fails with "Underlying connection closed", even though the upload was successful. i'm not changing the Timeout value, but i do have KeepAlive set to true, in an effort to keep the connection active. i guess it's a timeout after such a long upload, but i'm wondering if i need to bother calling GetResponse at all if there was an error streaming the file, surely it would raise it's own exception and not wait for me to call GetResponse thanks tim Well w ...Show All

  • SQL Server using Microsoft SQL Server 2005 JDBC Driver with JDK 1.3 (or JRE 1.3)

    Hi, It seems that the Microsoft SQL Server 2005 JDBC Driver available from Microsoft and the requirements are : Java Development Kit: 1.4 or later SQL Server 2005 or SQL Server 2000 However, we have applications that use Java Development Kit: 1.3 and would like to upgrade to SQL Server 2005 , we run SQL Server 2000 now. Is there a solution other than upgrading our apps to use JDK 1.4 Are there known bugs or workarounds to use the JRE 1.3 Did anyone tried the Microsoft SQL Server 2005 JDBC Driver with JRE 1.3 thank you, Jo123, There are a number of dependencies on ...Show All

  • Smart Device Development Question about QueryPerformanceCounter()

    Hi all, I just wanna design a high-resolution time tool with vs2005 based on pocket pc. With C#, the codes are just like the following:         [DllImport("coredll.dll")]         private static extern bool QueryPerformanceFrequency(ref Int64 lFrequency);         [DllImport("coredll.dll")]         private static extern bool QueryPerformanceCounter(ref Int64 lPerformance);        ...          &nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Floating Point arithmetic difference between VB and C#

    I am in a bit of state at the moment, I am really surprised at what I have found, please see the two code samples below. The first is Visual Basic and yields a result of: 100040624.0 the second C# and yields a result of: 100040629.0, which is correct. This error is causing my Line Circle intersection function to fail!! Oh my God have just spent the last two years writing my app in VB and now have to convert to C#. Dim a, b, c As Double a = 10002 b = 25 c = a * a + b * b result: 100040624.0 double a,b,c; a = 10002; b = 25; c = a * a + b * b; ...Show All

  • SQL Server Aggregates question

    Let's say I have this data set Country Quant USA 100 UK 50 USA 25 How would I get a sum of just the USA quantites while keeping all entries in the details section Assuming this is a table, you would put the following conditional aggregation expression into the table footer: =Sum( iif(Fields!Country.Value = "USA", Fields!Quant.Value, 0)) Only if country = USA, the quantity values will be aggregated. Otherwise 0 will be added. -- Robert ...Show All

  • .NET Development Failed to access IIS metabase, VS2005 RC

    I am developing a webservice in Visual Studio RC. I have just got a new pc and my problem is that I am not able to access this webservice. I have created a virtual directory in IIS, but if I try to browse there, I get a "Failed to acces IIS metabase" error message. Does anybody know how I can resolve this problem 1) Is IIS installed on the machine (From a command prompt NET START - Is IIS Admin service present in the list) 2) Is ASP.NET installed  - Run aspnet_iisreg.exe /lv from the VS command line prompt 3) For 2) is the default install for ASP.NET v2.0 as opposed to v1.1 ( the running version is marked with ...Show All

  • Visual Studio Team System Event Log errors - conversion of a char data type to a datetime data type

    Hi, I'm getting the following errors and warnings every 30 mins on my Team Foundation Server (which also serves as the Domain Controller). Is this anything to worry about The problem seems similar to another posting, but this was found to be caused by an incorrect value for 'FromAddress' in the SMTP server settings. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=103670&SiteID=1 I have got a valid FromAddress, although I'm not getting email alerts because SMTP server requires a logon username + password see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=142054&SiteID=1   Error: EventID 3, Category 289, MSSQLServe ...Show All

  • Windows Forms Displaying ppt files in fullscreen

    Hi! I'm developing a Winforms application that needs open a powerpoint presentation when a certain event occurs in the application, and start displaying the slides. When the presentation is finished I need to close the presentation. Does anyone know how I should approach this Regards, Vidar Whatever works best/easiest. My only requirements are that I can show it fullscreen and that I'm notified when the presentation is finished. ...Show All

  • Visual Studio Team System Weird Compare Issue

    When I click the "Check-In" button on a TFS SCC project in the source control explorer I get a list if .vspscc and .vssscc file conflicts that occur. When I click on resolve and then click the compare button I get a pop-up window that has the notification icon, 2 buttons but no text at all. Not even on the buttons. What is going on here I installed TFS about 4 days ago. Cheers, Mark Which compare button (there are 3) Can you post a screenshot including the resolve dialogs & the borked pop-up ...Show All

  • Visual C# How can I remove html tags ?

    Hello friends, I want to convert Html content into plain text. More specifically, I have one HTML page. I want this to be converted into text file with no html tags inside the text. e.g. if HTML Text contains <A HREF='http://microsoft.com'> Microsoft</A> then i want only http://microsoft.com Microsoft or just http://microsoft.com or just Microsoft Is there any way to do this Rgds, Kiran Suthar Take a look at this article, it uses Regex to remove the tags: Convert HTML to Plain Text. ...Show All

  • SQL Server Dynamic changes in custom assembly enabled reports

    hi friends, We have created reports using SQL Server 2005 Reporting Services. We have created the assembly and refering it in all our reports in order to make report dynamic. Now reports are working just fine on browser with the setting that we have written in the table ie in table suppose we have written Background Color as Navy Blue so in all our reports it is coming Navy Blue only. But when we make it to some other color insted of Navy Blue then that effect report is not showing and shows Navy Blue color is displayed only. So where I am going wrong Can anyone help me out sandeep ...Show All

  • Windows Forms Articles on webbrowser control

    Can anyone point to me to any articles that address issues in using application resources (HTML, XSLT) with a webbrowser control   Not looking to hit external sites with the browser, just internally generated content, and I'm trying to get a feel for the effort involved. thanks ...Show All

  • Visual Studio Express Editions Programmatically giving focus to Particular Cell in DataGridView

    How does one give focus to a particular DataGridView cell programmatically so that after some action a user can be presented with a DataGridView where a particular cell already has the focus and is already in Edit Mode allowing the user to directly edit the data in that cell (or add new data if it is any empty cell) without first having to navigate to the cell to give it focus Thanks in anticipation. If you know the cell, like having a reference to it from the variable desiredCell you can simply do the following: dataGridView1.CurrentCell = desiredCell; dataGridView1.BeginEdit(true); ...Show All

  • Visual Studio Team System Agile / XP Templates

    Does anyone know of initiatives to develop a proper agile / XP type process template for VS 2005 I can't seem to find one and the MS one isn't really XP, so any links would be appreciated. Have you checked the "SCRUM for Agile Development". Its in Beta at the moment, but we've founf it pretty stable. http://www.scrum-master.com/vsts Hope this helps. ...Show All

©2008 Software Development Network