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

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

Nflowerpower

Member List

Chris24
Frank Kerrigan
Sces
sgktest
Iceskaarj
conzero
BSautner
Umachandar Jayachandran - MS
R.T.M.
Teodora
Jason Gould
Ryan Riehle
Andreas Fabri
giginim
Srki82
szzhouke
Mark Net
Erathus
onurkocoglu
Manrey
Only Title

Nflowerpower's Q&A profile

  • Visual Studio Team System Got 32000 Error When Installing TFS App Server.

    Hi I stated installing VSTS Beta 2 on Virtual PC having Windows 2003 Enterprise Server with Service Pack 1, Sharepoint portal, IIS 6, SQL Server 2005 April 2005 CTP. Installed SQL Server 2005, VSTS Data Tier on one PC (in which http://localhost/reports and http://localhost/reportsserver sites were running for Reporting Services, All other reqired SQL Services were running on this system fine) and started installing VSTS App layer in another PC. I am recieving the following error : --------------------------- Visual Studio 2005 Team Foundation Application Tier Beta 2 Setup --------------------------- Error 32000.The Commandline '"c:\Program ...Show All

  • .NET Development ASP.NET 2 beta 2 COM Interop trouble

    Hi, I'm having trouble while deploying an ASP.NET 2.0 beta 2 application using COM Interop on a windows 2000 server machine. COM instanciation works fine but always fails when it uses another COM dll (imbricated call). Works fine on a windows 2000 pro. Any suggestion No problem at all. Since the Forums are on different hosts/servers, it's understandable :) Also, Shawn Farkas wrote a great FAQ for the forums, available at: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=81136 Thanks, Stephen http://blogs.msdn.com/stfisher ...Show All

  • Windows Forms Disabling DataGrid cell highlight

    Hi, I'm am trying to solve this problem for a month!!! I want that all the cells would'nt be highlighted at any time... I Tried this code: public class dgInherit : System.Windows.Forms.DataGrid { protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { DataGrid.HitTestInfo hitTestInfo = this .HitTest(e.X, e.Y); if ( hitTestInfo.Type == HitTestType.Cell) { return ; } if (hitTestInfo.Type == HitTestType.ColumnResize) { return ; } if (hitTestInfo.Type == HitTestType.RowResize) { return ; } base .OnMouseDown(e); } protected override void OnEnter(EventArgs e) { } } I thaught th ...Show All

  • Visual Studio Tools for Office Please help! MS word is being affected!

    I have installed an USB device driver in a workstation, a problem of using MS Word is occurred: 1. Double click on the word document (*.doc) 2. MS Word pop up 3. just the MS Word application start, the clicked word document doesn't open 4. Need to drop the *.doc to MS word applciation to open the file. Is there any solution for make the Word can open document by double click the file This case is only occur in the following platform: Windows XP profressonal + SP1 MS Office 2000 sp1, sp2 and sp3 All the other platform with any MS office version has no problem. Thank you!! Hi, You should post this to the Word newsgro ...Show All

  • .NET Development sending picture via web service

    hi, how can i send a picture (jpg) via webservice to a remote server I.E. a web server is running remotely and i need to send a picture from my computer to the remote server using a webservice. i need to write both the webservice method to accept the image and store it somewhere and a method to send it. hopefull someone can help me. regards, rnv Hi, You could send the image as a byte array. You could consider using WSE 3.0 which supports MTOM attachments automatically when you create web methods that pass around byte arrays. Daniel Roth ...Show All

  • SQL Server DATEDIFF in Report Builder

    I'm having a bit of trouble with the DATEDIFF function in my Report Model project and in Report Builder. I am trying to create a new Expression field that will work out a persons age from the current date and their Date of Birth, here is the formula that I have entered, DATEDIFF("y", NOW(), DOB) where DOB is the field that holds the persons date of birth in the database. When I enter this into the formula box and click OK i get the following error, "Operation is not valid due to the current state of the object." The detailed error text is Program Location:    at Microsoft.ReportingServices.Modeling.Expression.GetResultType() ...Show All

  • Visual C++ C1083: Cannot open include file: 'resource.h'

    Project converted from VS.NET 2k3 to VS2k5.  Receive the following error in several projects (6/21) that build fine in VS2k3.  The include file exists, is part of the project (auto generated by VS2k3).  Anyone see this   Thanks. Harrier Many of the #includes were unnecessary so I cleaned those up.  Joys of being on a large team. Did a complete CLEAN of the project and deleted all temporary and tool generated files.  Then did a Rebuild. This seemed to fix the issue. ...Show All

  • SQL Server Help! hresult DTS_E_VARIABLEALREADYONREADLIST

    We have a SSIS package that intermittently fails on the deployed server (works fine on our dev server) with the following error: "The variable "%1!s!" is already on the read list. A variable may only be added once to either the read lock list or the write lock list." This seems to happen right at the start when the variables are processed before any tasks happen. It also only fails half the time. I just don't even know where to begin. Any clues I also want to add that not only does it fail only some of the time it also fails on different variables, always on an expression and always at th ...Show All

  • Visual C++ Error while compiling.

    I got this two errors while compiling my whole project : 1.error LNK2019: unresolved external symbol _sleep referenced in function _Error 2. fatal error LNK1120: 1 unresolved externals Can some one please help, thanx Cheers, C What method(s) do you need for sys\times.h Visual C++ 2005 ships with a sys\utime.h and a sys\timeb.h. The chances are that the function(s) you need is/are in these header files. ...Show All

  • Visual C# how to request data using system.net.webrequest in LAN environment?

    i m having problems in getting data ...every time it gives an error... webexception unhandled The remote server returned an error: (502) Bad Gateway. i think that this problem is occuring because i m in LAN environment...(using proxies) so what should do i do to make it work ... below is da faulty code.. string rssurl = "http://msdn.microsof.com/rss.xml" ; System.Net. WebRequest myRequest = System.Net. WebRequest .Create(rssurl); System.Net. WebResponse myResponse = myRequest.GetResponse(); waiting for a reply... If you copy and paste that URL into IE can you reach it It may not be ...Show All

  • Visual Studio Team System TFS Version Control Error with notification

    Hi, When I ask for a notification on the project, for example about every check in, I put my smtp mail address which is myproject_myname@mydomain my username in the domain is mydomain\myname (different from the name in the smtp address). I do not get notifications, but If I check the Applcation event viewer on the tfs application tier I see this error every time I should have recieved a notification: ________________________________ Source: TFS Version Control Event ID: 6008 Type: Warnning Description contains a long text which tells: TF53010: An unexpected condition has occured ... the ...Show All

  • Windows Forms Single Instance application - First instance crashes when second instance launched

    There is one thread discussing this issue already (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=175755&SiteID=1) but it ends with an incomplete workaround and doesn't identify a cause or solution. The problem is with using the VB application SingleInstance property. On some machines for some reason this causes crashes in the existing instance when a subsequent instances are launched. See the second part of the follownig article for the SingleInstance scenario being attempted: http://msdn.microsoft.com/msdnmag/issues/05/09/NETMatters/ If anyone can shed any light on what is causing this problem it would be very much appreciated. ...Show All

  • Windows Forms Floating Form within a Form

    Hello, For the past couple of days I've been perplexed as to how to create a certain effect with Windows Forms. Basically I'm looking to create a floating form within a form, so to speak. A user interface similar to the one employed by MS Access and NetTools is what I am trying to emulate. Screenshots for NetTools can be found here: http://users.pandora.be/ahmadi/nettools.htm and everybody is familiar with Access. I appreciate any help. Thanks, James I think you're talking about MDI applications. Check this out: http://www.c-sharpcorner.com/winforms/MDIAppsGAG.asp ...Show All

  • Smart Device Development How to record utterance in PocketPC without using OpenNetCF?

    Hi all, I am writing an application on PocketPC to record utterance and save it as wav file, but the relative methods in OpenNetCF (in class Multimedia.Audio) don't gurantee the thread safety, which makes my application die all the time, so does anyone know any other libaries that provides thread safety Instance members are usually not thread safe (including framework’s classes), so you should use synchronization in your code to achieve thread safety instead of looking for thread safe classes. For example, foo() is not thread safe, so you can do s ...Show All

  • Windows Forms error when client using clickonce install

    When a client try to install an application by clickonce it receive this error:"Unable to install or Run Application. The Application Requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. Please contact your system administrator" Can I do thank's a lot! I am having the same problem. VERY FRUSTRATING! Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. This is the error my users get. However; I deploy the app on both of my home computers and do ...Show All

©2008 Software Development Network