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

Software Development Network >> Chung Ho Lee's Q&A profile

Chung Ho Lee

Member List

Marcello Paiva
Pirks
Camms
Sweed
paschott
Carlos F
vmit
marknic
Giftednewt
amonteiro
Alex_M
adtyerheryh
O.Tacke
rwa
Rahul Ohri
mimino
KBC
Subodh Pai
fan008
Arieth
Only Title

Chung Ho Lee's Q&A profile

  • Visual Studio Tools for Office Trust Warning

    I had already posted this in my Trust Load Customization post. I've tried so many things my head is spinning. I need more help and wasn't sure exactly where to post this follow up in my original post. I'm getting a warning that says "The assembly must be granted full trust before the solution will run. For more information see Help." It seems that the trust issue relates to the spreadsheet and not to my vb.net code (I think). The application runs in debug mode from within VS. It also runs if I run the Excel file that lives in the Debug folder. Since I've barely started it, I haven't tried to make a deployable application. ...Show All

  • Visual Studio Express Editions Trouble with C++ Express Install

    I have tried multiple times to instll the MSVE C++ package with no success.Everytime I try I get a MS .Net Framework 2.o installation errror, which in turn prevents the rest of the package from installing. I have/had none of the components that were not allowed to be on before I started. I even ran the vs_uninst_betas.exe to make sure I wasn't missing anything. I just do not know what to try next to get around this issue. I am running a Athlon Processor, >1GB RAM, Win 2000 SP4. Is it possible the because I have .Net Framework 1.1 installed, that it is causing a problem I look forward to getting some help. Thanks ...Show All

  • Windows Forms How many Authenticode Certificates Will We Need?

    We want to to use ClickOnce to distribute our software on various customer's intranets. How many Authenticode certificates will we need to do that: * One for each customer's Intranet, or * Just one certificate for ALL our customers. I'm hoping it's the latter! I'm a bit confused when I go to various Authenticode supplier's sites, because some of them talk about domains and suchlike... Thanks for any advice! Hi Matthew, Once certificate should be sufficient. If you company use one certificate the publisher (on the TrustManager dialog) the end user sees will be your company name. If this is fine ...Show All

  • Visual Studio Feature/Addon to get your (C#) code sorted?

    Hello MSDN Users, when i write larger classes, for example when i add new event handlers (from winforms), properties, and functions over a period of time, its very hard and time consuming to keep the code clean and group all the member variables, constructors, methods, properties together in clear regions. Further, even if i try to keep the grouping i am missing some kind of sorting inside the regions which would be even more time consuming to apply, so i just let it unsorted... Do you know a hidden feature, or maybe an AddOn or extra tool which would sort your code, for example, put all member variables to the top, then continue w ...Show All

  • Visual Studio Team System MS Project synchronization

    1.I worked with MS Project only and I had a number of tasks in it allready. Then I installed and setup Team Foundation Server and Team Explorer. And I began integrate MS Office and TS. 2.I began adding new items to MS Project and publish them into TS 3.One day my MS Project could not connect to TS (with error TF82032) 4.I saw the same problem here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=312033&SiteID=1 And cleared fields WorkItemID and Rev in MS Project 5.Then MSProject file has connected to TS. BUT 6.When adding new task to MS Project and publishing it to TS, I got a new error TF80038(My old work items ha ...Show All

  • Visual Studio Team System Limit of Work Items accesable in Excel

    Hallo, I just tried to open all our Work Items in Excel and got an Error 1. Run Query "All Work Items" 2. 2400 Work Items Found 3. STRG-A (Mark all) 4. Mouse-Click on Excel-Icon "Open Selection in Microsoft Excel" 5. Excel opens 6. An error occurs "TF80071: Team Foundation encounterd an error while accesing the work item database. Please contact your Team Foundation Administrator." If i open the query directly from Excel it works. Is there a limit Kind regards, Matthias P.S. We are using Beta 3 Refresh. Thanks for the log file. We where ...Show All

  • Visual Studio 2008 (Pre-release) FindResource is throwing an exception

    The documentation says that FrameworkElement.FindResource will return null if the resource is not found.  But if I search for a style that doesn't exist, I am getting an exception thrown: ResourceReferenceKeyNotFoundException.  This is a huge performance drag in this particular application, where I look for a named style that is usually not present to see if the default style has been overridden. I don't see any "HasResource" or "TryFindResource" ways to look for a resource without throwing the exception. Is the thrown exception a bug, or is the documentation incorrect Thanks. - Gerald And that's ...Show All

  • Windows Forms Loading application efficiently

    Is there a better way to improve startup performance of my application I had a form wherein it had 2 comboboxes and 2 datagridviews, each and everyone bounded to their respective tables in my databse.The tables happens to be of large data so evidently it takes so much time before my applications starts up.I am using the tableadapter.fill method of loading data on form load event and its such a big drawback on my part.Thanks in advance. How big are the tables and is it really the data transfer which takes a lot of time Are you sure you don't load the table twice or more 1) Load the datatable asyncron ...Show All

  • Visual C# How to retrieve the key value of a listitem in C#?

    While adding a listitem to any listview, we can pass-on "key" value, but how to retrieve this key value back I could not find this, plz. anyone help me out. First up... you are adding a ListItem to a ListView Is this for a WinForm app or an ASP.NET one I ask because ListView's are used in WinForm apps while ListItems are used with ListBox's in ASP.NET. If you did mean ListBox and not ListView... Which key value do you mean The non visible portion of the ListItem If so, simply read the SelectedValue property of the ListBox in question. ...Show All

  • Visual Studio 2008 (Pre-release) How to apply multi Transforms to Canvas' RenderTransform property using code?

    Hi guys, I using Canvas UIelement to draw a rectangle with size (200,200). I want to move the rectangle to point (100,100), rotate with angle 45 degree and scale it with 50%. I can not apply multi transform to Canvas' RenderTransform property one time. Please help me to do it soon... Thanks, <Rectangle.RenderTransform> <TransformGroup> <TranslateTransform .../> <RotateTransform .../> <ScaleTransform .../> </TransformGroup> </Rectangle.RenderTransform> ...Show All

  • Visual Studio Tools for Office Office Web Components Cut and Paste Event

    What event is triggered when a cut and paste operation is executed in an OWC spreadsheet   I thought the EndEdit event would be triggered but that appears not to be the case.  I am trying to validate whether or not a speadsheet has been changed.  To get my spreadsheet to function properly I have to go back into my cell and hit enter to force the EndEdit event to fire. Thanks, Mike This is a non-VSTO related issue. You can, however, post this question on the MSDN office.developer.web.components newsgroup. Here is the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=mic ...Show All

  • Visual Studio Team System Deleting Team Project

    Hello, I have created a Team Project and later i deleted using TFSDeleteProject.exe . It showed "deleted successfully" from command prompt but it did not remove from the Source Control explorer. When i connect to Team Foundation server , in the project list it does not apear but in source control explorer it does. Can anyone tell me what may be the problem Thanks in advance. Do you have "Show deleted items" turned on in "Tools" -> "Options" -> "Source Control" -> "Visual Studio Team Foundation Server" If so, this is expected. There is no permanent &qu ...Show All

  • Visual Studio 2008 (Pre-release) How to pass an observablecollection to the client?

    I have an operationcontract which returns a collection say observablecollection<Product>. But when I generate the proxy on client, I get Product[] instead of observablecollection. So, is there any convient way to avoid that Please try the following svcutil /rct: System.Collections.ObjectModel.ObservableCollection YourWsdl For more information please see svcutil / Hope this helps ...Show All

  • Visual C# Conditional Compilation

    Hi! Does anybody knows if there is a way to have conditional compileation in C# 1.1 I have a class file shared (using source safe) between a vs2003 and a vs2005. So far I managed to use only .net 1.1 compatible code, but know I want to add a few lines that will apply only when the class is used by the vs2005 project. For instance: string a = "string a"; string b = "string b"; #compile the following only on VS2005 string c = "string c"; #end Hi Dimitris – Since the file is in SourceSafe, why not do a branch ...Show All

  • Windows Search Technologies WDS 2.6.5

    Congrats on the release of WDS 2.6.5. I have some questions before I start digging into it. Background - I have a product due for release this summer that uses WDS. Currently it uses the MSN Toolbar 2.05 version (beta, I think, as in it was always beta). It works pretty well and I am happy with it. - Is the new 2.6.5 and the old WDS 2.05 compatible from an API stand-point, as in, do I need to reference a new WDSQuery.dll My current WDSQuery shows file version 2.5.0.0. - If I need a new WDSQuery.dll, where do I get it from - Is there a list of breaking changes (i.e. the use of the URL field in the return results). I realize tha ...Show All

©2008 Software Development Network