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

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

fmccown

Member List

Avi Jain 10
Mike Haladjian
Tom RS
John Roper-Lindsay
RNeedHelp
Daniel Riek
Joe_MS
Johan L
loonysan
?krat Bolfenk
Quint
ACmct
Bill A
ozzzy718
PSinclair
PCAVV
GuyWithDogs
Vaish
gauravmangla
mtfck
Only Title

fmccown's Q&A profile

  • Visual C# How can I launch my another managed executable file ?

    The sitaution is like this : I have a windows app. executable file say a.exe and I want to launch this a.exe from the Main() method of another console project. Help, please. //you can also start your executable as a process using System.Diagnostics; public void Main( string [] args ) { string Myexe = @"C:\\run.exe"; Process run = new Process(); run.StartInfo.FileName = (Myexe); run.StartInfo.WindowStyle = ProcessWindowStyle.Normal; run.Start(); } ...Show All

  • SQL Server SQL Server 2005 on a cluster

    We are trying to install SQL Server on a cluster that has 4 nodes, 3 of them running SQL2k. We're getting an error in the setup after it is done with Framework: Failed to find property "ComputerList" {"SqlComputers", "", ""} in cache ... Source File Name: datastore\machineconfigscopeproperties.cpp Compiler Timestamp: Wed Aug 24 13:40:04 2005 Function Name: SqlInstallConfigScope.InstanceName ....- Error: Could not find an install of type 3 for instance SQL ## We think it's due to a directory and item in the registry for a server instance we used to run on this server, but no longer due as it ...Show All

  • Visual Studio vs appears to be hung when doing a 'get latest version'

    each time i do a 'get latest version', the ide appears to be hung for several minutes. there is absolutely _no_ feedback about ss doing anything. the only indication of anything happening is my machines fan getting louder. when i click anywhere inside the ide, all open windows of the ide turn white. is there anything one can do to improve the performance in this area, or at least to get some kind of feedback about what is going on WM_THX thomas woelfer http://www.die.de/blog fyi: i just installed the ss service manually. works now; however, i haven't checked on the speed of 'get latest version yet'. WM_THX ...Show All

  • Microsoft ISV Community Center Forums vba in excel

    Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Hi John Try the below, you can amend as necessary, I have added a function which will help name the file as per your example Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Dim strRange, StrRow As String On Error Resume Next MkDir ("C:\Files") On Error GoTo 0 For lngRow = 1 To 2 StrRow = Trim$(Str$(lngRow)) strRange = "A" & StrRow & ":B" & StrRow Range(strRange).Select Selection.Copy Workbooks.Add Range("A1:B1").Select ActiveSheet.Paste Application.CutCopyMode = False Appl ...Show All

  • Windows Forms Calling an event within another event in C#

    This is an interesting question.  If I have a form A and a form B;  I have an event in form B that I need to call in a button event in form A.  We are assuming they are in the same namespace, etc etc. How can this be done buttons has a method called: PerformClick() which fires the Clicked event. First form contains a button (public) that shows a message box when clicked on: public Form1() { InitializeComponent(); } private void button1_Click( object sender, EventArgs e) { MessageBox .Show( "Test" ); } private void but ...Show All

  • SQL Server Certificate limitations in SQL Server 2005

    I have a Web site that has a database backend, which stores user information.  I would like to encrypt the user information in a granular way. My question:   Is there a limitation to the number of certificates that can exist in SQL Server 2005   I would like to issue a certificate for each user of my Web site, whereby the certificate is protected by the user's password (which I will not have access to -- the password will be stored as a one-way hash in the database).  The certificates will provide access to a symmetric key, which will decrypt row-level data pertaining only to a particular user.  The certificat ...Show All

  • Visual Studio Express Editions If's and Elseif's

    Hello there. I made a menu strip item for word wrap and I want to have it trigger word wrap (on and off) in my textbox1... but I get the error 'Else' must be preceded by a matching 'If' or 'ElseIf'. I also get 'If' must be preceded by a matching 'If'. On top of all that, I am not even sure my coding is right because I am not able to compile with the erros. Private Sub WordWrapToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WordWrapMenuItem.Click Dim Textbox1 As TextBox If (WordWrapMenuItem.CheckState = CheckState.Checked) Then TextBox1.WordWrap = True ...Show All

  • Visual Basic How I can know What is the user who start certain process?

    How I can know What is the user who start certain process I want to retrive the user name who started a certain process just like what appears in the windows task manager in the user name column how I can get this thank you all You need to use the wmi to get the processes and owners. There is an example on the vb-tips website . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Possible Culling Problem

    Coding4Fun posted code called "BattleTank 2005", it gives a great example for simple camera movement and importing of Xfiles. The Xfiles are all white because no lighting is provided in the prog. I added these lines to allow for lighting taken from http://www.gotdotnet.com/team/directx/learn/tutorials/helloteapot.aspx             device.RenderState.ZBufferEnable = true ;             //    enable lighting             device.RenderState.Lighting = true ;   ...Show All

  • Visual Studio Uninstall VS 2005, SQL 2000 broken

    Hi; I thought I got the VS 2005 Beta 2 uninstall correct - maybe not. After the VS 2005 uninstall - When I try and run SQL 2000 I get snap-in error (snap-in failed to initialize). I uninstall and when in the re-install of SQL 2000 the setup not really hangs but kind of ignores any input in the Authenication Mode dialog. To proceed through this I can only cancel this panel of the setup wizard. The setup appears delighted at this and goes on its merry way. (I would like to set the SQL Authenication password here - but I fear the previous SQL 2005 Express install may have something to do with this). The VS 2005 Beta was a clean install th ...Show All

  • SQL Server Capturing and reporting execution errors

    We have a report subscription that emails an excel file every morning at 11am. For the past two mornings the subscription fails due to one of the parameters being null. This was caused by another programmer changing a stored procedure used in the report. What I'd like to know is how can I capture and report that the report failed to be produced. I have loaded the Execution Log sample reports and the relevant DTS package to load the logs is run every 5 mins. However, this error does not show up in the reports. The entries in the Report Server log file are as follows, ReportingServicesService!dbpolling!25a4!17/08/2005-11:00:12:: EventPol ...Show All

  • .NET Development Backward compatibility of DLLs built using VC++ 2005

    We are having a dll backward compatibility issue since we migrated to .NET 2005. As part of our product, we build a dll which will be used by other products. Everything was fine when we were build it on VC6. We upgraded our compiler to .NET 2005 for our new version. The new dll fails to load, we get a runtime error: R6034. We managed to work it around by creating a manifest file for the loading executable, but this is not an acceptable work around. Is there a compiler flag that I can use to make it backward compatible Thanks and regards, Madhu ...Show All

  • Visual Studio Tools for Office What versions of Office 12 will support VSTO?

    As I understand things, VSTO is currently only supported by Office 2003 Professional (or the Word/Excel standalone editions). Office 2003 Standard and Small Biz editions do not support VSTO. Does anyone know if this will still be the case with Office 12 Or will all Office 12 editions support VSTO I ask b/c we are a small ISV that would love to do component based development using VSTO, but are afraid we will alienate a large percentage of our potential user base if VSTO continues to be unsupported on non-Professional versions of Office. Anyone have any info Hi This has not been determined yet. W ...Show All

  • Visual C# Why this Winform compile error message

    I am just switching from VB to C#. I am creating my first little test app as a winform. I have run into an error message when compiling the application. It reads: Type name InvoicesDS does not exist in the type 'Invoices.Invoices' I have a form called Invoices and this error points to the Invoices.Designer.cs file. The line that it stumbles on is this.invoicesDS = new Invoices.InvoicesDS(); I have found a way around the problem by changing the line to this.invoicesDS = new InvoicesDS(); (taking out the word Invoices before InvoicesDS) When I do this and compile the application it runs fine. I can get around the problem by d ...Show All

  • Visual Studio Express Editions linking error after installing VC++ express beta 2 with PSDK

    I am testing an empty Win32 project as suggested in 'http:/lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx' but it results in the following error: ------ Build started: Project: test2, Configuration: Debug Win32 ------ Compiling... stdafx.cpp Compiling... test2.cpp Compiling resources... Compiling manifest to resources... Linking... LINK : fatal error LNK1104: cannot open file 'shell32.libole32.lib' Build log was saved at "file://c:\Documents and Settings\Rogier.NIMH-LN\My Documents\Visual Studio 2005\Projects\test2\test2\Debug\BuildLog.htm" test2 - 1 error(s), 0 warning(s) ========== Build: 0 ...Show All

©2008 Software Development Network