Kasinathan's Q&A profile
SQL Server SQL Server and Windows Update
I've read in various places that SQL Server 2005 will be part of the Windows Update process, available at http://update.microsoft.com/ . I have SQL Server 2005 Developer edition installed on both an XP machine, and a WS2003 machine. However, on neither of these machines can I see "SQL Server 2005" as a product on the left (under "Select by Product"). Even when there are no products to install, there should still be an e ...Show All
Smart Device Development VS2005 CR1: Failed to open vpc network driver
My emulator is working fine except it can't connect to the network. Here are the steps: 1) Try to use Pocket Internet Explorer, type my favorite web address 2) Got the following bubble message: Cannot Connect, Unable to connect: blah blah 3) Dismiss the message, go to Setting-> Connections-> Network Cards 4) It says "My Network Card connects to: Work" (Good) 5) On the emulator window -> File -> Configure -> Network -> Clic ...Show All
Visual Studio Tools for Office Combobox into perticular cell
Hi, I am using following code to bind the ListObject: DataSet dsTrims = new DataSet (); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider .ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myListObject.SetDataBinding(bindingdataSource1); Now as p ...Show All
SQL Server Drill down formating
Does anyone know what code I'd use in an expression to conditionally format based on if the drill down is expanded or collapsed Thanks. in an in-an inane Inna Ian Edit... Revert to "inan" conditionally conditional conditionals conditionality Edit... Revert to "conditionaly" Apologies in advance for responding to an old thread. This same problem had been driving me nuts. Being u ...Show All
Visual Studio Tools for Office Do I have VSTO?
Hi, This is probably a silly question, but I've searched around and haven't been able to find an answer. I have both Visual Studio 2003 standard and Visual Studio 2005 pro (on separate computers). Does that mean that I already have VSTO (I haven't been able to find any evidence of it), or is it something I need to get separately If so, how do I get it (and would there be any discounts available since I already have Visual Studio as well as O ...Show All
Windows Forms PLEASE HELP
Hi, I'm very frustrated right now.....I'm trying to use the DataView.Sort prop and it's not working or so it seems. I build a dataset, then I create a dataview (at design time) and set it's table prop to my DS and set the dataview's Sort p ...Show All
Smart Device Development All controls are grey in the toolbox
I'm trying to develop a device application for Pocket PC 2003 but I can't drag any controls onto the form. All controls are grey/disabled in the toolbox. Resetting it doesn't help. Right-clicking and choosing show all controls doesn't help either. Reset all settings doesn't help either. Please fill in some blanks so we could help you: I'm using VS 200______________ version ________ Note: can see that i ...Show All
Visual Basic How can i translate my program?
How can i translate my program to another languages I want that my program will be in English, German, French and Spanish. How do i do it I think think the common technique for this is to put strings in resource files and have a different resource files for each language. and to build for each language The resource editor is located is invoked by Project | Properties | Resources Consider a project named IO wit ...Show All
SQL Server How to use reporting services of the MSSQL2000.
Good day! I'm a newbie in using the Reporting Services in MSSQL2000. Can ant one help me how to start in this.Can Reporting services emebeded in Web application using c#. Any tutorial or links that can help me. Your help is much appriciated. God bless yes you can (",) if u want i can give an e-book about RS. just email me @tizzdale27@yahoo.com ...Show All
Windows Forms BUG: Unhandled exception in system.windows.forms.dll
I have the following code: Dim BuilderForm As frmBuilder BuilderForm = New frmBuilder(_LastChangedFile.Path) BuilderForm.Refresh() BuilderForm.ShowDialog() And get the following exception on the last line: An unhandled exception of type 'System.InvalidOperationException' occurred in system.windows.forms.dll Additional info ...Show All
Smart Device Development Device emulator VS 2005 version bug
Hi, It seems that there is a bug either in GAPI or in frame buffer implementation - description: When device emulator is in ladscape mode we call GxOpenDisplay(), this call lead to ChangeDisplaySettingsEx to rotate to portrait orietnation, then if we call GXGetProperties we see that orientation of video memory have not changed and is landscape (xpitch = 480, ypitch = -2). It means that if we run ANY gapi example or game from ...Show All
SQL Server Non-English Characters in Table/Stored Procedure Names
Could you tell me what are the limitations/concerns regarding Non-English characters being used for Table/Views/Stored Procedure Names I have been studying that very topic, my web site is built on 12 languages at present, and storing documents with UTF-8 encoding in SQL text fields works well. Its a bit tricky though with HTML tags embedded. ...Show All
Visual Studio Tools for Office HorizontalAlignment
Hello, (Disclaimer: I am new to VB .Net) I am trying to create an application that automates a spreadsheet (creates worksheets, populates and formats). I want to center the column heading text. This seems to work: xlsheet.range("1:1").HorizontalAlignment = -4108 Why does this work (using -4108) I suspect this is not the obvious way to do this. Hi, The code that you wrote works be ...Show All
Visual Studio Injecting a target before the build
Hi I'm modifing a .target file for building .Net 1.0 & .Net 1.1 within VS. As neither versions of csc support the /keycontainer command-line option, I'm trying to inject a target before the build that will check that and emmit a more meaningfull message. I've tryed both this: <PropertyGroup> <CompileDependsOn>CheckUnsupportedFeatures;$(CompileDependsOnOn)</CompileDependsOn> </PropertyGr ...Show All
SQL Server Vista and SS Management Studio Install Problems
Hi, I'm running the Vista Beta 2 (x64) and am trying to install SSMS. This is more or less a clean Vista install (had VS Web Express and SQL Server Express installed but those have been uninstalled). The SSMS install comes up ok and I can enter my name and company. It chugs along for a while and then fails. This is what is in the event log: Product: Microsoft SQL Server Management Studio Express -- The installer has encountered an unexpect ...Show All
