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

Software Development Network >> Earl Hood's Q&A profile

Earl Hood

Member List

Raguvind
George1905
Mavericko
Olavo
biscuitlad
Peter McEvoy
Thierry Bouquain
RemcoJVG
mwindham
frieste
RichardCasey
PublicError
bagjuice
Namza
XNA Rockstar
ede1
fripper
Astericks
sunil_sg
dhanezep
Only Title

Earl Hood's Q&A profile

  • Visual Studio Tools for Office Shared Add-in crash outlook

    Hi, I'm building an outlook add-in as shared add-in with vb.net and vsto. The problem is that in unexpected time(eg: while i'm debuging the project) outlook crashes without any messages(not even in event viewer) and does not start again. The 1st time i had to repair .Net framework, this time i can't figure out what is wrong. The only message that i can see(event viewer->ms office sessions) is: Warning:Microsoft Office 12 Sessions ID: 7003 Description: ID: 6, Application Name: Microsoft Office Outlook, Application Version: 12.0.4518.1014, Microsoft Office Version: 12.0.4518.1014. This session was terminated unexpectedly. The outlook version is 2007 with BCM and my add-in is a Shared Add-in, not an Outlook Add-in. My cod ...Show All

  • Visual Studio Tools for Office Microsoft Office Outlook 2003 SP1 or newer is not installed on this computer.

    I receive this, or a similar error, when attempting to create any of the office template projects. Full error: Microsoft Office Outlook 2003 SP1 or newer is not installed on this computer. You must install a version of Microsoft Office Outlook 2003 that supports Microsoft Visual Studio 2005 Tools for the Microsoft Office System projects. Installed: Windows Vista, VS2005 TE SD, Office Enterprise 2007, VSTO 2005 SE Thanks, Hi Alan Can you be more specific about which template object you're trying to use It's not clear from your installation listing whether you've installed VSTO 2005 as part of VS2005 TE. If you have, and are trying to use one of these projects, that would explain the error message. These projects o ...Show All

  • Visual Studio 2008 (Pre-release) Xceed release free WPF datagrid

    For those that are interested in seeing the first publically available datagrid product in WPF then check out Xceed's website ( www.xceed.com ). I am not affliated with Xceed at all, by the way!!! They have a xbap demo and you can download the product after registering. No source code but did not see any obfuscation in Reflector. PS Just a quick update, the second and third updates to the Xceed DataGrid for WPF are on their way in the coming weeks (one is a second minor update, and then another with new features such as fixed columns and enhanced performance). And, if you didn't already know, Xceed has offered to the community a new web site, called WPFwiki.com, the largest FAQ database for WPF ...Show All

  • Visual C++ How can I use the function PifMgr_SetProperties

    How can I use the function PifMgr_SetProperties Can any one give me a example thanks. Duplicate entry. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=728955&SiteID=1 ...Show All

  • SQL Server data retrival time

    How can i speed up the return time from search between 2 different server I am currently using SQL 2000 and SQL 2005 With the same query, the searching time is much faster to select between database within the same server instead of two different one. Is there something that i can do in the server configuration to speed up the searching time Thanks in advance Could you be more specific The query in question, the execution plans and the table metadata, including the indexes plus some basic data on the rough row counts/value distributions would be very helpful too. ...Show All

  • Visual Studio Tools for Office I need help!

    I would really appreciate it if someone could help me out on this I'm having problems with the security permissions of the word document customization assemblies. Even after giving permissions to the assembly from the .Net framework configuration, it's still telling me that the customization assembly does not have the required permissions to execute. I've been facing this issue for a long time.. plz if anyone has the solution to my problem, i'd really appreciate your feedback thanks Maha Thanks for your reply I finally got my problem solved! the problem was that i used to add full trust to the assembly from local_intranet zone. when i tried doing so from My_computer zone, it worked fine! ...Show All

  • Visual Studio Express Editions wide characters in program

    #include "stdafx.h" #include <iostream> #include <string> int main() { std::cout << "Please enter your first name: "; std::string name; std::cin >> name; std::cout << "Hello, " << name << "!" << std::endl; return 0; } wchar_t where do i put this in for wide characters like japanese thanx orcmid wrote: L "Japanese: \x65e5\x672c\x8a9e " L "Japanese: \x65e5\x672c\x8a9e 登 及川 談" There is a glitch in the MSDN Forum's handling of Unicode characters when a posting is corrected by editing. The editor doesn't preserve the Unicode, and there's no way to correct it ...Show All

  • Visual Studio 2008 (Pre-release) Cant use DLinq Member Methods

    I cant seem to use the new DLinq methods such as ToQueryable() and ToBindingList()... or at least they are not working with Intellisense... am i missing some step in the installation Are the standard query operators working for you If so, I would suspect your installation is set up ok. There are some issues with intellisense and the support is not complete yet (better in VB than C# at this point, but YMMV). It should be better in the final release. It might be helpful if you could share some code so that we can help better. Jim Wooley http://devauthority.com/blogs/jwooley ...Show All

  • SQL Server Excel extraction issue

    I have a spreadsheet that's designed to look like a form. Does anyone know how I would create a SSIS package to extract specific cell values TIA Have you tried using the Excel Source Adapter ( http://msdn2.microsoft.com/en-us/library/ms181175.aspx ) Thanks Anjan. ...Show All

  • Windows Forms DataGridViewComboBoxColumn Selection

    Hi, If I got a datagridview like this: Column 1 Column 2 This column is DataGridViewComboBoxColumn This column is DataGridViewTextBoxColumn The column 1 has the primary key. How can I get corresponding data of the primary key in the column 2 Example: Database table: Id Name 51 Alexis Mendez 12 Viviana Melendez If I select the number 51 in the column 1 in the datagridview the column 2 get the name Alexis Mendez. How can I do that Hi,   I have done this, but the datagridview get the values when the combobox column los ...Show All

  • SQL Server Format coulmn with dates

    Hello All, I've been struggling with this for a few weeks now. I have this table with the following information: 08/10/2006 10:31:13 AM 08/14/2006 1:32:10 PM 38895.396528 38916.584873 38917.5639 38922.398727 38919.482083 9/20/2006 12:01:19 PM 09/08/2006 1:32:02 PM 38894.73316 38918.543229 38926.564954 08/10/2006 12:31:25 PM 08/10/2006 12:31:25 PM 08/09/2006 1:03:25 PM What I'm trying to do is get these dates w/timestamps (38926.564954) into this format 08/09/2006 1:03:25 PM . Please help!!!!! Thanks. Thanks Kenneth. Yes, this is what I'm trying to do, but when I try to format the entire column I receive the following error: Msg 241, Level 16, State 1, Line 1 Conversion failed when converting datetime from character s ...Show All

  • .NET Development Visual C++ .NET Oracle connection error

    I am trying to connect to an Oracle 9.2.0.7 database (with the name geobridge) using the driver "Oracle in OraClient". I am using the OracleConnection class and have tried various connection strings with no luck. The most frequent error message I get with these variations is "Data Source name not found and no default driver specified". My connection strings have been along the lines of: Data Source=geobridge;User Id=xxx;Password=yyy;Integrated Security=no or DSN=geobridge;User ID =xxx;Password=yyy and I am hard-coding in the User Id and Password. Can anyone tell me what I am doing wrong Thanks, S Check out this website ... ...Show All

  • Visual C++ OracleConnection Not Found

    I am new to Visual C++ and .NET. I am trying to connect to an Oracle DB. When I try to compile the code, OracleCOnnection can not be found. I have included System::Data:OracleClient in the namespace. Is there something I need to set in the project SvenC, Thanks... you hit it right on the head. I needed to change my syntax and include the using statement in the file with my functions. I had it in the top level file, but the file with the function is being compiled separately. Thanks for the help. Carol K ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Functionality of XNA

    I'm a little unclear as to the usefulness of XNA.  Is it true you can use it for the Xbox Live Arcade   Or is it part of some kind of obscure new $100 admission club where it's put up for open download   Can you charge   Can anyone download it   Can you say who can, and who can't download it   Many of your questions are addressed on our FAQ located here: http://msdn.microsoft.com/directx/xna/faq/ Thanks! ...Show All

  • SQL Server SQL Server DB to Access DB

    Is there any way to transform a sql server DB to and MS Access DB without doing it manually I'm doing .Net program for personal use but someone wants a copy. I dont want them to have to install SQL server to run the program. Since most windows programs have MS Access, I think it would be more portable to do a MS Access DB. Any suggestions what you can do is to create a dts that do this transfer and then ask your programers to call a PROC that will call a job that will execute dtsrun. ...Show All

©2008 Software Development Network