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

Software Development Network >> Steven Somer's Q&A profile

Steven Somer

Member List

stanleyqian
Othmane Rahmouni - MSFT
AnneMMA
Scott Currie MSFT
Sajid Ali
Budchee
serimc
TACOBOB
Dennis L. Hughes
Soen
Redburga
CharlesGDL
Angela Alviento
LoveMeSomeCode
clochiani
Sridevi113347
David Flood
Roar
MobileD
Norman37050
Only Title

Steven Somer's Q&A profile

  • Smart Device Development How to get emulator PPC 2003 SE work in .NET 2005 Beta 2??

    Hello... I hope someone will help me. 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. Could not connect to network. Verify network configuration" What should I do Thx to every post... :) Install the DMA patch - it solves all connectivity problems related to network configuration. You can download the patch from the MSDN Download Center: http://www.microsoft.com/downloads/details.aspx FamilyID=0E05817F-08D6-48A2-A572-CF77ED72C5BE&displaylang=en Thanks, Vla ...Show All

  • Visual Studio Team System Backing up Team System Foundation server items

    Is there any document that describe how and what are all the items that needs to be backed up for the Team System foundation server Now that TFS Beta 3 has a Go-Live license and they support migration to the RTM coming out in Q1 2006, we want to migrate the source control into this TFS Beta and start putting them into our backup process. Thanks, Krishna We have some internal documents for this (all the TFS data is in SQL Server, so it's *mostly* just backing up and restoring those databases, but there's a few caveats).  Our technical writers are working on the public documents now, and I've notified t ...Show All

  • SQL Server Performance on wan

    Hi,I have 2 server SQL 2000, 15 days ago everything worked well, but days back, the performance on WAN is poor, it takes long time in login and make querys, in the local net everything work well, my problem is only on WAN, i dont have problem with Memory and CPU, the use of CPU never exceed 25 %, although i have poor performance on WAN local its fine, my bandwith is excelent, with other services i dont have problem(Terminal Services, Ftp, etc) Some idea Thanks. Javier Muro When you connect, can you confirm your network library is TCP/IP You can query against sysprocesses to find this ...Show All

  • .NET Development request.BeginGetRequestStream with FTP in ACTIVE mode problem.

    Hi, i'm making an asynchronous upload function. When using .usepassive = true all is good, i can transfer and catch pretty much every exception thrown at it. When using .usepassive = false and the server and client are both configured properly, all is good too. The problem i have is when .usepassive = false and either the ftp or client are not configured properly to use active ftp connections. Here is the code that calls the BeginGetRequestStream request.BeginGetRequestStream(New AsyncCallback(AddressOf EndGetStreamCallback), state) waitObject.WaitOne() After BeginGetRequestStream is used and EndGetStreamCa ...Show All

  • Visual Studio Tools for Office Outlook 2003 VSTO plugin doesn't run

    I've built a custom attachment zipper upon the BusinessContactAssisstant solution. Program runs fine when starting Outlook from the debugger. I've build an installed based on existing one to install into custom folder (program files\magicZip). Application is successfully installed and folder created. When starting Outlook from outside debugger, the magicZip is not loaded, tools/options/other/advanced/com addins shows that a runtime error occured. Funny thing is that the com add-in panel in outlook displays program files\microsoft\vsto as folder. I have no clue what might be the problem- any ideas Thanks, Andi ...Show All

  • Windows Forms update TextBox bound to DataView

    Good morning, I have some TextBoxes bound to a DataView.  If the user makes any changes in the TextBoxes, I prompt to save or cancel before moving to another record.  Here is the code if the user chooses cancel: else if (this.bolChangedAcct == true) { //Drop bindings this.tabAcctMstrMaint_txtShortAccount.DataBindings.Clear(); this.tabAcctMstrMaint_txtAcctGroup.DataBindings.Clear(); this.tabAcctMstrMaint_cmbBalance.DataBindings.Cle ...Show All

  • Visual Studio VS 2005 Script Explorer

    How can I set a break point in client side javascript In VS2003, I could run the web application, then in the Debug menu choose Running Documents, and see all the script files - just open one up and set a break point. Easy Now in VS 2005, the Running Documents window is renamed Script Explorer, and I can see all scripts sent to the client, but when I try to set a break point, I get a message that says "This is not a valid location for a break point." I have enabled script debugging in Internet Explorer. This use to work well in VS 2003. Bill Thank you very much! That did the trick. Now I can set break points in my javascript code. Goo ...Show All

  • Visual Studio I'm new to Crystal Reports

    Hi everyone! I am new to this Crytal Reports thing. Will someone please inform me about Crytal Reports Is this related to some sort of database Thanks for answering, Joni http://msdn2.microsoft.com/en-us/library/ms252130.aspx ( Crystal Report ) http://msdn2.microsoft.com/en-us/library/ms225321(en-US,VS.80).aspx ( Architecute ) http://msdn2.microsoft.com/en-us/library/ms225491(en-US,VS.80).aspx ( Crystal Report Fundamentals ) http://msdn2.microsoft.com/en-us/library/ms227408.aspx ( Sample Code ) http://msdn2.microsoft.com/en-us/library/ms227116(en-US,VS.80).aspx ( Class Library ) ...Show All

  • Smart Device Development bubble notification

    hi, i am working with pocket pc 2003 right now and i use MFC to develop it. i wonder how can i handle the return value from bubble notification i got some information in http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/ppc_fications.asp  but i still can't understand how to handle the return value ( which is on part 2 of this article ). Any sample code about this thing Thank you very much. Do you know if you can POST instead of GET Where do the variables/values go in that case Thanks, Charles ...Show All

  • SQL Server list of attached databases

    How can I, programatically, get a list of attached databases I'm using VB. You can create Connection objects independently of any other previously defined object. You can execute commands or stored procedures as if they were native methods on the Connection object. To execute a command, give the command a name using the Command object Name property. Set the Command object's ActiveConnection property to the connection . Then issue a statement where the command name is used as if it were a method on the Connection object, followed by any parameters, then followed by a Recordset object if any rows are r ...Show All

  • Visual C# C# - Maximum Project Name Length

    I just installed C# Express Version 8.0.50727.42 and I have difficulty debuging applications with a project name length of 11 characters - if they are less than that I don't experience this problem: Example: I created a new windows application project named: abcdefghijk and then immediately pressed F5. The following error is in the output window: The program '[688] abcdefghijk.vshost.exe: Managed' has exited with code -1073741819 (0xc0000005). Manually, I can go into the output directory (E:\Documents and Settings\Parents\Local Settings\Application Data\Temporary Projects\abcdefghijk\bin\Debug) and execute the abcdefghijk.exe and the applic ...Show All

  • SQL Server Matrix Subtotals

    I looked at RS a couple years back, around the release of SP1.   The biggest issue I had was the lack of Aggregates of Aggregates.   This still seems to be the case in RS 2005, is that correct   So help me with a work around.   In a Matrix report how can I   Have a calculation (Aggregate) that has a scope that is for both the Row and the Column.   Example:   What is the percent of total sales and percent of total category sales                        &nbs ...Show All

  • Visual C++ How to find out the current window that is active due to your mouse click?????

    Hello, I am writing a dialog based program that will take screenshots while the dialog is minimized. The trigger to take a screen shot is through WM_HOTKEY. I like to use the correct API to take the a window that is active due to user's mouse click while the dialog of the program is minimized. Now, I am using : CWnd * pWnd = CWnd::GetActiveWindow() ; while the window I like to take screenshot is active after mouse click. But when I debug it, pWnd is empty and giving me error. Any idea Please help me. Thanks. I believe GetForegroundWindow will be a better way to do this. vcboy wrote: H ...Show All

  • Visual Basic Reading From Console.

    I need to know how to read from a console, i see its not as easy in vb.net like in c++, i am not able to get a response in this module for adding the numbers and multiplying it by two..... Console.WriteLine("Enter One Number", {0}) Console.Read() ' is that correct syntax for reading from the console Console.WriteLine("Enter Second Number", {0}) Console.Read()     Dim UserInput As String=Console.ReadLine() And optionally, something like: Dim Number As Double Double.TryParse(UserInput,Number) '//mdb   ...Show All

  • .NET Development Mapping issue with ExecuteNonQuery() method on doing a insert.

    I get the following exception upon trying an insert: System.ArgumentException was unhandled by user code Message="No mapping exists from object type System.Web.UI.WebControls.TextBox to a known managed provider native type." Source="System.Data" StackTrace: at System.Data.SqlClient.MetaType.GetMetaTypeFromValue(Type dataType, Object value, Boolean inferLen) at System.Data.SqlClient.MetaType.GetMetaTypeFromType(Type dataType) at System.Data.SqlClient.SqlParameter.GetMetaTypeOnly() at System.Data.SqlClient.SqlParameter.Validate(Int32 index) at System.Data.SqlClient.SqlCommand.BuildParamList(TdsParser pa ...Show All

©2008 Software Development Network