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

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

reubstr

Member List

Rasped
thukralz
Larry Hunt
Boris Jabes MSFT
AndrewWheeler
Bernie Yung
Peter Stuer
AlanH-SA
evalese
jyothsna
Son MiB
santhoshbharadwaj
Louis Davidson
Scott518
Brian Speck
Andrei Belogortseff
Netix Liu
remisp
andryuha
StevenBr
Only Title

reubstr's Q&A profile

  • Windows Forms Threading in Windows Service

    Hi, I am creating a windows service that I need to read configuration information into from an XML file.  When I try to do so in the OnStart event handler, windows cannot start the service presumably because the handler is not returning within& ...Show All

  • SQL Server How to recover Database from .MDF

    Hi there,   I lost my .LDF file. Is there a possibility to recover Database from the MDF file with all data and Stored procedures Im using SQL Server 2000.   Please help....and sry if this is the wrong Forum for it...   Thx T. Gnewuch   Can you explain what you mean by losing the .ldf file Do you have your databases backed up regularly. If so, you can recover your ...Show All

  • Visual Basic Why is FileLogTraceListener under Microsoft.VisualBasic namespace?

    Hi! Microsoft.VisualBasic.Logging.FileLogTraceListener provides great functionality to write stuff in log files. It supports date specific files, file-in-use handling, size maintenance etc. Combining it with <system.diagnostics><sources> section of app.config, the administrator can add several listeners to write the entries written by the application, like Windows Event Log, XML files etc. Does anybody know why it is under the Micro ...Show All

  • Windows Forms ListView and c#

    In ListView the view property i have given is list and so the items are displayed in listbox.When i scroll back and forth the list view scroll bars the listview gets hanged. Why what may be the reason ...Show All

  • Visual C++ Making a simple template and getting link errors

    I took a class in c++ recently and one of the assignments was to make a priority queue template. I'm getting error LNK2019 unresolved external symbol "public: __thiscall PriorityQueue etc. I've got this as the declaration: template class PriorityQueue { private: std::vector queue; public: PriorityQueue(); virtual ~PriorityQueue(); .... Then I've got this in the .cpp file: #include "PriorityQueue.h" using namespace std; template PriorityQueue : ...Show All

  • .NET Development n a stored procedure return multiple tables

    Can a stored procedure return multiple tables i.e two select statements in one procedure. how can u put those tables into dataset at a time . To fill multiple tables, you should create a Stored procedure containing a SELECT statement for each table in your dataset. A JOIN is not appropriate as this will return one result set. Each result set must be mapped to a table in your dataset when using a DataAdapter. However, in ADO.Net 2.0 thi ...Show All

  • SQL Server About Login Account

    Hi everyone, I have a simple question for you which is too important for me. My question is about logins in my own(local) server. I know that my local server(my computer's server) has to default login account which are called sa and BUILTIN/ADMINISTRATOR. While I am using my own server, I do not know which default login account is used by my Server since I use windows authentication while connecting to the Server. Another question is that while ...Show All

  • .NET Development .Net 2.0 send email with multiple “To” recipients

    Hi, I know how to send emails in .Net 2.0, but I can not send one with multiple email recipients in the “to” field. If possible I would like to specify display names for all recipients in the “to” field but this is not required. I had the same problem, rather than change all of my code, I changed my main mail routine as follows. This works for me, let me know if you have any questions. Publ ...Show All

  • Visual Studio Express Editions System.IO.IOException: Cannot create a stable subkey under a volatile parent key.

    getting ... anyone else getting this and know how to resolve it System.IO.IOException: Cannot create a stable subkey under a volatile parent key. when trying to start the SQL Server Management Studio Express CTP, i can click continue and it works, but the error is annoying. here is the entire trace: System.IO.IOException: Cannot create a stable subkey under a volatile parent key.    at Microsoft.Win32.RegistryKey.Win32Error(Int32 er ...Show All

  • SQL Server MsDtsSrvr.ini.xml file configration

    Hi All, How to configure MsDtsSrvr.ini.xml file in a active\active cluster. Regards, Balaji Thiruvenkataraju ...Show All

  • Windows Forms Child from exe?

    Sorry if the subject cause misunderstand, I really don't know how to call. I have to build a project that have a main MDI form, the menu (dynamically load base on user authorization). When  user select item on menu, I execute the .exe file ...Show All

  • Visual Studio Team System REQUIREMENT FIELDS IN MSF FOR CMMI

    What's the field should I to use for to inform supplier requirement in MSF For CMMI Thank you You may need to customize the template to meet your requirements. The CMMI template is really intended to be customized and for a CMMI Level 3 appraisal you really need to be doing that - customizing the process for each project. In MSF for CMMI Process Improvement we did not attempt to solve the Supplier Management process ...Show All

  • Smart Device Development Allow "." in textbox

    I have the following, which works great - to disable anythign non-numeric into a textbox, but how do I allow "." as well // Disable char keystroke entry into grid edit textbox private void HandleKeyPress( object sender, System.Windows.Forms. KeyPressEventArgs e) { //ignore if not digit or control key if (! char .IsDigit(e.KeyChar) && ! char .IsControl(e.KeyChar)) e.Handled = true ; //i ...Show All

  • SQL Server Using SMO to backup / restore a SqlExpress database

    Hi all, I have seen several threads on using SMOto backup & restore sqlexpress databases but am having trouble getting my code working. Does anyone have a snippet available Current problem is connecting to the sqlexpress database file Thanks, Nick I am having the same problem with regards to the initial connection throwing an error.... Did you resolve this If so can you post the solution ...Show All

  • SQL Server SQL 2k5 connection to SQL 2k

    So I posted this question here... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=325966&SiteID=1 but perhaps that was the wrong forum. I have a new SQL2005 instance that is not able to connect to my old SQL2000 instance. However, I have many other instances of each and all the OTHER 2k5 instances can connect to the 2k instance above, and the 2k5 instance above is able to connect to all the OTHER 2k instances. I have been sea ...Show All

©2008 Software Development Network

powered by phorum