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

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

hyng

Member List

Tracy - MSFT
koby
Calvin Wang
ceemh3
Cordell Cahill
rradtke
ETopGun
DevCowboy
Sanjay jha
Chad Bumstead
Tyler M
Dave.NET
DavidTM
Andre's
Stargazer99
willwang
TeeBoy
BobHSC
Ciro Fonseca
Bill Lee
Only Title

hyng's Q&A profile

  • SQL Server Sql Server Merge Replication vs. Sql Server Transactional with updatable subscribtion

    Hi, Transactional replication allows updatable subscriptions where changes at the subscriber are replicated up to the publisher, this can happen via Immediate Updating subscriptions, Queue subscriptions and P2P (new in SQL 2005), all forms of Transactional replication. Any compared document between merge replication and Transactional with updatable subscribtion Thanks, Tarek Ghazali SQL Server MVP There is no doc, just what's in Books Online, which can be summarized as: Transactional replication is typical for server to server environment requiring low latency. Typically there are few su ...Show All

  • SQL Server Iterative Calculations Analysis Server 2000

    Hi all I'm looking for some help on an iterative cell calculation. I read somewhere that this can be done using a combination of the calculation pass value and calculation pass depth. I'm still having trouble though. The easiest way of explaining this is to use an example. Sales reps get incentives based on profit, however incentives affect expenses which in turn affects profits. Using a starting income statement with no incentive about I need to go through about 20 iterations to come an answer. So basically we have the following lines - (Abridged version ) Income - 10000 Other Expenses - 5000 Incentives = ( Profit * 0.025 ...Show All

  • .NET Development Going deeper.

    Hey, i was just wondering if anyone had a good link for reasearching deeper into either C++ or VB. I know the basics, and maybe a bit more but i would like to delve deeper into these languages and learn more than the common newbie stuff.    -Teenprogrammer To play with Linux kernel I recommend you this book: "Linux Kernel Development" (Robert Love) http://www.amazon.co.uk/exec/obidos/ASIN/0672327201/qid=1140516195/sr=8-2/ref=sr_8_xs_ap_i2_xgl/026-0562078-1460422 Enjoy! Salva ...Show All

  • Visual Studio Express Editions Public/Private Sub Issue

    I am sure this question has alot to do with my inexperience with VB...so its probably something simple. I have a form with some text boxes on it. I have them set to be ReadOnly by default. I want to make it so they can be enabled by opening a dialog box and typing a password. So I created a public sub( ) that basically just enables the form fields when the correct password is typed. The problem is that the statement that makes ReadOnly=False seems to be ignored. In fact, even if I try to just show the value of one the textboxes in a messageBox it comes back blank. On the other hand if I make a private sub ( ) and put it on the same ...Show All

  • Visual C++ Need a little help. Take a look please

    Hello! I'm a new to Visual Cpp, so please help me, if you can. I need to write to following sub-routine to count: x r y s =(x 1 a 1 +x 2 a 2 +x 3 a 3 ) r (y 1 a 1 +y 2 a 2 +y 3 a 3 ) s where x i ,y j =digits from another program module, S, R = should be entered by operator, a=unknown dogits. the program task is: to open brackets and make re-combine digits into next order: x r y s =(a j 1 a i 2 a k 3 ), where i,j,k=degree of the a x Thank you very much, I really need this code heh, that's right pow can help when you know all of your digits, but not in my case, I need to solve something like this: (500+300+a) ...Show All

  • Visual Studio Team System using TFS remotly

    Dear all, We want to use TFS or VSS over VPN connection to support geographically dispersed teams. I'v tested VSS 2005 with following configuration: Site A: 512Kpbs DSL Site B: 256Kpbs DSL Project Size: Around 10-15 files (total size just 500kb) but it disappointed me as its taking too much time to do checkin and checkout and even navigating the solution explorer is very slow. here r the stats Opening Project = 15 minutes File checkout of around(65kb) = 10 minutes Solution tree navigation = 1-2 minutes to navigate form 1 node to other No i wana try TFS, so plz tell me wat minimum bandwidth is required to run TFS remotly. The above pr ...Show All

  • Visual Studio 2008 (Pre-release) Windows Form Hosting WPF Control Bug

    Hi, I found a bug with regards to hosting a WPF Control in a Windows Form. When you host a WPF Control on a nonmodal Windows Form dialog and then close this dialog, you receive a NullReferenceException in the Dispose method on the parent Window Form with the source of the exception coming from "WindowsFormsIntegration". I have created a simple sample project if an example is needed. Here's the stack trace: " at System.Windows.Forms.Integration.ElementHost.InputManager_PostProcessInput(Object sender, ProcessInputEventArgs e)\r\n at System.Windows.Input.InputManager.ProcessStagingArea()\r\n at System.Windows.Input.Input ...Show All

  • Visual C++ CGdiObject error C4482

    While compiling a project that 100% clean compiles under VC6, I am getting the following error: e:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(259) : error C2248: 'CObject::operator =' : cannot access private member declared in class 'CObject' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h(540) : see declaration of 'CObject::operator =' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h(510) : see declaration of 'CObject' This diagnostic occurred in the compiler generated function 'CGdiObject &CGdiObject::operator =(const CGdiObject &)' There is no reference to the line o ...Show All

  • Windows Forms search a string within a string

    Hello @all, I've a little problem to check if a string exists within a string. if I try this example it works fine: [code] Dim result As Integer dim subj as string = "My mom has a fat dog..." dim filter as string = "Peter" result = subj.IndexOf(filter)    If result > 0 Then       ' do something...    else      &nbs ...Show All

  • Visual Studio Welcome to the Report Controls Forum!

    Welcome to the forum for discussing the new ReportViewer controls and report designer in Visual Studio 2005. These controls make it easy to embed rich data reporting in your rich client and ASP.NET applications. If you are not familiar with the controls, take a look at the latest documentation update at  http://whidbey.msdn.microsoft.com/library/ url=/library/en-us/rs_vsrpts/html/0334cfba-2cb7-4d8b-8927-e08b888450cd.asp frame=true . Brian Welcker Group Program Manager Microsot Reporting Services Thanks Brian but where can i find the reference documentation. The docs you posted say to do a search on Microsoft.Reporting.Win ...Show All

  • SQL Server Errors reported by uninstall tool for SQL Server 2005 (Tools) Express Edition CTP

    Over time I've updated VSTS through a couple of versions and finally want to uninstall the RC1 to install VS 2005 Pro (RTM).  Ran the uninstall tool a few times (reboot included), but I keep getting a failure only on two items-- any ideas Microsoft SQL Server 2005 Express Edition CTP The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is :Failed to read property "InstallIds" {"MachineConfiguration", "", "MANPC004513"} from cache  Unable to write property into cache: IsClustered   Unable to write property into cache: "IsClustered"    XmlRW Error: Failure ...Show All

  • Visual C++ Stack overflow uncaught by stdlib's debug code.

    Hi there. Please excuse my relative lameness or unawareness, but here it goes (I know it's wrong): Visual C++ 2005 Professional, Win32 Console Application ran in Debug mode, with all flags set to defaults, except for warnings, which are set to /w4. Launched from devenv with ctrl-f5 (menu - Debug -> Start Without Debugging) #include <iostream> using namespace std; int InfiniteRecursion( int i) {     return InfiniteRecursion(i + 1); } int main() {     cout << "before attack...\n";     cout  << InfiniteRecursion(0) << endl;     cout << ...Show All

  • Visual Studio Team System Error installing December CTP in WORKGROUP - TFServerStatusValidator.exe returns 2336

    Installing the December CTP on a clean machine in WORKGROUP mode the installation fails. The failing portion of the install log is as follows: TFServerStatusValidator - Team Foundation Server Status Validator tool Copyright (C), Microsoft Corporation, 2005. All rights reserved. The request failed with HTTP status 401: TF53011: TFSDEMO\Administrator is not a licensed user.. Unauthorized ErrorServerStatusHTTPUnauthorized 02/06/06 10:01:11 DDSet_Status: Process returned 2336 02/06/06 10:01:11 DDSet_Error: The Commandline '"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\TFServerStatusValidator.exe" ...' returned non-zero value: 2336. MSI (s) ...Show All

  • Visual Studio VSS2005 Internet - Ther was a failure uploading the URL

    I've searched and read several threads on this and have checked all my permissions on both the upload directory, the virtual directory and the settings in the .ini file and all appear correct but I'm still getting the error - There was a failure uploading the URL http:// serveraddress /SourceSafe/VSSUpload_db1/ Guid1 / {Guid2 }. Do you want to retry the operation Yes No What's odd is that if I check the physical directory on the VSS server, there are several files in the GUID directory, including the file it's having trouble with. I tried removing the project from source control and adding it as a new project and watched to ...Show All

  • Visual J# J# is causing problems for me like usual.

    I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major project and there always seems to be something wrong. Hi, How did u back up ur files. Did you save all the project contents manually or through Visual studio to your USB drive Is the Visual st ...Show All

©2008 Software Development Network