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

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

Prashanthganathe

Member List

trying
David 2008
RH63
Neelanjana
Txoni
oaix
tuphdc
julio666
MSDNMAN
Madhavi25577
Colbert Philippe
billdeitel
laghu
f00biebletch
Coleman Brumley
Nate Dogg28871
yonatanh
androKLez
RARiedel
mrshrinkray
Only Title

Prashanthganathe's Q&A profile

  • SQL Server SQL Server 2000 and SQL Server 2005 on the same computer

    Hello. Is it a possibility to install two different instances on the same computer, one from SQL Server 2000 and another from SQL Server 2005 I've installed first SQL Server 2000 and I didn't want to upgrade it to SQL Server 2005. I don't want to upgrade SQL Server 2000 to 2005, because I'm working at two applications who uses different instances. Is there possible to appear conflicts between SQL Server 2000 and ...Show All

  • Visual C++ replacement for /mapinofo:lines in Visual Studio 2005

    We have   a suite of Windows applications w ritten in C++ using Visual Studio 6. The executables   contain a structured exception filter which, in case of an unhandled exception, logs the state of the current thread. The logged info includes the fault address, a trace of the call stack, register contents, a stack dump, etc.  The Visual Studio 6.0 projects are set up to generate full map files which include line number i ...Show All

  • Visual Basic Just wondering is it possible to change the default title of MsgBox?

    Is there a way to change the default *ugly* title of MsgBox Please don't take it wrong. I know that I can provide the 3rd parameter - but I have to do it on every call. Any ideas   Neo wrote: I think I would like to file a product feedback. You very welcome to :) - do you need any help in doing so (use the send feedback on the community menu item in Visual Studio) ...Show All

  • Windows Forms what error in my code?

    private void MoveNode(TreeView src, TreeView dest, bool isAll) { TreeNode root = null; foreach(TreeNode n in dest.Nodes) { if(Convert.ToInt32(n.Tag) == rootNodeId) { root = n; } } if(root != null) { if(isAll) { foreach(TreeNode n in src.Nodes) { if(Convert.ToInt32(n.Tag) != rootNodeId) { root.Nodes.Add(n); src.Nodes.RemoveAt(n.Index); } } } else { src.Nodes.RemoveAt(src.SelectedNode.Index); ...Show All

  • SQL Server Restore Analysis Backup to new DAtabase Name

    I have backed up an AS database. Now I want to restore it to a new name so I have two copies to play with.  How do I do this Thanks, Chris How do you get around the problem of credentials of multiple domains. Dev machine on one domain, server on anther (via VPN at client). I know I could problably copy all the files to the server and change the configs. Anybody researched this Thanks ...Show All

  • Software Development for Windows Vista How to create .rules file

    Hi, sorry if this is covered somewhere but cannot find it. Have created a workflow using the sequential template (not XML) and have various rules embedded in the template in policyies and conditions. Is it now possible to make these external in .rules files (s). If so, how Regards R. Rules are created in a separate .rules file. If you expand the workflow node in solution explorer, you ...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 ...Show All

  • SQL Server Help in Understing Logic for Generating Row Numbers?

    Hello, I found this query below that creates a Row Number column. Can someone help me to explain what the logic behind it is Thanks for help! -------------------------------------------------------------------------------------------------------------------------------------------------- SELECT orderid , custid , orderdate , ( SELECT COUNT (*) FROM dbo . Orders AS O2 WHERE O2 . orderid <= O1 . orderid ...Show All

  • SQL Server Multiple variables on a Script transformation

    I must be doing something wrong here but I can't see what it is. Can anyone enlighten me   I have a script transformation that I want to pass two variables to through ReadOnlyVariables but for some reason the editor will only accept one.  If I try to add a second I get the message "The variable cannot be found".  The help text against ReadOnlyVariables says to enter a comma separated list which I thought would be simply "va ...Show All

  • SQL Server DTC - Transaction context in use by another session

    Hi I have a master package that executes a series of sub packages. The master package is run from a SQL Agent job. The packages are reading from and writing to two databases on the same instance of SQL Server 2005. If I set the Execute Package Tasks for the sub packages without any precedence constraints between them and set TransactionOption = Required at the master package level (and supported from there downwards) I get the following ...Show All

  • Software Development for Windows Vista Authoring Workflows at runtime

    I want to implement a designer at runtime for my clients so they can create their own Workflow. As there is no out-of-the-box control to implement this I suppose I have to work with the workflowview class explained in lab 12.  I implemented this functionality but now I'm having some problems: 1)  When I try to move activities in the workflow I get an error stating "Component Serialization Service is missing".  2)  I've tri ...Show All

  • SQL Server Reporting Services 2005 BestPractises Question

    Hi, We're starting to migrate from Crystal Enterprise to SSRS2005, and had some performance-related questions in relation to complex reports running against large tables. Scenario: . We have fairly large source tables, some greater than 5 million rows . We use fairly complex stored procs which use dynamic sql based on about 10-15 search criterias entered on web page . Currently our web middle tier calls a stored proc which inserts ...Show All

  • Windows Forms datagrid return data when "enter"

    Trying to do a search form which contains a datagrid binded to a dataset. what i am trying to do is user is able to scroll up and down in the datagrid and when user press "enter" key, column 1 data's will be returned to  ...Show All

  • Smart Device Development Is there a kind of Network card(not wireless) for pocted PC?

    For security, we can not use the PPC with wireless or bluetooth, but I need use Merge Replication through IIS. Now, we have a well LAN in our company, I hope to link PPC and LAN by the Card, and to synchronization the data from the database in Server of the LAN to sqlserver mobile edition of PPC Thank you! Hi, This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this questio ...Show All

  • Windows Forms toolStripStatusLabel.Text doesn't update?

    I am able to set the toolStripStatusLabel.Text before showing the Form, but after the Form is shown then changing the status is not possible. I do have tried Application.DoEvents() but didn't help. Am using .Net/VS2005/C#. This works: Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); gui = new GUIForm (); gui.StatusLabel = "Ready" ; Application .Run(gui); This doesn't works: A ...Show All

©2008 Software Development Network

powered by phorum