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

Software Development Network >> Simon_-_Yang's Q&A profile

Simon_-_Yang

Member List

azjerry1
gurpreet11
Andy H.
jony_cool
NeilR
FocusedWolf
JMT23
Gwyn Cole
JSF
Eddy Fuchs
smokeb
Zinser
Barry Dyson
Jordon Kraft
dongxwu
Rajeshwari
tequila63
Gromey
Skynet_Developer
PawanSingh
Only Title

Simon_-_Yang's Q&A profile

  • Visual Studio Team System No of tests running

    Hi, I am testing one win form application. I have written unit test and I am calling this unit test in my load test to test the web services. I am running the load test with 100 users for 10 minutes. For 2 minutes only numbers of users are reached 100 and test is running for 10 minutes. But in test running counter for max column tests running showing as 20 only. Min column showing as 9. Question . My doubt is when 100 users are running 100 tests will be running ideally. But here in max column it is showing as 20 only. Why Or I am getting doubt that is the 100 tests are running or only 20 ...Show All

  • SQL Server Sql Server connection...

    I try to connect to SQL Server 2000 but it gives an error: "SQL Server does not exist or access denied." I created a user wih user id=xyzt and password=abcd in the Query analyzer.I set the authorazation to "SQL Server and Windows". but still I cannot connect....The code is belove: string conn_str="server=localhost;database=deneme1;user id=xyzt;password=abcd;trusted_connection=false;"; SqlConnection conn= new SqlConnection (conn_str); try { conn.Open(); } catch (SqlException sql_exc) { MessageBox.Show (sql_exc.Message ); return ; } MessageBox.Show("Connection ...Show All

  • Visual C++ Recommended Books

    Some people have been recently asking about books for learning C++. Here is a link to a great site that reviews C++ books. This is the list of books that they recommended for learning C++ http://www.accu.org/bookreviews/public/reviews/0hr/beginner_s_c__.htm What about C++/CLI <p> I'm interested in a printed book about C++/CLI. I know some web pages or articles about that, but none about printed books. At least for migrating from classic C++ to new syntax, or similar to "Professional C#" from Wrox. Thanks in advance. ...Show All

  • SQL Server Fuzzy Lookup

    How is it possible to get the Unmatched records on the error path of lookup so  that they may be passed to a fuzzy lookup. I'm trying to duplicate the 1st example on the Data Cleansing Webcast. All I'm getting is a null on the  title out of the lookup component. TIA, GUY Here you go.. http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20050512SQLServerDF/manifest.xml ...Show All

  • Visual Basic ODBC connection question

    Hopefully this is an easy question, but I am trying to run a query that is returning a fairly large amount of data from an AS400. I am now getting an error "Estimated query processing time 186 exceeds limit 30". It is a SELECT DISTINCT statement. When I remove the "DISTINCT", the query runs fine. Where do I need to go to set the processing time Thanks for the information. I hate to sound ignorant, but where do I find the connection objects properties ...Show All

  • Visual Studio Team System mstest with custom test type and metadata(vsmdi) file?

    I'm trying to use mstest.exe to run a test from the commandline. The test was created as a custom test type that I have created via the extensibility SDK. I've done a lot of investigation and here's the results: 1) inside VS I can run the custom test fine. 2) I can run the custom test fine using the /testcontainer: option of mstest.exe. 3) I can run a generic test using the same vsmdi file with mstest.exe. 4) trying to run the custom test type with the vsmdi fails with an "Test <foo> cannot be found" error. I ran scenarios 3 and 4 (only difference being generic test vs. my custom test) under cordbg. Here's t ...Show All

  • SQL Server HTML String Rendering in a Report

    We have a "Comment" field that is saved as a HTML string to the DB. This field needs to be pulled into a report as rendered HTML. I know this has been hashed out before, but has anybody found a good solution in the past couple of months We are thinking about storing two versions of the Comment in the DB: one with HTML, one as simple text. Has anybody found this an acceptable solution I know it flies in the face of good DB design, but it seems the quickest, easiest solution... Any word if this will be fixed in the next major release of SSRS Can we expect this release any time soon Thanks for looking, Smith ...Show All

  • SQL Server Errors in High-level Relational Engine and OLAP storage Engine

    Hi all,, Could someone help me out and explain to me why my two fact tables process successfully but the process still fails when i try to process the cube. This is the detailed error message. Ronald <Batch xmlns=" http://schemas.microsoft.com/analysisservices/2003/engine "> <Parallel> <Process xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "> <Object> <DatabaseID>FirstCube</DatabaseID> <CubeID>MSCPROJECT</CubeID> </Object> <Type>ProcessFull</Type> ...Show All

  • .NET Development Delete from FTP server

    Hi, I am trying to delete a file from a local ftp, using : FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftp://localhost/test.txt); request.Method = WebRequestMethods.Ftp.DeleteFile; FtpWebResponse response = (FtpWebResponse)request.GetResponse(); last line has an exception:{"The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."} System.Exception {System.Net.WebException} what can be wrong Regards Are you sure the file exists on the server If so are you sure that the account the FTP server is running as has permission to delete the file ...Show All

  • .NET Development X has encountered an error and needs to close...

    In .NET 2.0 it sometimes happens that users of my application receive an error just like in Microsoft programs: X has encountered an error and needs to close. We are sorry for the inconvenience. Would you like to send an report to Microsoft (! ) I don't understand... what kind of exception are that This thing didn't get caught in my general try catch handler... It seems to me that this is a joke  :( Thank you for any help! David Sounds like Error Reporting is turned on in Windows.  In this case you'll get this if an unhandled exception occurs in your app.  How did you define your general t ...Show All

  • SQL Server Complex sql (inefficient multiple column count)

    Hello, I'll simplify this to the minimum. I have a table kind of like this. CREATE TABLE prospect (     prospectID     int,     groupName    varchar(10),     statusID          varchar(2) ) There could be thousand of records with many different combinations of each groupname, or statusID. e.g. 1000,'Control','A' 1001.'Control,'B' 1002,'Base','A' 1003,'Test','B' statusID could be 'A' or 'B' or 'C'.  and groupname could be something like 'Control', 'Base', 'Test'. I am trying to make ...Show All

  • Windows Search Technologies Feature request: "To" field and word-wrap for plain text

    I'm using WDS for quite a while now, but there are two things missing. When I search for e-mails I sometimes miss the column "To", there is only the column "From". There is to my knowledge no way to add the column manually. The other thing is that e-mails in plain text (ASCII) are not shown "word wrapped". Long lines of text run off the righthandside of the screen. You'll have to scroll to read the text. Just my 2 cents... Robert In my language it's "aan:" I need to specify, "to:" doesn't work. WDS seems to know Dutch Robert ...Show All

  • .NET Development "multiple rows" If select all checked true ~ insert old data with updated dates appended to database for logging Mgr decision

    I have been twirling this one around for days ~ HELP!! I hope that this will make since. Here is the just of what I am doing in lang="VB" . Dataset select satement generates a collection of data defined by login, that inturn says you are the manager of the following users 'Code example Dim auth As String auth = (Request.ServerVariables("AUTH_USER").Split("\")(1)) 'in the select statement where manager = " & auth.ToString & " Data is displayed with check boxs to select if the data displayed for the manager is correct Note: Check boxes are databinded to a selected field ~ 1 is che ...Show All

  • Smart Device Development How to soft reset device from eVC++ MFC application

    Hi all.. I have an eVC++ MFC application(.exe) targeted for a winCE 5.0 x86 device In want to make my application soft reset my device on the click of a ok button. Can somebody tell me wht code i have to add in the OnOK() part of my app. Maybe these will help. Found them here What is the proper way to perform a device reset The method you use depends on whether you are running on a Windows Mobile 5.0–based device or a device running a previous version of Windows Mobile software. Windows Mobile 5.0 has standardized the API. Regardless of which device you are running on, never use KernelIoControl and IOCTL_H ...Show All

  • Visual Studio Team System Builds and Report generation not in synch!

    Hi, I have observed that the report generation is not in synch with my builds. Build the project. Now go to project report site " http://server/reports ". See the build section. The latest build is not listed over here. It will take around 15 min or more to populate it. Is there some change in settings I need to do Also, how can I change the build order in report (Presently I see latest build on last page). Thanks Nike The reports are all generated by running queries against our data warehouse. The warehouse isn't instantly updated - we run adaptors to pump the data from our operational store into the warehouse at an approp ...Show All

©2008 Software Development Network