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

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

hulle

Member List

PhilJComputerGuy
Mebo
Patrick14
deadlycow1337
cwolf
ChuckC
seva04121973
Paul Wheeler
GjSonke
mie
Jackd
Coolnet1savvy
Sahvanikla
Telexer
Chris Treadaway - MSFT
Muark
reO
Rudemusik
Ida
MuthuDotNet
Only Title

hulle's Q&A profile

  • Software Development for Windows Vista Delay activity - 60 days timeout perid error

    Hi , I have delay activity that is set on period of 60 days. Code for timer initialization: daWaitingForDocuments.TimeoutDuration = TimeSpan .FromMinutes(60*1440); //60 days Value from quickwatch inspector: daWaitingForDocuments.TimeoutDuration {60.00:00:00} System.TimeSpan this code is inside constructor, and it doesn't throw exception. But when state machine workflow enters state with delay activity it throws exception Ti ...Show All

  • Visual Studio 2008 (Pre-release) GeneratedInternalTypeHelper

    Hello, i have this error when i build my solution by F5 : the namespace _Generated already contains a definition for GeneratedInternalTypeHelper I use Visual C# Express with the february 2006 CTP. I must rebuild all solution and after i can start debugging. I think this problem is arrive when i add a new WinFx window and i change the start window with this new. this error is fin in the older starting window. Have yout got an id ...Show All

  • Visual Studio Team System How can I undelete a document from Project Portal?

    If one were to [inadvertently] delete a file from the Team System Project Portal, how would one get it back J If you already deleted it, I'm not sure you can do anything, unless you've been taking regular (or scheduled) backups. Generally you have 2 options in this area: 1) Backup the server (i.e. in this case the Sharepoint databases on the data tier) 2) Backup the portal site using the Sharepoi ...Show All

  • .NET Development Web service on my localhost

    Hi all, I want to give others to call a webservice on my localhost. I mean, I want my PC active like internet server to internet clients. Is it possible. Please help...  It should be possible but is also depending on what operating system you have installed. I am using Windows XP Professional SP2 and can run local webservices for remote usage. The firewall needs to be opened and IIS with .NET set up must be ...Show All

  • Visual Studio Team System Certification?

    Hi group, Just discovered this forum.... Been programming MS for only 5 years so I couldn't have known this I'm planning a new personal certification track. Since I want to move to the functional part in due time I'm thinking of the following: MCAD.Net + MSF I want to take the MSF exam instead of ITIL and/or ASL. Is this a good idea or should I also certify for ASL and ITIL TIA Hello, While I'm not new to ...Show All

  • Visual C++ Migrating an existing MFC application

    I'm investigating different solutions available to migrate our existing MFC application to .Net. At this point I find out that the best way to keep the application working during the migration is using MFC 8.0. I think we should first compile our UI (MFC exe) in Visual Studio 2005, then add /clr and then use .NET class libraries and its user controls to implement new features of our application. The question I have is about the u ...Show All

  • Smart Device Development How can I check available memory on a Compact Flash Card?

    If I know the path to the card ie: \\SDCARD How can I determine how much space is free on it Thanks! ...Show All

  • Visual C# Can I send a parameter by reference in using waitcallback?

    Hi, I use waitcallback which is defined: public delegate void WaitCallBack(Object o); to callback a methed which is defined: public void method(ref Object o); The error occurs when compiling. Can I use waitcallback to delegate a method in which the parameter is sent by reference Thanks, Derek I see. I write a delegate object to substitute for waitcallback which meets my requirement. Thanks. ...Show All

  • Visual C++ Exception during module load?

    I've got a bit of a showstopper problem that sounds vaguely similar to some of the other posts on here.  I am porting a large MFC-based application from Visual Studio 2002.  I've built and run in 2003, 2005 Beta 2, and now 2005 RC1 (all using the IDE.)  I'm seeing a new problem with the RC1 build:  we're crashing during startup before our CWinApp constructor, before DllMain in any of our app DLLs, and maybe even before static ...Show All

  • SQL Server Sql2005 installation headaches

    I am trying to install sql 2005 on a machine that had VS2005 beat and SQL2005 CTp on it.  I have uninstalled every possible component that was in the beta release, and I still get the error, SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. Use Add or Remove Programs to remove these components, and then run SQL Server 2005 Setup again. For detailed instructio ...Show All

  • Visual C++ Win32 Modal Dialog Box

    I've made this custom control (as I often do) but this thing relies on WM_CHAR and it appears that modal dialog boxes don't translate messages because the custom control doesn't get WM_CHAR when in one. I looked around and couldn't find any solutions or similar problems, but a test-bed reveals this is not a problem specific to my project. Thanks for any help in advance. P.S. Yes, I realise what is causing the problem; modal dialog boxes have th ...Show All

  • Windows Forms Listview Sorting!

    I did a simple sorting on listview. The problem i faced is the inaccuracy of the sorted result or i might have taken the wrong apporach. For example, I have a listview result of Dennis    4 Daniel     7 Steven    6 campy &nb ...Show All

  • Smart Device Development SSL

    Hello, I'm new to WM development. I'm developing a client that should run on a Windows Mobile 5 device. I need to communicate with my server via SSL. Can anyone please point me to an example or a detailed document Thanks, Zohar. Have you searched through this forum yet ...Show All

  • .NET Development SSL/TLS exception when using HttpWebRequest with client certificate

    Hi, I wrote following code to call a aspx page in code (from another aspx page): HttpWebRequest httprq = ( HttpWebRequest ) HttpWebRequest .Create(uri); string certificateName = "SoapProxy2" ; X509Store store = new X509Store ( StoreName .My, StoreLocation .CurrentUser); store.Open( OpenFlags .ReadOnly); X509Certificate2Collection certificates = store.Certificates.Find( X509FindType .FindBySubjectName, certi ...Show All

  • Visual C++ CListBox and AddString

    Hi all, I'm currently tearing my hair out with a slight snagget... I'm writing a dialog which in turn calls up another modal dialog including a listbox control... (using MFC because I'm too dumb to code from scratch) The list box control needs to have user data added to it from parent and I also need to return the user choice within the listbox to the parent on completion. This would all be simple if I could use DoModal() to create the child win ...Show All

©2008 Software Development Network

powered by phorum