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

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

Dhivya

Member List

LoriC
freeze
JulienH
Corby Bender
dhart.net
Software_Architect
PatrickEh
Ender Koroglu
TBone77
Peter Blanchfield
Ben Nakagawa
Zhouweidi
Kenneth Norway
oaktree444
Wildert
Randy_TS
LogixLink
Barb M
DumboDotNet
James Hague
Only Title

Dhivya's Q&A profile

  • .NET Development transactions with typed dataset

    Hi, are transactions available with typed dataset I am not sure about how to use the transactions with typed dataset. Any example or link will help a lot. Tannks, ...Show All

  • Visual C# DLL with .exe

    Is there a way to when compiling the release version all the DLL used in the solution go together with the .exe and not separated Thanks There is a way to do this, you can use the Microsoft Research tool called ILMerge . It allows you to merge multiple assemblies into one. ...Show All

  • Visual Studio Team System Event Viewer Strange Event

    Hi There! I was taking a walk through event viewer and noticed this <Information > message: Process Details: Process Name: w3wp Process Id: 1888 Thread Id: 4500 Account name: VISABEIRA\tfsservice Detailed Message: Unable to obtain registration data for application VersionControl. Exception Message: TF30055: Visual Studio could not find or read the Team Foundation Server server name in the configuration file. Contact your Team Foundation Server administrator. (type VstfNotConfiguredException) Is this an error BisDomainUrl is the right name for Beta 3 Refresh. It has been ...Show All

  • Visual Basic .Net application failed to initialize

    Hi All, I have encounter two problem 1. When i execute any Vb.net/C# application it will give the error like 'The application failed to initialize properly(0xc0000005). Click on ok to terminate the application'. (Application complization/build is fine) 2. When I open any asp.net web applications Visuval Studio closed automatically without giving any error message. I have checked IIS ( http://localhost ) it is working fine. And also I Checked my web application this is also working fine. Why asp.net application not open please help me how to resolve these problems Thanks sonj ...Show All

  • Visual Studio can't find my srcsafe.ini

    Newbie wanted to create a database here. I executed the following commands mkss d:\codes\vssdb I found no srcsafe.ini  in the \vssdb folder, so I excuted this ddconv d:\codes\vssdb Still no srcsafe.ini. Actually, the documentation says "DDnConv" but since I don't have ddnconv, I just used ddConv. Anyways, still no srcsafe. Am I in the right track here Or should I just copy the default srcsafe.ini What's wrong here Thank you for the link Kevin, made my research over here in how to create a new database a breeze. Zodan ...Show All

  • SQL Server Another SSIS Package Validation Question

    We are going to be running a package repeatedly 24/7. The same package against the same data store, filtered using a "stageFlag" so as not to read rows previously processed. We have various timing statistics and have yet to fine tune; but on the surface it appears that it takes approximately three minutes to validate and another three minutes to run. If we have no additional data on the second run it still takes three minutes to complete - to do nothing but skip rows already processed. Is it possible to set this up to run repeatedly without the validation on each iteration Any ideas as to how this would be accomplished would ...Show All

  • SQL Server Change product key of SQL Server 2005

    Is there any way to change product key after installation of SQL Server 2005 or must be SQL Server reinstalled. We have used wrong one for our customer because carelessness. Any problem if customer use product with old product key, but have a legal licence for product Hi, see if you can change that: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\ProductID HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development How to connect from visual studio desktop application to online access db

    How can i connect in visual basic form a desktop application to an access db on a ftpserver thanks You cant. Connecting to an access database requires you to have a local or UNC path to the mdb file, and full read/write permissions to the directory where the file is located. ...Show All

  • .NET Development calling a COM object from c#

    I am calling a COM object from c# using this code: string sProgID = "IData.Update"; // get the type using just the ProgID Type oType = Type.GetTypeFromProgID (sProgID); if (oType != null) { try { Object MyApp; MyApp = Activator.CreateInstance(oType); object[] args = new Object[7]; args[0] = args[1] = args[2] = args[3] = args[4] = args[5] = args[6 ] = true; oType.InvokeMember("uf_run_updates", BindingFlags.InvokeMethod, null, MyApp, args); MyApp = null; oType = null; } catch (System.Exception ex) { MessageBox.Show(ex.Message); } } My problem is this: I am calling a com object that o ...Show All

  • Visual Studio Dynamically determining link type

    I'm just getting started with what may become a fairly complex DSL.  Assume I have a bunch of elements in my domain model, with a variety of link types.  In the designer, I'd like to be able to drag a "generic" link between two shapes, then have it dynamically turn into the appropriate link type (assuming there is a valid link).  If there's no valid link type between the two shapes, there should be a visual indication during the drag.  I'm trying to avoid having ten different link types and expecting the user to find the right one. Any suggestions on how to attack this Jeromy, great qu ...Show All

  • Visual Studio suppressing parameter fields to select all fields

    when using Parameter fields, we are prompted to supply parameter values so that records can be filtered. suppose the user enters no paramter value, in that case i want to display all the records without any selection formula. how do i do this Hi, Normally you would handle this in your stored procedure in the database, so that if the parameter isNull or '' then do something, otherwise, do something else with your select statement. P ...Show All

  • SQL Server Modify existing stored procedure??

    I have a stored procedure I created in SQL Server 2000 enterprise manager which I would like to modify in SQL Server 2005 Express Management Studio.  When I right click on the stored proc and select "Modify", the code opens - however any attempt to save creates a local .SQL file.  How can I save these changes to the stored procedure on the server When you open a stored proc on SQL Server (any version), you open up a script with "ALTER PROCEDURE". If you click save, you will be saving this script to the local file system. What you want to do is execute the script against the SQL Server database to ...Show All

  • Smart Device Development Pocket PC and Merge Replication on SQL 2000

    Thanks in advance for advice. My company is trying to start developing on Pocket PC Palm Devices with Visual Studio 2003 and I am having a little trouble. I am trying to set up the merge replication on SQL 2000 and make my emulator sync and I cannot seem to get this to work properly. If anyone has any links or advice on where to go to get a better understanding of how this works i would greatly appreciate it. Thanks Again Trent Jackson Thanks for the reply Barry. I have tried going throught the DataPoints document several times and for some reason I keep getting an error on my emulator saying "Error Code: -2147012867 ...Show All

  • SQL Server select from the same table

    My table is CREATE TABLE [ARQ_Arquivos] ( [ARQ_ID] [int] IDENTITY (1, 1) NOT NULL , [ARQ_Descricao] [text] COLLATE Latin1_General_CI_AS NOT NULL , [ARQ_Link] [varchar] (255) COLLATE Latin1_General_CI_AS NOT NULL , [ARQ_DataHora] [datetime] NOT NULL , [ARQ_PastaID] [int] NULL , [ARQ_EPasta] [bit] NOT NULL , [ARQ_Criador] [int] NOT NULL , ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] GO I need to make a folder tree in a sql query from that table where ARQ_ID is the father of ARQ_PastaID and I need a result like Folder1 Folder1/subfolder1 folder1/subfolder1/subfolder2 folder 2 folder 3 folder3/subfolder3 I tried with SELECT A ...Show All

  • SQL Server Error Message when accessing Report Manager

    Whenever I try to access Report Manager, I get this message. I don't know what caused it. I recently installed Crystal Reports v11 & Oracle 10gEX evaluation apps. Could they have caused this How do I fix this Product: SQL Server Reporting Services Event ID: rsReportServerDisabled Source: Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings Version: 8.00 Message: Unable to encrypt or decrypt data managed by the Report Server instance. Please refer to the Reporting Services online help for guidance in enabling this functionality. Explanation A symmetric key is a sin ...Show All

©2008 Software Development Network