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

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

scubabeme

Member List

Mahesh Chandramouli
Ralph11234
Lucas Almeida
Matthew Devine
JG67
Ubersnug
John T. Campbell
MotoMoto
seva04121973
Paul Wheeler
Paul732887
Zharadan
psique
TimBemis
vludyeidiet
Mike Harsh
Parrot88
Hidenori Yamanishi
Terp
esteth
Only Title

scubabeme's Q&A profile

  • Visual Studio COM+ error message

    hi, im a newbie and im developing a system using ASP.NET programming using visual studio and SQL Server.i was tring to write my first login page, and i connected it to the database, and ran my application.but this error came out," error while trying to run project:Unable to start debugging on the server. The COM+ registry database detected a system error ". does that mean i can't connect to my Db coz i've tested the connection thru server explorer and it was ok. help me, help me please... As what I have figured out, this problem happen after I've upgrade OS to Windows XP Service Pack 2. However ...Show All

  • Visual Studio Team System MSF for CMMI - InterationPlan.xls

    This is a great resource.  I am working with the Iteration Plan spreadsheet and have a couple of questions. 1) On the first worksheet what should be populated on the (number) column 2) On the Iteration Number worksheet shouldn't the total cost formula be D40+C33+D24 rather than D40+C33+C24   The total does not currently reflect the total cost for the FTE Quantity. Thanks Thanks for this. 1) The number is simply a place to put a name or number for the iteration e.g. 1, 2, 3, ... n, or One, Two, Three, or Jan, Feb, Mar - you get the idea. Call them Dave, Frank and Betsy if you like - as long as you c ...Show All

  • Visual Studio 2008 (Pre-release) Out of curiosity, what uses are people finding for Adorners?

    I'm asking because I feel guilty about using them to provide visual feedback usually during layout to layout animations for example. It's a shortcut that works well but I can't help feeling that it's both an abuse of the purpose and power of Adorners as well as a potential source of performance problems. For the time being I'm only using them for simple animations on non-complex UIElements such that I hide the adorned element and animate on the AdornerLayer. ...Show All

  • Windows Search Technologies Outlook 2007 Beta 2 and EntryID Futures?

    there is also a problem when you try to install the WDS with the office 2007 during the installation at the end you get a error saying Access Denied and the installation fails. is microsoft aware of this problem James Hi csdcomp, This is a known issue with the beta. The good news is that there is a workaround available. Please use the workaround only if you are comfortable modifying your registry. Paul Nystrom - MSFT WORKAROUND Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might requ ...Show All

  • Visual Studio Team System Team Explorer

    Hi, I have some problems with Team System, when I due some new team project, dosen't appear on Team Explorer but on source control appear, know the reassons thanks! Try this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=210254&SiteID=1 It looks like you have a permissions problem and may not have added the appropriate accounts to the list of WSS administrators. ...Show All

  • Visual Basic How I can know What is the user who start certain process?

    How I can know What is the user who start certain process I want to retrive the user name who started a certain process just like what appears in the windows task manager in the user name column how I can get this thank you all You need to use the wmi to get the processes and owners. There is an example on the vb-tips website . ...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

  • Visual Studio Team System Failed to load adapter

    Hi, please help me, I permanently got the following message: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 5/5/2006 6:02:40 AM Machine: TFSBETA3R Application Domain: /LM/W3SVC/3/Root/Warehouse-3-127912825425748674 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 3136 Thread Id: 392 Accou ...Show All

  • SQL Server SQL Express and windows applications

    I have a windows application that uses a small MySql as its data source. I would like to convert it to SQL Express. I would like to continue to manage the data from the windows application, but would like to make it available to the web using Visual Web Developement. I can create the new database in VWD, but how do I access the data from my application I can use either ODBC or ADO. SQL Server Express has an OLE DB/ODBC Driver, it is called SQL Native Client, you should use "SQLNCLI" in your connect strings and this should work. ...Show All

  • Visual Studio 2008 (Pre-release) Support of brokered authentication to Internet

    Hi I have several services running in internet; the applications using the services have to do a lot of calls to these services. I need authenticate or at least identify to the application doing the calls. I had thought to use a Security Token Service (STS) to avoid validate each request. What is the support of WCF to this issue I’m not thinking in WS-Federation because I have a single STS. Thanks in advance Javier What are the requirements that lead you to chose an STS rather than say just plain X509 authentication and secure conversation (for optimization) If you are looking ...Show All

  • Windows Forms What is a Dat file? In the binary writer context

    Hi I have created some code that uses the Binary Writer class. My data is stored in a Dat file.  What is a Dat file and what can we open them with   Thanks  eg  Dim fsBinary as FileStream = File.Create("C:\Test.dat") I don't think this will help, but when I seriaize objects to disk, I usually name the file with a .dat,& ...Show All

  • .NET Development FK violation on TableAdapter.Update

    I have 2 tables, namely Parent(ParentID, ParentName) and Child(ChildID, ChildName, ParentID). I created a form by dragging the datasources based on the dataset produced by this tables. The Parent table is represented by details while the Child is with DataGridView. The Child table bindingsource is bound to the relationship between the two tables so I expected that Child.ParentID would change accordingly after updating the parent table to the database. To my surprise, it didnt and throws an exception about FK violation! Here's the code for the BindingNavigator savebutton click event generated by the IDE. private void parentBindingNavigatorS ...Show All

  • Visual C++ STD::equal verification

    Hello I am using VS2005 pro. I read that the new VC++ compiler performs more checks on iterator use but I have pbs with these checks. If you try to run that code std::string parameterName = "DestinationHostName"; //std::string parameterName = "DestinationAETitle"; std::string ori = "DestinationAETitle"; if (std::equal(parameterName.begin(), parameterName.end(), ori.begin())) { std::cout << "equal" << std::endl; } else { std::cout << "not equal" << std::endl; } You will obtain an asssertion. I tried to interchange the 2 strings, ...Show All

  • SQL Server How to set up trusted connection on SSAS 2005?

    Hi, How to setup trusted connection on SSAS2005 We followed step by step, but always failed, I have pulled off all my hair for this issue. We are running AS2005 on Windows server 2003, the AS will be connected via Scorecard web service(Scorecard Manager) which is hosted on Sharepoint server. Can anybody give me some detailed instructions Thanks What are the step by step instructions you refer to Is this question about setting connection from Scorecard web service to AS2005 Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights ...Show All

  • Visual Studio Express Editions Registering Visual Basic 2005 Express

    I am trying to register Visual Basic 2005 Express. I use Lotus Notes for E-Mail. Every time i click register I get the following error: The notes.ini file can not be found on the search path. the file is in C:/Windows which is in my search path. Do i have to be using Outlook to register VB 2005 Express Do you use the Help->Register product... menu from inside VB Express You might need to use Internet Explorer to register. The FAQ describes how to set IE as default browser, paragraph 8. EDIT: The link to the FAQ http://msdn.microsoft.com/vstudio/express/registe ...Show All

©2008 Software Development Network