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

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

thomasa88

Member List

carlos2001mx
Michael Pryhodko
George Clingerman
Doddsy
Rodrigo Juarez
parkerfly
Holo
Suiram
El Gato Grande
Juan Pablo-MCAD
joejavacavalier2001
rathor
Leslie Brown
JeanKap
Cool Programmer
deodorant0208
PJFINTRAX
Benjamin Francioni
dwphilippe
lshpiz
Only Title

thomasa88's Q&A profile

  • SQL Server Help! Printing Error from client (browser)

    We have 2 servers with RS: 1.SQL RS 2000 SP3a 2.SQL RS 2005 SP1 When we try to use client side printing in SQL 2000 RS we getting error "An error occured during printing '0x8007F304' ". When we try to use client side printing (from the same client PC) in SQL 2005 RS, it print fine without any problem Thank you, Lenn Please check this posts http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=247869&SiteID=1 ...Show All

  • SQL Server Sql Server 2005 Active Directory Intergration

    In the sql server 2005 books online at here ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/bf42f306-a283-45d7-8328-ec0108811212.htm it says there is an active directory page under server properties. I'm wondering how do i get it to show I am not sure where this information is in Management Studio, however there are some stored procedures which will enable you to manage Active Directory registrations.  They are described here:   ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/75a4fbe7-0848-45dc-878a-068480a822e0.htm ...Show All

  • Visual C++ Tab in a splitter window

    Hi I am trying to create a splitter pane that has the following: Information bar (located on the left hand side) Tab (located on the top half of the window) Edit window(located on bottom half of the window) The information bar and the edit window is fine but it doesn't seem to work with the tab window. What can I do This forum is for general C++ compiler and IDE issues. For Win32 programming issues, please post your question in one of the MSDN discussion groups. In particular: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US ...Show All

  • Visual Studio Team System Need Guides through Agile Implementation

    Hi all I am new to this Group, I would like to know how to get through the AGILE implementation, I have downloaded the [MSFforAgileSwDevBetaProcessTemplate-100.1.zip], what is next ...   Waleed Seada   Hello Waleed, You need to upload this to the TFS server using the Process Template Manager. Then use the Project Creation Wizard to create a new team project based on this template. For more detailed steps check these out: http://blogs.msdn.com/team_foundation/archive/2005/03/16/396917.aspx and http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx EventID=1032271408&EventCategory=3&culture=e ...Show All

  • Windows Forms ADO.net Connection Error

        I am unable to register a SQL Server in Studio.net. I am SA on my SQL Server. However, when I attempt to register the server I get a DBNETLib (Connection Open) error.  I need this to do some ADO.net with my Windows Form.      I don't see how it can be permissions. I have Enterprise Manager installed and can h ...Show All

  • Windows Forms How do I use closed caption with the Media Player Control?

      I've been able to embed a Media Player Control in my project.  Does anyone know if this control can process the closed caption signals and how it would be done ...Show All

  • Visual Basic Video from streem of images

    Please help. How can I create video from streem of images and save it Here is an article that shows how to create and edit avi files. Sorry I only know where there is a c# version of the code. http://www.codeproject.com/cs/media/avifilewrapper.asp ...Show All

  • SQL Server Warehousing Data From Multiple Companies: What do I need to learn about?

    Hi All, I know very little about this stuff, can anyone tell me what technologies I need to read up on and issues that I may encounter I created an ASP.net/SQL Reporting Services 2005 Budgeting/Forecasting/Reporting Intranet website for a middle market non-profit client (Financials on Great Plains/SQL Server 2000). The response has been quite favorable and I’m looking to leverage it for other clients. Often my client base is not very technologically advanced, so, I hope to run the website on my server, for multiple clients, warehousing the client data every evening. Then, clients could log into my website to run their re ...Show All

  • Visual C# How many threads running from the threadpool in a point of time

    How can I know how many threads are running from the threadpool in a point of time in my app Thanks in advance Try using ThreadPool.GetAvailableThreads() and subtract it from ThreadPool.GetMaxThreads(). Am I missing something ...Show All

  • Visual Studio Problem with the VS SDK March 2006

    Hi, I have installed the VS SDK March 2006. While creating a project from the "Domain Specific Language Designer" template, the wizard crashes in the details screen. It displays a message box stating "An unexpected error has occured. Error Message: Path should refer to an .ico file". It exits the wizard without creating the project. Is there a solution for this problem Thank you in advance, Veli I think the problem is about the language settings from the Regional Settings. I have changed the language to "English" and it is fixed. Veli ...Show All

  • SQL Server ANN: Version 2.0.0.5 of Reporting Services Scripter now available

    An updated version of Reporting Services Scripter is now available (Build 2.0.0.5). This release adds a commandline version (RSScripterCmd), a new scripting mode to generate input files for RSScripterCmd and fixes an issue with some scripting options being ignored when scripting Linked Reports. Please see the readme for details on scripting from the command line http://www.sqldbatips.com/showarticle.asp ID=62 ...Show All

  • Visual Studio Docking toolwindows to user control

    Is there any way that I could dock a VS toolwindow, or code editor, etc, to a UserControl derived class in Visual studio   I want to open an HTML file in a window using EnvDTE._DTE.ItemOperations.OpenFile , but I don't want users to be able to dock it just anywhere, I want to open it up and display it within the client area of my user control.    Nick752008 wrote: I would however like the facilities the HTML editor in visual studio has, and I do not want to use cumbersome third party HTML controls to do the editing. It is not possible to host the Visual Studio HTML editor like an Act ...Show All

  • Visual Studio Team System Problems/Issues interpreting "Test Results" for WebTest

    What is the best way to see which requests actually caused a failure in a WebTest   Is there some "view" I can use to see the requests that failed As of right now, I have access to the "Test Rsults", but only tells me how many requests failed.  Other than trying to scroll down (potentially hundreds) of request in the WebTest/Requests list, how do I find out which requests have failed, and for what reason   Something like a table with the failed requests and the reason is what I am looking for. Unfortunately there is no way to look at only failed requests. Unfortunately it is too late to add this for this relea ...Show All

  • Visual Studio Team System source control- adding empty folder

    Hi Is it possible to add empty folder to source control Thank you all I wasn't able to find out how to do this. However, if you create a dummy file and put it in the directory then you can add the  folder + file in the usual way. I found it useful to create a file called 'index.txt' for each folder and add a few lines to describe its purpose. Will     ...Show All

  • SQL Server Replication -- New Subscription Wizard SQL Mobile error, please help..

    I'm following the steps of sample SQL Server Mobile Tutorials.. error on my replication subscription wizard : "Initialiazing SQL Server Reconciler has failed HRESULT 0x80045003 (29045) The initial snapshot for publication 'SQLMobile' is not yet available. Start the Snapshot Agent to generate the snapshot for this publication. If this snapshot is currently being generated, wait for the process to complete and restart the syncronization. HRESULT 0x80045003 (0)" error while waiting synchronizing Data in New Subcription Wizard!! anyone can help how to solve this problem the error says the snapshot wasn't available. Did you crea ...Show All

©2008 Software Development Network