Software Development Network Logo
  • SQL Server
  • VS Team System
  • .NET Development
  • Microsoft ISV
  • Windows Forms
  • Smart Devicet
  • Windows Vista
  • Visual Studio
  • SharePoint Products
  • Audio and Video
  • Game Technologies
  • Visual C#
  • IE Development
  • Visual FoxPro
  • Visual C++

Software Development Network >> Terence Lee's Q&A profile

Terence Lee

Member List

Ragnvald
saddy
Remus Rusanu
shaeron
Aaron Sulwer
Fernando Ronci
herocomplex
Vladimir Chtepa
jainvikr2
Gabriel Souza
Alex Bibiano
Khalnayak
Aseem Chiplonkar
Jason D. Camp
XIAIX
Chhaya
KjellSJ
rc_onecall
Mantorok
ashk1860
Only Title

Terence Lee's Q&A profile

  • Visual Studio Tools for Office Fuzzy text in a label control

    Hi, I've added some controls to the top of a sheet in an Excel file. The problem I'm having is that the text on, say a label, is blurry or fuzzy. It almost looks like when smoothing is being applied but actually makes it worse. I've tried various fonts and sizes and that doesn't matter. The rest of the text on the sheet looks fine. Has anyone seen this before, and hopefully knows what's happening I'd appreciate any help. Thanks. Hi Dennis, It happens during design time when I put a label on the sheet. If I then run it, it still looks fuzzy when running. I haven't tried just popping a label on a sheet during run time, so I don't know if that will help. For what it's worth, I abandoned this and decided to put my controls on ...Show All

  • Smart Device Development Already installed message after cf update

    Hello, Every time when I debug my solution there appears a very annoying message on my Windows CE device: Already Installed ----------------- Microsoft .NET CF 1.0 ENU-String Resource is already installed. Reinstall How can I switch that off If it's already installed I don't want to reinstall it every time... Thanks for your help! Hi, sorry for late, i haven't been here for a while... anyway, as i understand, when you debug your application to your device, it displays this message every time, right if so, then we can prevent the VS from installing .NET CF runtimes every time you debug your appliaction by doing so: - in VS Solution explorer, right click your project and se ...Show All

  • SharePoint Products and Technologies Full backup hanging on last step

    Hey guys, hopefully someone can help me. I have a full backup that runs every night. A couple nights ago, it started to hang on on backing up the Windows Sharepoint Services Search Database. It says "Preparing backup" while all the other steps says "In Process". The SQL server database, on the same server (single server deployment) taps out in the morning and the portal is unable to connect to the config database. Then I'd have to restart the server. These backups are also not restorable as they had never finished. Does anyone know what's going on here or know how to clear the unfinished backup history I've already tried deleting timer failed and stuck timer jobs. Thank you much. I have two sharepoint ...Show All

  • Visual Studio Tools for Office "The project cannot be created" error

    I’ve installed the software in the following order: MS .NET Framework Version 2.0.50727 MS Office 2003 Professional SP 2 (before I had 2002 but uninstalled it) MS VS 2005 Version 8.0.50727.42 (RTM.050727-4200) (before I had VS 2003) MS VSTO 2005 OS is Windows XP SP2. When I try to create any of the Office projects (in VS) I get the following error “The project cannot be created”. I’ve tried to reinstall all the components and run vstor.exe. But still get the same error. The interesting thing is that I can open and run a VSTO project which has been crated on another box. Yaroslav Hi Daniel, The "Disabled items..." lists in word and excel are empty. Something els ...Show All

  • Visual Studio VSS Server 6.0 & 2005 Side By Side

    Can I install VSS 2005 Server on a machine thats running the VSS 6.0 server process Will there be conflicts in the registry, databases etc There is no VSS 6.0 server. The only VSS 2005 server component is the HTTP remote access. You can install the VSS 6.0 and 2005 clients side-by-side with no conflicts. ...Show All

  • Smart Device Development Icon problem

    Hi all, I have been on this problem for ages! Im trying to create an icon yet am getting some errors. I think shows that the problem lies because I use the Compact Framework. I have read that the Compact Framework only supports the Icon constructors that accept Stream objects. Therefore, I need to create a Stream object with the file name that I wish to open and pass this to the Icon constructor instead. Can anyone guide me on how to code this As I am new to System.IO.File & FileStream classes as well as the Icon class. The code I have is shown below.. Thanks! K9. //Code Begin VectorStyle Style = new VectorStyle ( new IVertexStyle [] { new IconVertexStyle ( new Icon (SAMPLE_DATA_DIR + "..\\ ...Show All

  • Visual Studio Express Editions 'IndexOutOfRangeException was unhandled' ??

    Database1DataSet myInstance = new Database1DataSet (); object Timo = myInstance.Tables[ "Table1" ].Rows[0].ItemArray[0]; so this is my code (still :p) but it says 'IndexOutOfRangeException was unhandled' but why does it say that error its not under 0, the number is 0 so is the first row (cant be too high), and what do they mean with: 'Make sure data column names are correct' where do I need to type data column names pls help me :< thx in advance Hi, I'm guessing your table has no column, or, more likely, your data table has no rows. In you're code, you're assuming both - that your table has at least one column (that's probably true) and that it contains at least one ...Show All

  • SharePoint Products and Technologies create a new page by programming MOSS 2007

    I need to automate a process, for it I must create a new page by programming. Somebody knows where I can find information about this Thanks Andrew Connell has an example of it http://andrewconnell.com/blog/archive/2006/11/15/5168.aspx ...Show All

  • Windows Forms Getting ClickOnce to create a desktop shortcut

    msdn  states that ClickOnce supports the creation of shortcuts . I am using VS2005 Beta2. But I have not found a way to tap this feature. How do I set ClickOnce to create a shortcut on a user's desktop during installation Does anyone know http://lab.msdn.microsoft.com/productfeedback/ ...Show All

  • .NET Development "The server has rejected the client credentials" always occurs

    Hi! I'm not sure if this is a bug in .NET v2, so I'm posting here first just in case it's me I create a TcpClientChannel with the secure property set to true. In my code, I set the properties of the channel to be the user's user name, password and domain. If the user types all of the info (user name, password, domain) correctly the first time (after the app has started), all is well and there are no errors. However, if the user makes a mistake (eg. bad password), that time, and every time there is an attempt to login after that, a System.Security.Authentication.InvalidCredentialException (The server has rejected the client credentials.) is thrown. If I restart the client app (but keep the server running), and login again with the correct ...Show All

  • SQL Server need help to make a SP

    Hello everyone,i need a little bit help, here is my query that returns the record but based on Hours of each day,(e.g in todays date how many pin sales at different hours). Now i want to make a new SP for Chart, in this SP i give the Date parameter, it returns how many pins sales in different hours. Output shoule be come in this format: 26/1/2007 11:00:00.000 26/1/2007 12:00:00.000 26/1/2007 13:00:00.000 26/1/2007 14:00.0 2 10 30 0........... or 11 hours 12 hours 13 hours 14 hours 15 hours 16 hours ............. 2 10 30 0 57 0............. plz help me and check my query and format this with according to my output. Thanx in Advance. ...Show All

  • SharePoint Products and Technologies Sharepoint Designer + Expression - Frontpage = ?

    I just downloaded the Frontpage replacement which consists of two products named Microsoft Sharepoint Designer and Microsoft Expression. From what I can tell the two products are practically identical in functionality. Questions: 1. What is the difference if any 2. It looks to me like I can accomplish the same things that either of these two products are capable of using Visual Studio 2005. Am I wrong I do appreciate qualified feedback and thank you in advance.   - ppothier MBA/CIS, BS/BIS, MCSE, CNE, CCNA, A+, MCAD (in progress) P.S. Happy new year and looking to forward to a wealth of new Microsoft products to work with :). ...Show All

  • Windows Forms SetColumnValueAtRow passing currency manager, row number and button text in v1.0 not working in 2.0

    Got my original code from http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/datagridcolumnstyle2.asp public class DataGridButtonColumn : DataGridColumnStyle { private void DataGrid_MouseUp( object sender, MouseEventArgs e ) { ... // check to see if the cursor is within the bounds of the button if ( cursorRect.IntersectsWith( buttonBounds ) ) { object ds = this.DataGridTableStyle.DataGrid.DataSource; string dataMember = this.DataGridTableStyle.DataGrid.DataMember; // retrieve the currency manager object from the form's binding context CurrencyManager cm = ( CurrencyManager ) this.DataGridTableStyle.DataGrid.BindingContext[ ds, dataMembe ...Show All

  • .NET Development aspnet_wp.exe is crashing.

    Hi, I'am developping a windows forms application in VS 2005 using a web service asp.net in VB and something and sometime, not at the same place, aspnet_wp.exe is crashing. The client call a function on the server ( in the web service ) and when the process is terminated, the web service return an answer (true or false). The process take above 15 minutes to execute. Sometime it work, sometime it not work. I call the web service in ASynch mode, using handler when the process is terminated. Here is the error (client side): System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection ...Show All

  • SQL Server What happens at midnight ?

    Everyday at just gone midnight, my MSSQL server won't accept connections. About 25 minutes later, it seems to be OK. There's no third party backup software running on this machine which is MSSQL server aware. Has anyone any suggestions as to why this might be happening The client app trying to use the db reports 17/10/2006 00:02:04 Email2DBServer Cannot open database "Email2DB" requested by the login. The login failed. From OpenLocalDatabase and there's an entry in the event log Event Type: Failure Audit Event Source: MSSQL$EMAIL2DB Event Category: (4) Event ID: 18456 Date: 17/10/2006 Time: 00:02:04 User: NAVIGATOR-BATH\navigator-service Computer: NAVIGAT2A Description: Login failed for user 'NAVIGATOR-BATH\navigator ...Show All

©2008 Software Development Network