complete_blue's Q&A profile
SQL Server Is SQL Server 2005 still using Named Pipes ?
I keep getting errors. It all started when I enabled named pipes on my SQL Server 2005 server. Ever since then I've had connection problems up the butt. Most recently I got this error so does this mean that SQL Server is still trying to use named pipes even if I only have TCP/IP enabled in SQL Server Configuration Manager Error: TITLE: Connect to Server ------------------------------ Cannot connect to BG-SQL2005. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fa ...Show All
Windows Forms list boxes more HELP needed.
I need a way of making list boxes center the values displayed within the list. I also need to find a way of making them unselectable without setting enabled to false or SelectionMode to None because the form won't load the way I tryed doing it if you know of another way please help me. Okay, the more that I participate  ...Show All
Visual Studio Tools for Office How to use CDO object with C#
How to use CDO with C# to access calender data from the MS Exchange server. if possible provide example.. Hello all; Ok, here is the story... CDO 1.2.1 is not supported or advised to be used under any .NET thread. Same goes for anything MAPI. Watch-out for third-party APIs which do this under the covers - they are not supported. CDOEX should work fine - set a reference to generate an interop from Visual Studio. Note that you want to set the reference to CDOEX with no references to ADO already set - if you have done this, close the project after removing the references and kill the cdo and ado interops ...Show All
Visual Studio Multilingual tutorial
Hi, I'm trying to use the multilingual tutorial that comes with Visual Studio 2005 ( http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/html/crtsktutorialsothermultilingual.htm ) but I cannot find the "CrystalReportViewer_resource_files" folder they talk about (I have installed the tutorial sample code files). Does anybody know where I can find it Thanks. -Philippe. To localize the viewer, you have to localize the assembly you are calling it from. System.Threading.Thread.CurrentThread.CurrentCulture = (CultureInfo) Session[CULTURE_INFO]; Rep ...Show All
Visual C# SaveFile
Ok. Can anyone tell me how to save a file as a folder format Ok. Can anyone tell me how to save a file as a folder format Link ------------- You can use System.IO.Directory.CreateDirectory () http://msdn2.microsoft.com/system.io.directory.createdirectory.aspx ...Show All
Windows Forms Windows installer and self updates
How can I create a Setup project for a VB.Net 2005 Windows Forms application with self-updating capabilities. The app needs to be installed in the Program Files folder for all users. Any advice/help will be appreciated. There's nothing built in to do it. You have to do it by writing self-udating code. There's some you can use, the AppUpdater component, at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnpag2/html/UABch1.asp ...Show All
Windows Forms GUI Guidlines
what are the latest gui guid lines to use is it 3D borders or Flat Borders ...Show All
SQL Server Good SSIS Example tutorial - User Variables
Hi There I have read BOL extensively and gone to SSIS tutorial/example web links all day. Problem is the examples are way to simple. And the tutorials on BOL especially the DW warehouse example have no explanantion or step by step flow, and the others are to simple. I would REALLY appreciate it if some had a link or resource to a good complicated step by step SSIS tutorial/example. Or more specifically not a basic one, i am most interested in using variables to control flow, and the use of variables in expressions to set properties of a task. For example if i set a variable equal to a single result set in a sql task, how do i use that v ...Show All
Smart Device Development Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej I had the same problem so from a previous tip for vs.net 2005 beta 1 I added the service Virtual Machine Network Services to my network connection. I still got the same error so then I saw this tip and deleted the CoreCon directory and it worked fine. (I tried removing ...Show All
Visual Basic Reading characters from a line
I was wondering (DESPERATELY) how to read only certain characters from a line of text and how to define where the code will start reading and how far into the line the code will read. and lastly - is it possible to store these specified characters in a variable I've been messing around with "Mid()" but its not doing exactly what I need it to. THANX i think i see what youre saying, but as far as the syntax goes, i'd have NO idea where to start. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Debugging program that won't start
Whenever I try to start my program, I get a dialog box saying "The application failed to initialize properly (0xc0000022). Click on OK to terminate the application". With the debugger, it does the exact same thing, giving me no opportunity to find out what is going on; if I try to break it once the dialog box is up, I get another dialog "Unable to break execution. Please wait until the debuggee has finished loading, and try again" The only vaguely informative piece of information is a message in the debug window: "Debugger: An unhandled non-continuable exception was thrown during process load" ...Show All
Visual C# Getting a list of computers on a network
I'm writing an application that needs to get a list of computers (their names) on a network. The examples I've found all seem to query an ActiveDirectory on a server, which is not what I need. Is there a way to get a list of computers on a server-less network using the .net 2.0 classes I've done this before in VB6 using API's, so would I have to do that in C# 2005 using System.Runtime.InteropServices, or can it be done with System.DirectoryServices Thanks for any help with this. You can see a great sample to do it in: http://www.codeproject.com/csharp/comppickerlib.asp ...Show All
Windows Live Developer Forums Visual Studio Only?
Is Visual Studio .NET 2003 or above going to be a requirement for MSN Search API developers I know it's early yet, however that's the only SDK I see and there's no information indicating anything else will be available. I ask because some of us have been developing API's (Google, Yahoo!, eBay, Amazon, etc, etc) for a long time now. You're going to be missing out on an awful lot of really good developers if you're going to have the requirement that everyone drop between $550 and $1800 for a software package we don't currently have and probably will not use for anything other than creating MSN Search API applications.&nb ...Show All
SQL Server Subscription limit
Helo, what is the limit of subscriptions that we can create for a publication created in SQL Server 2005 . The subscriptions will be SQL Mobile databases running in Pocket PC and synchronizes using merge replication technique. Positive replies are highly welcomed. Thanks and regards, Shanavas For more information, please visit SQL Server 2005 Books Online topic: Features Supported by the Editions of SQL Server 2005 MSDN online version: http://msdn2.microsoft.com/en-us/library/ms143761.aspx Local version: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/81f3e917-884a-4cc8-aca2-0a5fea89f355.htm Some excerpt: 1 If an instance of WG ...Show All
SQL Server Maximum Size of OPENXML IN SP
How much data we can pass through as an XML Text into SP by the concept OPENXML http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/sql2k5xmloptions.asp "Limitations ...The size of an XML document that can be stored in varchar (max) data type is limited to 2GB. ... " HTH ...Show All
