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

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

DrewW

Member List

icaughtacode
zot166249
Vaish
maddinthegreat
Pockey
Olyx
Samaro
Grant Fritchey
JuKiM
Gulden
kawing0510
John Paul Cook
Ed Allan
loic123456
Aleksey Nagoga.
Ajay_1981
Reno
RubenPieters
Matt Ortiz
kageg
Only Title

DrewW's Q&A profile

  • Software Development for Windows Vista Windows SDK installer crashes on XP SP2 with Visual Studio 2005

    Just trying to install this and all it gets is a Dr. Watson which sends something off to Microsoft :( Can you give more details about what happens You launch setup and it immediately dies with a Dr Watson error What is your configuration and is there anything open on your box that might be causing a problem ...Show All

  • Software Development for Windows Vista listening to internal events

    Hi! I have a little problem handlig some events raised by activities within a workflow. This s the code: public partial class Activity1 : RaiseExternalEventActivity, IEvents { public Activity1() { InitializeComponent(); evento += this.eventoRaised; } protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext) { OnEvento(this, new ExternalDataEventArgs(this.WorkflowInstanceId)); return ActivityExecutionStatus.Closed; } #region IEvents Members public event EventHandler<ExternalDataEventArgs> evento; private void OnEvento(object sender, ExternalDataEventArgs ea) { if (evento.GetInvocationList() != null) evento(sender, ea) ...Show All

  • Visual Studio Team System Relation between Work Items -> Change sets -> Related Link Work Item

    Hi, I'm trying to find the connection between the work item and his related change sets and if the work item have link to another work item. I found this relation on the data ware house (DWH) D.B, the thing is that the DWH is update ones in a while (depends on the scheduler) And I want to get this data in online mode. I tried to find this relation in the other data bases but without any success, If any one can pass the code for this query I will be very grateful Thanks, Shmulik Thanks Shmulik, The required dll's are: Microsoft.TeamFoundation.Client Microsoft.TeamFoundation.Common Microsoft.TeamFoundation.WorkItemTracking.Client ...Show All

  • Microsoft ISV Community Center Forums String Functions

    Does anyone know if there's a string function that removes new lines from a string (where return has been hit to start a new paragraph) It's kind of like the Trim functions I'm looking for, but these only work with trailing spaces, not where a new line has been started. Cheers! Keith myString.Replace(Environment.NewLine.ToCharArray(), String .Empty.ToCharArray()) ...Show All

  • Visual Basic Application has failed to start

    Hello, I was hoping someone could help me out with an error message that I am getting in the following scenario: We use Syncfusion controls and I upgraded from an old version of Syncfusion to the latest and greatest version. Was a long process because I had to go into each of the 11 projects comprising my application and delete the old references to the old Syncfusion assemblies, and add new references to the new Syncfusion assemblies. That being done, I created a Wise Installer for my application, which I have done successfully many times before, but after the application is installed, I get the following message when I double click on the .exe to launch the application: The application has failed to start because the applicati ...Show All

  • Visual Basic Simple Listbox control issue that I have trouble with!

    I have been searching the help files and tutorials I have, but for the life of me I can't seem to figure it out. All I want is a simple Listbox control, that should return either the tag or the text. This will eventually be used in a loop to get items from a database. Thus it should be eg. 1 = apple = fruit 2 = orange = fruit 3 = egg = etc. It is really urgent and I need help. If my English is not good enough or explanation to hazy just say please. [South African here] InvalidArgument=Value of '1' is not valid for 'index'. Parameter name: index This is the error that keeps reoccuring. I can't extract the text value ,because the index stays out of range. Any ideas how this ...Show All

  • Visual Studio Team System error 1402 installing virtual server 2005 R2

    I have not found a Virtual Server forums.so I write here my question Istalling virtual server 2005 R2 on a Windows XP OS, I'am getting the error "Error 1402 could not open HKEY_LOCAL_MACHINE \Software\Classes\Msxml2.DomDocument.4.0\CLSID Verify that you have sufficient access to that key, or contact your support personnel". My UserId has admin rights so I don't think that access rights are the problem. Logged under the local admin account and tried again. Same error. I tried on un Lap top with windows Xp and all is OK. Why I need help please aurelio I'm going through and setting individual Registry Keys to permissio ...Show All

  • Visual Studio Team System Error TSD158 when Building from MSBuild

    My build server does not have SQL Server 2005 installed on it, just client tools. I execute the following at the command line: msbuild /p:TargetDatabase=MyDatabase;ConnectionString="Data Source=SQLSERVERMACHINENAME;Integrated Security=True;Pooling=False" I get the following response: Build started 12/19/2006 3:44:00 PM. __________________________________________________ Project "C:\MyDatabase\MyDatabase.dbproj" (default targets): Target SqlBuild: Building deployment script for MyDatabase: EnableFullTextSearch, BlockIncrementalDeploymentIfDataLoss MSBUILD : Build error TSD158: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be cause ...Show All

  • Visual Studio Team System Product Documentation for Team Edition for Database Professionals

    The product documentation is now live on MSDN for Team Edition for Database Professionals. You can find it here: http://msdn2.microsoft.com/en-us/library/aa833253(VS.80).aspx Going forward, you will see more or less monthly updates to the content. If you have suggestions or requests for additional documentation, please feel free to let us know. Continuous publishing updates for May are live as of June 6, 2007. Included are the following new topics for Service Release 1: Overview of Files and Filegroups How to: Add Files and Filegroups How to: Define Variables for Database Projects Overview of Cross-Database References How to: Create Cross-Database References How to: Define Full-text Catalogs ...Show All

  • SQL Server Custom Delivery Extension

    SSRS2000 - Is it possible to combine two existing delivery extensions into one custom delivery extension If possible, I would like to combine file share and email delivery extensions to send email after file has been created by the file share delivery extension. Any help will be much appreciated. Thanks KKaps- Although they can't be combined, you could create your own custom delivery extension that does both functions. Take a look at the PrinterDeliverySample to get started with creating delivery extensions. Regards, Scott ...Show All

  • SQL Server membership users MISSING

    I created 2nd copy of my entire asp.net website folder. I tried opening that 2nd folder in VWD and ran it. when i was logging into the membership it wont authenticate anymore. I opened the database to double-check the users and found the exactly the same database (as I expected) that I have on the 1st copy website folder. All the users are listed there. I opened the "ASP.NET web Application Administration" and it says I have no users nor any role and that is really impossible coz I can see the aspnet_Membership table having all the users and other info. If i run the 1st copy website folder, no problem at all. Why is that Can someone explain this to me pls Im confused. im a student. big thanks! ...Show All

  • SQL Server Dynamic Stored Procedures

    Hi everyone, My question is how can i set a var with a table name to use it in a SELECT statement for example. EX: Declare @table varchar Set @table = 'mytable' Select * From @table I've got 1 stored procedure wich i want to use to get and update 2 tables. For that reason i want to know how to do this because having 2 stored procedures when the only difference are table names its not a good solution. Thanks :) Tiago: You can do what you ask with something like: exec ( 'select * from ' + @table ) A safer method is something that does not potentially incur problems from hacking is something like: if @table = 'A' select * from A else select * from B The other comment I have ...Show All

  • Software Development for Windows Vista Windows Vista shared files

    I am storing shared files for our VISTA application in CSIDL_COMMON_DOCUMENTS rather than CSIDL_COMMON_APPDATA so that our users can see the files. The CSIDL_COMMON_APPDATA folder is hidden and we need our users to be able to share these files with other users and share these files across the network so hidden system files doesn't work for us at all. Why does the SHGETFolderPath API and the constant CSIDL_COMMON_Documents work on every operating system including 2000, XP Home, XP Pro, and VISTA yet fails on Windows Server 2003 Looks like a windows server 2003 defect to me and it is causing problems for us. Just a wild guess, it may be that that the location gets created by some action so on a clean install the folder isn't ...Show All

  • Visual Studio Express Editions Get text from a Textbox.

    This is going to sound like a very stupid problem. I'm trying to get a string out of the textbox (using Windows.forms) then parse that string into a double. double payment = Double .Parse(ConsoleApplication1. Program .Monthly.Text. ) I cant seem to get it to work.. and what I get is that the string I'm trying to parse is being passed in the inccorect format. Help If you assigning the value from within the form that contains the textBox, all you need to do is the following (textBox1 is the name of your textbox): double payment = Double .Parse( this .textBox1.Text); However, the fact that you are using ConsoleApplication1 makes me beleive this is not a windows application. If it is a cons ...Show All

  • Visual Studio 2008 (Pre-release) Unable to view xbaps

    Hi all, Ever since I installed the September CTP of thw WinFX Runtime Components, I've been unable to view any of xbaps that I'd been able to previously. I always get the following error "System.Windows.Serialization.BamlParseException: Error at element 'InstallationProgressPage' in markup file 'PresentationUI;V6.0.5070.0;31bf3856ad364e35;component/installationprogress.xaml' : Unable to find DependencyProperty or PropertyInfo for property named 'FocusedElement'. Note that property names are case sensitive.." That is of course just the first line of a long stack trace. Any ideas Hi Karen, I've just tried mage.exe -cc and still get the same problem. Yes I did have the July C ...Show All

©2008 Software Development Network