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

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

lxwSniper

Member List

David Noy
paulorlowski
ashishnfy
afrc2
kshay
James Curran
Renzska
Siddhartha Dutta
abi
Rob Clapham
Charles B
videsh
mak101
Gabriel Gheorghiu
Gerald.Wright
Intrepid00
abhijeet.koli
LearnerNM
Ness22
Dmitry Vasilevsky MSFT
Only Title

lxwSniper's Q&A profile

  • Visual Studio Team System Differences between FxCop GUI and VS 2005

    Hi all, is there any place where I can find what the main differences are between FxCop GUI and VS IDE (as far as code analysis goes) For instance, I see that VS doesn't show the URL for the documentation on a given rule. What else is missing Is the "suppress message" in VS relative to the "exclude" in FxCop If so, how do can I force developers to type in the reason why they're supressing a message And how can I see ...Show All

  • SQL Server Stored proc concatenation problem

    I have a stored proc that looks like this CREATE PROCEDURE InvByRange03 InvNum int = NULL, AS DECLARE @vcWhere nvarchar(1000) DECLARE @vcSelect nvarchar(1000) SELECT @vcSelect='SELECT InvNum, Company, StatementDate, TotCharged, Paid FROM Invoices WHERE' Select @vcWhere='' IF Not @InvNum IS NULL SELECT @vcWhere=@vcWhere + AND InvNum = ' + @InvNum When I compile this sp it compiles alright, but then I execute it I get an error mes ...Show All

  • Windows Forms StreamWriter bool error

    I found a way around this, but still, I don't understand the error. FileStream fs = new FileStream("words.txt", FileMode.Open, FileAccess.Write, FileShare.None); StreamWriter sw = new StreamWriter(fs, false ); //Error Above on false - Argument '2': cannot convert from 'bool' to 'System.Text.Encoding' Now, when the ( is first added, the help box appears and the list says the second is a bool, but, if you scroll thro ...Show All

  • Visual Studio Express Editions starting to play a video in fullscreen mode

    hi, this is my first post so hi to everyone, and sorry for my bad english (i'm italian ;-) ) I'm trying to write a program, using visual c++ 7.1, that lounches the media player. I'm using an IWMPPlayer object. I want that the media player starts playing my video in fullscreen mode, but it doesn't work and I can't understand why. Here is the code: HRESULT myResult; CComPtr<IWMPControls> myPlayerControls; myPlayer->get_controls(& ...Show All

  • .NET Development error using tableadapter

    was looking for a little help on this one i'm doing the tutorial for 05 http://beta.asp.net/guidedtour2/ and i'm on page 14 adding update functionality, the code provided is generating an overload error for the way in which the .Update is being used. Here is the error I'm getting. Error    1    d:\Authors\App_Code\DataAccess.vb(23): error BC30516: Overload resolution failed because no accessible 'Update' accepts th ...Show All

  • Smart Device Development Activesync service provider in C#

    Hi, I must create an activesync service provider in C# How Can I make it Where can i find documentation or example I use VS2005 professional. Chech the RAPI and the especialy the communication library . ...Show All

  • Visual Studio Team System installation of team foundation server

    team foundation server - single machine - has not been possible to make the installation because the installer says that SqlServer is not installed.  What I can review   SqlServer is running. Hello Marta Can you confirm the version of TFS you are trying to install It is required to have SQL Server 2005 Standard or Enterprise on the server. Can you stop and start the SQL Server service and try i ...Show All

  • Visual C++ Batch Build Broken

    Re Visual Studio 2005 Standard: I'm testing with a large project (240 components), and I found that parallel builds don't work from the Batch Build box, no matter what setting I use (1-32) for the number of builds. Oddly enough, parallel builds worked fine in Beta 2, and they still work if I choose to build a "solution." When I do a batch build, however, I'm back to one CL process at a time. This same project took 3 minutes to build in Beta 2. I ...Show All

  • SQL Server Stuck between "Failed to generate user instance" and "An attempt to attach...failed"

    I wrote an application using Visual Studio 2005 beta 2 which uses a SQL Express .mdf file, included in the project, for the database.  After installing Visual Studio 2005 RC and the SQL Express that comes with it (I followed all of the uninstall instructions first) I can no longer add a SQL Express database to any of my projects, nor can I open the SQL Express database in my original project.  When I try either of these tasks, I get th ...Show All

  • Visual C# Assembly File

    The following piece of code is used to target an object of class Assembly to a specific assembly. Assembly asm = Assembly.GetExecutingAssembly(); Could someone please tell me where exactly an assembly file for each visual studio .NET solution is stored. i want to specify a particular assembly so that i can use the following code to get the forms present in that solution. Basicallyi want to get the form names from within a solution file that is ...Show All

  • Visual C++ VC2005 %50 Slower then VC2003

    I just migrated a graphics application from VC2003 to VC2005.  After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations.  It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All

  • Windows Forms binding to list

    Hi every body I want to know how I can bind datarow fields to controls.I want to bind 3 row to 3 text box at same time . I mean I want to put 3 textbox on my form and each one bind to a field in a row.I tried this with Dataset and table , but all text box will bind to one row. at seccound time , I dont know how I can bind a text box to a property of an object and whene I change property,force text boxe to refresh its data ...Show All

  • SQL Server Plug-in algorithm documentation and sample code

    I've read in at least one book (and heard firsthand at the SQL Server launch event) that there's a plug-in framework for adding new algorithms to Data Mining. However, the book was apparently written against a Beta version, and the location it suggests for the plug-in sample code doesn't exist in the shipping version. I haven't been able to locate any documentation about the plug-in framework in the SQL Server Books Online, and I haven't been ab ...Show All

  • Windows Forms Facing Problem in combo box

    Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. I can't quite understand what you're trying to say. Do you simply need the count of the combobox items That's combobox. ...Show All

  • Windows Live Developer Forums I cannot se my contacts spaces through msn.

    Hello. I have a little problem. When I click on one of my contacts in msn to see their space I get to a blank page in IE. Does anyone know what the problem may be If I go to a space directly it works. This is very annoying! Is it a way to automatically open the spaces in Firefox instead Thanks for any answers... -efish <>< This is not the appropriate forum for questions about MSN Messenger ...Show All

©2008 Software Development Network

powered by phorum