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

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

ShadowRaven

Member List

bell.joshua
H Katz
Bobby K
flaviocunha
enf_Elliot
dmarkow2
LeXXik
Alexei Bocharov
habnix
DonRajah
FanCheng
MIKEDBA
Prasad Peesapati
Dirk Teufel
New Dawn
Reed14676
igor123
sandy123
Varghese
Abbas Zaheer
Only Title

ShadowRaven's Q&A profile

  • Software Development for Windows Vista PersistOnCloseAttribute seems to unload the workflow (Beta 2)

    Hello, what I'm trying to do is to create a custom activity telling a (sequential) workflow to save its state so it will be able to restore later its work at the point (e.g. when the user wants to continue later in another session). In other words I'm creating the activity class PersistencePoint having a class attribute PersistOnClose and doing nothing in its OnExecute (I'm not even overloading it). The workflow persists itself ...Show All

  • Visual Studio 2008 (Pre-release) transactions with win2000 client

    Hi, I have a question about wcf transactions.  We are beginning development of a smart client application that will be deployed to winxp and win2000 boxes.  Since we have to support win2000 we will not be able to use wcf on the client.  However we are using wcf on the server and exposing our services as plain web services through the “basicHttpBinding”.  What I would like to know is. What can we do to leverage the trans ...Show All

  • Smart Device Development Which version of CF on WM5?

    Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... ...Show All

  • Visual Studio Tools for Office We shipped!!!!!

    Hi all; For those wonder what all the questions were about, here's the press release. And this includes the code to handle the menu update when it's clicked on and the setup launch condition for the recent hotfixes. thanks for all the help - dave Windward reporting engine available in .NET version Boulder, Colo., September 2, 2005 - Windward StudiosR, a leader in enterprise report generation, today announced the public availability of W ...Show All

  • Visual C# A C# Program Failed to initialize on friends computer, please help

    Hello all, I know this maybe a stupid newbie question, but I need help with it all the same, so please bare with me. I'm a graduate student in psychology who has a BS in computer science. I am currently writing a program in C# that I need to be able to give to other researchers to use. I wrote a beginning sample and when I sent the release .exe off to a colleague to check it out an error appeared when he clicked on it that said the program faile ...Show All

  • Software Development for Windows Vista Problem after Uninstalling Beta 1

    Hello, I uninstalled the workflow beta 1, in preparation for installing beta 2. Now VS 2005 IDE will not run. The splash screen comes up, then disappears and nothing happens. Should I panic Will installing beta 2 (winfx jan ctp) fix it I guess I'll find out! Don. Hi Don, Did you uninstall first the Visual Studio 2005 extensions for Windows Workflow Foundation and then Windows Workflow Foundation ...Show All

  • .NET Development default.asp or default.aspx

    I'm trying to get a default.aspx to be the default web page. What shows up is the http://d8z2kp11/localstart.asp. So I setup defualt.asp which contains <% Server.Transfer("/WebApplication1/Hello.aspx") %> but I get this error msg: The specified 'Page language="c#" Codebehind="Hello.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WebForm2" ' option is unknown or invalid. /WebApplication1/Hello.aspx, line 1 any direction on how ...Show All

  • .NET Development txt File partition

    Hi, I need to read a .txt file , partition it into smaller .txt files ,and then saving them. The partition process depends on finding the carriage return (enter) character. How can I doing that Thanks in advance , Aya. Try this: using(System.IO.StreamReader reader = new System.IO.StreamReader("textfile.txt")) { string allText = reader.ReadToEnd(); string[] splitByLines = allText.Sp ...Show All

  • Windows Live Developer Forums Is anyone having problems with messengeractivitysdk

    When I download the sdk and then open messengerp2p.chm, all the topics are blank. I am experiencing this problem on my work pc as well as my home pc, so that it appears to be a problem with the sdk help file. Thanks, Jeff No problem, I had the same thing, but I searched a bit and found the solution. I hope this helps other people too. It isn't a bug btw, but it's a result of MS's security policy.. ...Show All

  • .NET Development Have multiple versions of .Net - can I delete them?

    My computer is running XP Pro, fully updated including SP2.  During my "winter clean-up" of my programs, hard drive, etc., I noticed that 3 versions, with updates, of .Net Framework was on my computer.  They are: 1.0; 1.0 HotFix; 1.1; 1.1 HotFix; and 2.0.  I'm pretty sure that I didn't download these (though I might have) and assume that they were downloaded with some update, or maybe some program.  I never directly access th ...Show All

  • .NET Development Performance of ADO.Net in CLI Console app vs Windows Forms app

    I have been playing with ADO.Net and at first, I created a CLI console application, where I did different things, such as querying the schema collections of a database. I then created a Windows Forms application and did similar things (wrote code from scratch). What strikes me is that some simple calls that took no time under the console app now take a long time under Forms. I use VS C++ and SQL Server 2005 Express on a Win2000 PC and the ODB ...Show All

  • Visual C++ Problem Using ExitWindowsEx

    Hello, after getting an answer about how to close the system, I have a different problem. I wrote the following code: #include "stdafx.h" #include <windows.h> int _tmain( int argc, _TCHAR* argv[]) {     ExitWindowsEx(EWX_FORCE,     SHTDN_REASON_FLAG_PLANNED);     return 0; }   I get the following errors: >error LNK2019: unresolved external symbol __imp__ExitWindowsEx@8 refer ...Show All

  • Visual C++ Visual C++ 2005 express for 64bit programming ?

    Has the Visual C++ 2005 Express edition any support for 64bit app. programming or is it planned just for more expensive professional/architect version of VC++ 2005 Thanks, W. No! You need at least the professional version: http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx ...Show All

  • Visual Studio Express Editions Uninstalling Beta 2

    Hi all, I'm having trouble getting Visual Web Developer Express 2005 installed because I'm having problems uninstalling Visual Web Developer Express and SQL Server Express (both Beta 2). I can't install the full new version until I get these off my computer. I try uninstalling it by going to the Add/Remove programs in the CP, but always get a message when I try and remove SQL Express or VWD Express that says that "Setup Failed." I then click ...Show All

  • SQL Server Unable to synchronize the row because the row was updated by a different process outside of replication.

    Hi All I am getting this error during Merge Replication "Unable to synchronize the row because the row was updated by a different process outside of replication." I could not reproduce this error in my development enviornment, can anyone tell me what is cause of the above error and how do I reproduce this error in my development machine I am able to get which is outside process The Conflict Type is 10 for above error whic ...Show All

©2008 Software Development Network

powered by phorum