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

Software Development Network >> martin holder's Q&A profile

martin holder

Member List

Sivakumar Narayanan
Henry Gabryjelski - MSFT
JAlexandrian
timbop88
ghemant
Sun_Shine
Vela
Bone
DanielMan
water4d
Itachi
shakti pravesh
Nick Ericson - MSFT
elesser
Mark Hollman
Guy Ronen
ian_gaydos
Roman Pereyaslavsky
whenhowwho
Gimpy
Only Title

martin holder's Q&A profile

  • Architecture the best orm for .net?

    I would like to know your favorites, i am looking for a free one and with caching capabilities. well I would say to look at the following and weight their pros/cons with your requirements nhibernate gentle.net (2.0 is looking great is is completely based around concepts put forward in DDD by eric evans) wilson O/R (its not free but it has a minimal price, $50 if I remember correctly that includes source) A nice thing about this particular implementation is the sproc support. All come up within the first 5 pages on a google search, let me know if you have trouble finding any of them. Cheers, Greg ...Show All

  • Smart Device Development rtti enabled and /EHsc

    I'm trying to build an MFC application with c++ (synchronous) exceptions and rtti enabled. It is a port of an application written with evc4.0 (sp4). The problem I'm having is when linking, I get the following linker error: error LNK2001: unresolved external symbol "const type_info::`vftable'" ( _7type_info@@6B @) mfcs80ud.lib  This message repeats multiple times for all of my obj files. I know in evc4 there was a patch made available that one could link into his project to provide the linker with this information. Does anyone know how to make this work with VS2005 SmartDevices Native C++ Thanks for any insight, Dylan ...Show All

  • Visual Studio 2008 (Pre-release) Generics & WCF

    public class PersonService : IService < Person > { #region IService<Person> Members public Person GetById( int id) { Person p = new Person (); p.FirstName = "MyFirstName" ; p.LastName = "MyLastName" ; return p ; } #endregion } [ DataContract ] public class Person { string firstName; string lastName; [ DataMember ] public string FirstName { get { return firstName; } set { firstName = value ; } } [ DataMember ] public string LastName { get { return lastName; ...Show All

  • Software Development for Windows Vista disappearing tabs

    When i minimize any widow...instead of turning into a tab on the taskbar...it disappears... I can get to them via task manager or alt tab, but this is a bit ***...can anyone tell me how to get my tabs back on the bar cheers Hi - have you had any luck with this I don't want to have to re-install just for this one dumb little problem- do you know of a fix yet Regards Mike ...Show All

  • SQL Server Why does "Add Existing Package" make a copy of the dtsx?

    How do we sync up dtsx files with Visual Source Safe best practices Each team member needs to create .dtsx files and add to the same project. When we do "Get Latest Version", other team member's dtsx files are obtained (which is good). But, when we do "Add Existing Package" in Business Intelligence Development Studio, it makes a copy of the existing dtsx file (Example, mypackage.dtsx becomes mypackage(1).dtsx ). Is there another way of adding existing .dtsx files   Jamie - It does work if you specify the absolute path to a package inside project file i.e., myProject.dtproj) instead of just a package name. But this has ...Show All

  • Visual C++ Halting Keypresses?

    Hi all,     I am writing a program that is supposed to lock a user from the common key presses, i.e. Alt + F4, Crtl+Alt+Del, etc.  I know I have to have case WM_KEYDOWN:     switch(wParam)     {     //The Keypresses     }     break; My problem is that I do not know how to halt the keys from doing anything.  I am certain that VK_F4 is for the F4 key, but how do I link alll of the keypresses of one command together, i.e. the keypresses for the Task Manager.  I also need to know how to make the window, that will disappear, to keep windows ...Show All

  • Visual Basic An array of variables

    I have the following variables Public Shared angstroms As Double = 0.0000000001 Public Shared astronomical_units As Double = 149598550000 Public Shared barleycorns As Double = 0.008467 Public Shared bohr_radius As Double = 5.291772083 * 0.0000000001 + 19 * 1.0E-19 Public Shared cables As Double = 182.88 Public Shared centimeters As Double = 0.01 Public Shared chains As Double = 20.116840233680467 Public Shared cubits As Double = 0.45 Public Shared decimeters As Double = 0.1 Public Shared ells As Double = 0.875 I want to store them in a Double(). How would I do this I want to store them by name because I call them by name. s ...Show All

  • .NET Development Memory Leak when used SmtpMail class

    I have the function which consists code below. Every 50 mails the memory of application raises up 100k. Sometimes is more. Does someone know why and what I have to do to solve this problem. for ( int emailNum = 0; emailNum < int .Parse(txtMailsAmount.Text); emailNum++) { MailMessage tmp = new MailMessage(); SmtpMail.SmtpServer = mail.SmtpServer; tmp.BodyFormat = mail.BodyFormat; tmp.Body = mail.Body; tmp.Subject = mail.Subject; tmp.From = mail.From; tmp.To = mail.To; tmp.Cc = mail.Cc; SmtpMail.Send(tmp); } Thank you very much. It's very usefull book. But ...Show All

  • Visual Studio Express Editions A problem connecting to the database. Cant update it from the program

    hello. i started to learn visual basic 2005 express edition. and i learn it from the tutorial in MSDN. i came to the "managing your records: using data in your programs" topic. i did everything the tutorial says: create a database, making a table in the database, adding the database to the "data sources" and creating a dataset. then i carried the table, that i created in the database, onto the form, as the tutorial says. everything went as the tutorial says. i did everything same with the tutorial but when i run my program and i try to update the database by clicking the save button, but it doesnt work, because whenever i ...Show All

  • Visual Studio Express Editions How to make the setup.exe to deploy my application into a specific directory?

    i'm using vb.net express 2005 to make a fairly simple game with only one project application and a few pictures... i have figured out how to deploy the pictures, in a path relative to the parent directory...but couldn't find out how to make the setup.exe to ask me where to put the parent directory... right now when i run setup, it deploys my application into something like: c:\documents and settings\user name\ local settings\ app\ ........and something weird... i want to be able to change the parent directory during setup... someone told me that the reason it deploys the app into that directory is because it's more convenient to ...Show All

  • Visual Studio Team System Team Foundation Server permissions not working as documented

    Hi, In a team foundation server, we created a team project. Added three groups in the project say G1, G2, G3. Added myself in all three groups and made sure that I am not part of any other groups especially "Project Administrators" and "Team Foundation Administrators". For G1 we keep both "Allow" and "Deny" for "Delete Team Project" unchecked. For G2 we keep "Allow" checked and for G3 we keep "Deny" checked. Then as per article http://msdn2.microsoft.com/en-us/library/ms252587(VS.80).aspx I shouldn't be abled to delete the team project. But I could delete team project u ...Show All

  • Microsoft ISV Community Center Forums Problem with Applying Filter in MS Project 2003

    Hello. I have problem with applying filter in MS Project 2003 using VBA. I often use FilterApply Method to filter tasks or resources. But FilterApply Method has next 4 arguments: Name , Highlight , Value1 , Value2 i.e. 2 ( TWO! ) values for using with interactive filter. But my purpose is to Apply Filter "Using Resource in Date Range... " which has 3 ( THREE!!!) values as interactive arguments: Name of Resource, Start Date and Finish Date for date range. It will be great, if you help me with the problem. Thank you for attention, Dmitriy Velichkin Hi Dmitriy, Here's som ...Show All

  • Windows Forms Microsoft Outlook 10.0 Object Library

    I am trying to execute a c# windows application(on windows 2000 professional) which retrieves data from MS outlook and store it in an XML File.  When i tried to execute it, an error occurs saying that the reference is not found.   I found out from the error that this requires Microsoft Outlook 10.0 Object Library in my system.  Can anybody&nb ...Show All

  • SQL Server Update problems via linked server /Sybase OLE DB provider

    _I have problems in updating a table on a Sybase server via a linked server definition. Does anybody know general issues related to UPDATE commands Everything is working fine, except sometimes one update statement returns an ole db error "cannot update table xyz" Any hints are appreciated! Nobsay We did some research and we can definitely say, that there is a bug in the Sybase OLE DB provider which has to do with milliseconds. If you have a date field and you update milliseconds (remember, Sybase has a granularity of 3/1000 seconds), some updates could not be done, as internally the u ...Show All

  • Visual C# disabling and/or hiding Windows taskbar

    Could somebody post code that disables and/or hides Windows taskbar and enables it when I or user click on the button in Form. Goran The P/Invoke needs: [DllImport("user32.dll")] private static extern int FindWindow( string className, string windowText); [DllImport("user32.dll")] private static extern int ShowWindow( int hwnd, int command); private const int SW_HIDE = 0; private const int SW_SHOW = 1; Usage: int hwnd = FindWindow("Shell_TrayWnd",""); ShowWindow(hwnd,SW_HIDE); ...Show All

©2008 Software Development Network