Software Development Network Logo
  • SQL Server
  • Visual Basic
  • VS Team System
  • Visual FoxPro
  • Game Technologies
  • Visual Studio
  • Microsoft ISV
  • Visual C#
  • IE Development
  • Windows Vista
  • Windows Forms
  • SharePoint Products
  • Audio and Video
  • Smart Devicet
  • Visual C++

Software Development Network >> K.S.RamakrishnaPrasanna's Q&A profile

K.S.RamakrishnaPrasanna

Member List

CHKA2
here
warkaid
Abara6
doener
Bobby Ma
Gnanadurai
Ljhopkins
Steve Hanselman
mario.muja
needToLearn
Grahame Edwards
tomwilde
Sapineni
Emre Çetinkaya
MelissaA
WL_07
bergtatt
Albertods
jaegd
Only Title

K.S.RamakrishnaPrasanna's Q&A profile

  • Visual Studio VS2005 Extensions for NetFx3

    Hi Is there , I am currently running VS2005 Team Suite for developers on Vista RC2 and have installed the VS Extensions for .Net3. All good so far. Are there plans to update the extensions pack once the RTM of Vista is released main stream, will it be intergrated within VS2005 Sp1 Hi Jason, Currently, the VS 2005 extensions for .Net 3.0 (the zaml/avalon stuff) isn't slated for inclusion until the next release of VS, sometime next year. It's my understanding that the service pack for VS 2005 is mainly a roll up of hotfixes. We won't see the new designers targeting .Net 3.0 (aside from the preview stuff), until the next release of VS (code named Orcas). Sincerely, ...Show All

  • Visual C# Avery word template mailing labels...

    Hello. I need to create a mailing list for printing mailing labels to a word document using some given avery word template... The names and addresses are stored in my database, I need to fetch them and somehow produce a word doc using an avery template. 1) Getting the data from the database, no problem. 2) Getting the data into the Avery word template, problem! Any help is much appreciated! Thank you. The feature you need is called MailMerge Take a look at Word mail merge: A walk through the process or How to create a Mail Merge HTH ...Show All

  • SQL Server Use Variable as Table Name

    I am trying to write a stored procedure that accepts a table name as an argument and then displays all of the columns of the table. My code does not work and I don't know why any ideas set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo] . [selectTable] @tableName varchar ( 50 ) AS select * from @tableName ; I get this error: Msg 1087, Level 15, State 2, Procedure selectTable, Line 5 Must declare the table variable "@tableName". Please help. U need this :: (cant simply put a variable in from clause....gotta make a query string and execute it...dynamic sql) CREATE PROCEDURE [dbo] . [selectTable] ( @ ...Show All

  • SQL Server drill-through feature in a pie chart

    Hello, Assume I have a pie chart report named as Report 1 . This report breaks down a completion state column in the X table . Here is my question; I want to create another pie chart report names as Report 2 , which breaks down the message column in the X table on the basis of a given completion state . In other words, Report 2 should be on the basis of a given completion state, via drill-through from Report 1 . Thus, when I click the different slices of the pie chart of Report 1, I should get a separate pie chart report (i.e. Report 2), which breaks down the message column on the basis of a given completion state Please let me know if you have any idea Sincerely, --Amde Hi Robert, I a ...Show All

  • Visual Studio 2008 (Pre-release) MS: UIElement.IdealSize property request

    Hi Microsoft, I'd like to request that you add an IdealSize property to the UIElement class. This property would essentially return the result of a measurement of the UIElement with "new Size(double.PositiveInfinity, double.PositiveInfinity)" passed to it. Right now the issue is that when you have a UIElement with collapsed visibility or a fixed width/height (like 0), there is no way to easily determine what the UIElement would like to be. There are many cases I'm running into where I really need access to the "ideal" size for the element. Hopefully this can be added in the next version of the framework. Thanks! I think we can call ctrl. Measure( new Size ( Double .PositiveInfinity, double .PositiveIn ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 display modes

    Hello there, I'm writing a game which I hope to eventually get running on the Xbox 360. I was wondering what display modes are available on the console. Am I right in guessing that the display mode is fixed, as it would be dependent on the user's TV Thanks, Peter TVs themselves work at 320x480, but some support upto 640x480. You can of course use a higher resolution, but then you get a serious blurring issue with text and backgrounds. ...Show All

  • Visual Studio 2008 (Pre-release) Binding Control to the Data Base

    Hi Guys, I have a problem of the controls' binding to the SQL Data Base. One way it works very well( From Data Base to Control). There is only one boolean field "OCP" in data base table "Contact". While I assign datacontext of the stackpanel to the table name, it updates all the controls from Data Base via Binding. <StackPanel Name="MyStackPanel"> <CheckBox Name="MyCheckBox" IsChecked="{Binding Path=OCP}"/> </StackPanel> private void LoadDB() { DataTable dataTable = new DataTable(); SqlDataReader rdr = m_Command.ExecuteReader(); dataTable.BeginLoadData(); dataTable.Load(rdr, LoadOption.Upsert); dataTable.EndLoadData(); MyStackPanel.DataContext = da ...Show All

  • Visual FoxPro move question

    Hi again, I want to know if there is a function or command to move a file in visual fox pro 7. For example, if i want to move 'c:\users\pru.dbf' to c:\myapplicaction\pru.dbf. Thanks, As has already been posted, there is nothing native to VFP to get a move done in one fell swoop. But, there always is the use of the Windows API to do a move, if you must go in that direction. MoveFile http://www.news2news.com/vfp/ group=27&function=20 The MoveFile function moves an existing file or a directory, including its children. ...Show All

  • SQL Server SSAS minidumps after installing SP2

    We've had SP2 for about a week now, and we notice that it hangs itself every couple of days. Here is an example the content of the *.mft file. How can we investigate this kind of problems SSAS 2005 SP2 x64, on Windows 2003 Version=131072 General_AppName=msmdsrv.exe UI LCID=1033 EventType=SQL90Exception64 P1=msmdsrv.exe P2=9.0.3042.0 P3=0000000045CD8110 P4=msmdsrv.exe P5=9.0.3042.0 P6=0000000045CD8110 P7=0 P8=00000000005488CC P9=0000000000000000 FilesToKeep=D:\MSSQL.2\OLAP\Log\SQLDmpr0073.mft|D:\MSSQL.2\OLAP\Log\SQLDmpr0101.mdmp ReportingFlags=370 UIFlags=1 LoggingFlags=4 EventLogSource=SQLDUMPER We also get following errors in the Event Log, could they be due to the SSAS service hanging, and msmdpump.dll failing to connect to the ...Show All

  • Visual Studio June '06 Smart Client factory guidance throwing exception

    Hi, I recently downloaded and installed the June '06 SCSF. While installation seems to be fine, when I try to use the guidance package, it throws the following exception: Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe AddAsyncWebServiceProxy. Error was: An error happened while calling the value provider or evaluating the default value of argument CommonProject.. You can remove the reference to this recipe through the Guidance Package Manager. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Practices.GuidanceAutomation.SmartClient.ValueProviders.GetProjectFromGuidProvider.OnBeginRecipe ...Show All

  • SQL Server Another Major Flaw with Reporting Services!

    Where is the text (.txt) export functionality I don't see any ascii text export mechanism without the .csv extension. Where is actual .TXT file of the reports. How do I get a .txt conversion out of the reports without messing with the .csv files. I would've wanted direct .txt export from the generation mechanism. This seems extremely basic form of reporting generation. I can't believe you can't get txt report out of reporting services. Enkh. So, if you abstract yourself from the fact that a csv extension suggests comma-separated output and customize the CSV renderer in rsreportserver.config as shown here , do you think that your requrements are met <Extension Name="CSV" Typ ...Show All

  • Visual C++ VS2005 Intellisense Problem

    Almost every time i want to use intellisense, i have to wait 30 seg, or close and open VS. I tried installing SP1, recreating my MFC project, but nothing so far... intellisense worked fine in VS2003, or should i call "intellidumb", kidding :P... It only happens in MFC/C++ projects, C# didn't happen so far. I took an image to picture how it works: http://img118.imageshack.us/img118/7683/intellidumbyy2.jpg Any suggestions Tks a lot I didn't see any strange process during this... And i don't think that might be a virus, because the intellisense works, just takes too much time to. And i tried to delete NCB files, the way you said it, many times... Still the same problem.... Tks for the help ...Show All

  • Visual Studio Tools for Office I am facing the same problem

    I'm trying to create an application with an Outlook connection. I have Outlook 2003 with the latest service packs, Visual Studio 2005 and Visual Studio Tools for Office. Outlook is functioning correctly. I try and add the following COM reference: Microsoft Outlook 11.0 Object library. To do this, I select Add from the References Tab of my Project. I click on the COM tab and locate the Microsoft Outlook 11.0 Object Library and add it to my project. In looking at the references tab, it still states <the system cannot find the reference specified>. I tried browsing to the msoutl.olb manually to add it. I locate it in C:\Program Files\Microsoft Office\Office11. The file is there. I get the same results adding it that way. When I ...Show All

  • Windows Forms how to override DomainUpDown.UpButton()

    I just wanna edit codes for clock programe. I used the domainupdown control.When I click the upbutton,hours +1. when I click the downbutton,hours -1. I think I should override the method upbutton(). But I dont know how to do that Give me some suggestions.Thanks You mean creat a new class inherited from domainupdown.Then override the upbuttom or downbutton method But how to call the method of the new class in my original class inherited from Form class Thanks. ...Show All

  • .NET Development security variables

    hello, I've seen ASP.Net posts about using variables like $AppDirUrl$ for security settings. Is it possible to use variables like that for a custom security setting when you aren't using ASP I tried, but get bad XML errors when I try to import an xml file into the framework. Thanks for any help. ...Show All

©2008 Software Development Network