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

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

chris441962

Member List

Tommmy77
odomae
Duane Haas
Artil
Cathie 64
anukirthi
Chris Langsenkamp
Mike Chaliy
b182f117
ReneeC
hazz
satpp
chenge
Mitch5713
wakewakeup
e.henriquez
zwp
Steve Jackson
NextXtreme
Locke355
Only Title

chris441962's Q&A profile

  • .NET Development ASP.NET deployment server

    Hi , In visual studio 2005 when i execute the asp.net web application then simultaneously asp.net deployment server runs.What is the use of this server Is there no need of IIS server in 2005 because asp.net depolyment server is already is given Please do the needful. Regards, Arun ...Show All

  • Windows Forms How to read the data in textbox by using datareader

    I started to learn C# recently. I connected the SQL server through SqlClient and to read the data I am using datareader  (For read only purpose). Everything is fine until I try to see the data in the text box by using datareader How can I see the data in the text box by using datareader This is my code private void button1_Click( object sender, EventArgs e) { String lstr; SqlConnection MyConnection = new SqlConnection ( @"server=Raj\SQLEXPRESS;Initial Catalog=Explorer;Integrated Security=True" ); MyConnection.Open(); SqlCommand MyCommand=MyConnection.CreateCommand(); MyCommand.CommandText= "Select * From tblEmployee" ; SqlDataReader MyDataReader=MyCommand.ExecuteReader(); w ...Show All

  • .NET Development using query in XML file

    Hi Folks, Is it possible to use "select field from table where field = @par" in XML in order to populate my dropdown control. I have an xml file (below) i want to use select query to select test_name where Product_name = something. is it possible. < xml version="1.0" standalone="yes" > <NewDataSet> <XML_TEST_NAME> <PRODUCT_NAME>ALx</PRODUCT_NAME> <TEST_NAME>NBQ SEx</TEST_NAME> </XML_TEST_NAME> <XML_TEST_NAME> <PRODUCT_NAME>ALxxA</PRODUCT_NAME> <TEST_NAME>NBQ SExxxA</TEST_NAME> </XML_TEST_NAME> </NewDataSet> Jagjot Singh wrote: Hi Folks, Is it possible to use "select field from tab ...Show All

  • Software Development for Windows Vista Office 2003 Applications asks to Accept/Decline License-Agreement on EVERY Startup on Vista. Why ?

    Hello I have installed Office 2003 Professional (ENU) on Vista Home Basic (DEU). So far, Word Excel etc. work fine ... but they ask me on EVERY Startup of ANY of those Programs to Confirme or Decline the License-Agreement (which is shown in a Dialog Box). As I have Registered, Activated and Accepted what I was asked for - I cannot understand why the same Question about License Agreement comes again and again. Has anybody an Idea what I can do simmons Hello Damian W Thank you for showing us how to bypass Microsoft's errors and our problems. Personally I could not wait for Microsoft to solve the error ( ) - so I got Office 2007 Professional now (a lot of money - for NOTHING else but bypassing the errors of Micro ...Show All

  • Visual Studio Tools for Office Using interop to connect to an already running instance of Excel

    I have a small test application which successfully opens up an instance of excel, opens a file called "myExcelSample.xls", activates the primary worksheet, and pulls data from specific cells in the excel file. Here's my question: If a user has already opened Excel, opened a file named "myOtherExcelSample.xls" and made it the activated workbook, how can I at runtime connect to this (already opened) instance of Excel and pull data from ranges on that worksheet I have found code snippets which let me poll for the instance of Excel and get back a ProcessID from Process.GetProcessByName("Excel"). Am I heading down the wrong path If I get ProcessID, is there a proper way to create an Excel.Application o ...Show All

  • SQL Server Receiving error when trying to backup master transaction log

    Hello: in sql serve 2k5 sp1 - I have all the dbs including master's/msdb's recovery model set to full. I am running the following command to backup master --> BACKUP DATABASE Master TO DISK = N''F:\DTS\backups\Master\Current\Master_full.bak'' WITH INIT, NAME = N''Master_full'', NOSKIP, RESTART, STATS = 10, NOFORMAT' which works fine but when i run a backup command to backup and truncate the transaction log i get the following error message... BACKUP LOG Master TO DISK = N''F:\DTS\backups\Master\Current\Master_log.bak'' WITH INIT, NAME = N''Master_log'', NOSKIP, RESTART, STATS = 10, NOFORMAT' 00:00:00 Sql Severity 16 Sql Message ID 3013 Operator Emailed Operator Net sent Operator Paged Retries Attempted 0 Message ...Show All

  • Visual Studio Team System Schema Import Problem

    I do not get an error when I import a SQL2000 database into a SQL2000 database project, but the objects are missing from the Solution Explorer. I have roughly 100 stored procedures that do not show up under the Stored Procedures node in the Solution Explorer, but the really wierd thing is that they show up under the Schema View. Any ideas how to show up in the Solution Explorer PS. There are not any stored procedure script files on my hard drive except for 3 (3 out of 100) Hey there, It sounds wierd I know, but the stored procedures are no where to be found. I only see 4 stored procedure files and they correspond to the files I see in the Solution Explorer. This is happening for triggers and func ...Show All

  • Visual C# How to Retrieve dlls version?

    Hi, My app (C# 2.0) used some dlls, some locals and some in GAC. For support, I need to retrieve the dlls version (local and GAC) and the dll file version. How can I do this Sorry, duplicate thread. Solved on http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=770756&SiteID=1 ...Show All

  • .NET Development Creating a new website in Visual Studio 2005.

    When I create a new website in Visual Studio 2005, VS2005 always puts my solution file in C:\Documents and Settings\my_login_name\My Documents\Visual Studio 2005\Projects\my_project_name. Is there a way to customize this behavior and to have it ask me where I want my solution file is instead of always putting it in the default location Then the rest of my file are always put in C:\inetpub\wwwroot\my_project_name. This is again, not the location where I want to put the files. I want the solution file and the rest of the files in one location of my choice arbitrarily in my C: drive, then have a virtual directory in IIS pointing to the location. Are there any ways to change these behaviors It is irritating. ...Show All

  • Visual Basic VB6/CR 8.5 code in VB 2005

    I am upgrading a VB6 application that uses the Crystal Reports control on the forms to display reports. The report filename and various other control properties are set in code, including SelectionFormula and ConnectionString, then the report is displayed or sent directly to the printer. In the IDE (VS Pro), the code works fine as is. Because of the complexity of some of the routines, I would rather not rewrite these sections but let them continue to work as is. The problem is that the distributed version does not run; it runs only in the IDE. I have managed to get the report files to go with out the installer, but even then they won't run. Am I missing something or have I screwed something up to make this not work If it can con ...Show All

  • SQL Server Row-Level Security?

    I was wondering if anyone had links, best practices, anything... on using RLS (Row-Level Security) with SSAS. I currently use logged in user to do RLS in relational reporting. Thanks. Hi Billg, There really isn't such a thing as RLS in Analysis Services, its Dimension Security, where you limit what Dimension Members a user can see, or Cell Level Security where you limit the individual Cells someone can see. There are several books for SSAS 2005 that describ the security really well. Also search on Dynamic Security and you will get hits on how to setup security in SSAS. Here is a webcast from my friends in support, its old but still applies to 2005. http://support.microsoft.com/kb/828343 Hope this ...Show All

  • Visual Studio Team System Failed to save WI Bug in specifik transition

    Hi, I customized values for field "State" in WI Type Bug, it works but in one specific transition I try to save work item but I only get this error:" TF26201:This Work Item has unsupported fields, or user does not have permissions". I have permissions of server administrator so it's not permissions problem.I've also checked field definition and transitions, but haven't seen anything wrong. (The same transition works perfect in other work item type, so I don't have any idea what's going on here) Does anyone know what the problem is Thank you One known reason for this error is trying to set values (by using default, copy rules etc) on readonly fields l ...Show All

  • Visual C++ Check if index exists on table( MySql and vc++)

    Hi, In my application I need to write c++ code to check if an index already exists on a specific column of a table in Mysql database. If it doesn't exist I need to create a new one. I intend to add this code in the Oninit dialog method in my application. Could someone please guide me on how to write it I dont know of any pre existing function that would do that.... Hello Re: Check if index exists on table( MySql and vc++) Such questions are outside the scope of this forum - for the scope of the VC Language forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=789657&SiteID=1 For such questions on database/SQL programming please use an appropria ...Show All

  • Visual Studio Team System Team Build & WAP - Only drops DLL-files, not any of the content - bug or by design?

    I finally got my WAP to be successfully built as a Team Build (which got references to files in another Team Project, so I had to mess around in TFSBuild.proj). But in the Drop folder I only got a Folder called Release with the binaries (the DLL files). What happened to all content files Aspx, ascx, jpg, gif, folders and so on A quote by ScottGu from 17 april 2006: "Yep -- we will support team build . There is an issue with the current RC with team build not copying content files." This sounds like WAP would support Team Build in version 1.0. If not.... how should I get the content files in the drop folder Okey! I will copy the files manually. But I would like to copy files that is marked as Content under Build Action. I ...Show All

  • Visual Basic stacking dialog boxes

    My application instantiates a dialog box and shows it using the showdialog method. That dialog, in turn, may instantiate another dialog and, again, show it using the showdialog method. My problem is that when I dismiss the newly instantiated dialog with the close method, the parent dialog is also dismissed as though its close method was called. Is this anticipated behavior My application is a VSTO excel addin which may or may not be pertinent. thanx, garretth class myfirstdialog ... private sub showsecond() dim newdialog as new myseconddialog me.hide '(or me.visible=false) newdialog.showdialog me.show '(or me.visible=true) end sub end class class myseconddialog ... P ...Show All

©2008 Software Development Network