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

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

methylamine

Member List

sandraFaust
MarcosArg
koti
KZoli
kurra kiran
Ron Moses
mstrate
Kinns
YOOSEFI10
Johannes7060
Christian Gram
Gabriel 06
maheshbabui
Matt Tighe
mahernandez
.NETsux
Khalnayak
Shanmuka
Patrick Altman
Hansonc
Only Title

methylamine's Q&A profile

  • SQL Server Encryption not supported on SQL Server - Error Message

    Hi, When I click on the MSDB node, under Stored Packages (in Object Explorer | my local server's Integration Services), I get the following error message: Client unable to establish connection Encryption not supported on SQL Server. (Microsoft SQL Native Client) I can, however successfully, enumerate File System packages. I am running... Microsoft SQL Server 2005 - 9.00.1187.07 (Intel X86)     May 24 2005 18:22:46     Copyright (c) 1988-2005 Microsoft Corporation     Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1) ...on Windows Server 2003 SP1 Does anyone know what is causin ...Show All

  • Visual Studio Team System Recording Web Tests with a redirect

    I am working with the test tools in Whidbey and I have come to a point that I am stumped.  Our web app main page gets loaded in a new window that closes the previous window.  When you start recording a test and load the URL of the web site, the login screen closes the window you were recording in and waits for input.  Unfortunately, the recording is stopped when the window closes and you can't go any further.  Is there some way to start recording in an existing IE window instead of the new IE window that typically opens up Try the following. 1) Create a new web test 2) When IE appears na ...Show All

  • .NET Development .Net Config wizard

    I am new to the whole .net thing.  They just hired a new programmer (our first) and he is programming in visual basic some things for some client/server apps.  We want to be able to run apps from a network drive.  Is there a way to trust the whole domain or share   Or do i have to enable each app via the .net config wizard   Yes James it still applies.  If you look at the .net configuration tool and expand Runtime Security Policy | Machine | Permission Sets  you will see LocalIntranet.  The security zones configured by IE affect the security zones used by the .net perm ...Show All

  • Windows Forms Web Browser Control not Working in MDI Setup...

    Hello Everybody,  I'm having plan and simple windows .NET form with Web Browser control in it. It works fine when I try to navigate it to any web site as it should. But when I make this same form(with out any code change) child of another MDI form, the browser control do not shown anything. No exceptions thrown. Donot have any idea as to ...Show All

  • Visual Studio Express Editions Express permanently free

    hi, thx dan for this good news and thx microsoft, you don't know how much i'm happy to hear that best regards Microsoft Rocks. Its been taking great initiatives lately and this one by far will proove to be most useful. Atleast the guilt of a student of using a pirated software will not be there anymore :) Other stuff that microsoft is organizing like the latest "made in express" contest are really fun. IMHO Microsoft is really putting it together to recapture its reputation in the masses. So far, thumbs up to MS. :) ...Show All

  • Visual Studio Team System TFS Beta 3 Access from NT Domain

    I cannot add users from a trusted NT domain to the TFS groups, and so cannot connect to TFS from a client machine logged in under an NT domain account (except by entering the TFS setup account id and password). Is this by design If I missed this issue in the documentation or an earlier thread, please point me to it. Here is our environment: TFS was setup in single-server mode on an AD machine. The account used to set it up is an AD account. The services account is also an AD account. If we're not able to access TFS using the NT domain accounts when TFS is in an AD environment, what is the best configuration to use so we can evaluate TFS -- i ...Show All

  • Visual Studio VS 2005 unable to start debugging because MSVSMON.EXE failed to start.

    Sometimes I am getting an error when I try to start debugging using VS 2005. A message box comes up saying: "Microsoft Visual Studio 2005 Remote Debugging Monitor (MSVSMON.EXE) failed to start. Verify that the remote debugger is properly installed." If I retry starting a debug session, it usally starts up. Why is this happening And since, I assume, Visual Studio 2005 installed the remote debugger, how in the heck am I supposed to verify that the remote debugger is properly installed Am I supposed to know what registry settings, services, or other software need to be present Just what am I supposed to "verify" ...Show All

  • .NET Development Could not find assembly version

    Hello, Before I start I should say I'm a .Net novice so bear with me here. And please be as basic as you can in your response :) I'm trying to run one of the sample VB.Net solutions that is provided with the latest SQL Server 2005 CTP. When I attempt to build it I get the following error: "Namespace or type specified in the project-level Imports 'System.Data' cannot be found. Make sure the namespace or type is defined and it doesn't contain other aliases" Also the following warnings: "Could not resolve this reference. Could not locate the assembly "System, Version=2.0.3600.0, Culture-neutral, PublicKeyToken=b77a5c561934e089". Check to make s ...Show All

  • Visual Studio Express Editions SqlConnection from Toolbox Pane's DATA

    Is there a way that we can show those controls (classes) on Toolbox Pane of Data like OleDBConnection, SqlConnection, ODBCConnection, Command Classes and other controls like the Visual Studio full version I want to put a reference on my form by putting an SqlConnection. Or is there an easy way to do it Or can I just put a connection string at the App.config and invoke that defined connection string every time I need it + Remember that the express eeditions will not allow you to connect to remote databases using the wizards, if you do want to the only way is to do it the manual way and build the data layer yourself. ...Show All

  • SQL Server Changing Column and Row Heading in MDX

    I am trying to change the default row and column heading to make it more meaningful to the user in MDX. Can you please help me. This is done easily in SQL like SELECT the_actual_cost AS cost...... Thanks in advance. Riju Hi Peter, I am using one measure in multiple reports and trying to give them different names in different reports to make it more meaningful. Thanks Riju ...Show All

  • Visual C# How to Format Selection in C#?

    It seemed that in ASP.NET and VB.NET the option for Format Selection is available when right click on the selection codes but where is this option when coding in C#. Is there an option for formating the selection in C# under Visual Studio Pro 2005 There is and you’ve got two easy ways to get to it... the first is under the Edit menu, go to Advanced, and you should see Format Selection within. Otherwise you can simply use the keyboard shortcut of pressing Control-E and then Control-F. ...Show All

  • Windows Forms DataGridView Scrollbar bug

    If you have columns which extend beyond the DataGridView window, the horizontal scrollbar is never displayed. The vertical scrollbar displays, but the horizontal bar never displays. I've tried with the scrollbar settings set multiple ways. Is this something I'm doing or is this a known defect Jeff Seems there's a number of issues here. Klee310 talks about frozen columns, but the a few people go on to talk about the frozen scrollbars after updating the DataGridView (DGV) from a different Thread. Regarding the frozen scrollbars issue after updating from a different Thread : All of the above mentio ...Show All

  • Windows Forms lockbits

    There are two ways to process an image right 1. Bitmap.SetPixel, Bitmap.GetPixel 2. Bitmap.Lockbits Which one is faster To tell you the truth,  I don't know how to benchmark.  How do you record the CPU time, considering multi-tasking Are there any other considerations ...Show All

  • Visual Studio 2008 (Pre-release) H Updating textboxes by background threads?

    Hello! A small hint please! What should I do in order to have a background thread to be able to set the text of a textbox Earlier the Invoke() method was the solution, but what now Best regards, Henrik Dahl You should be able to use textBox.getDispatcher().Invoke to cause code to execute on the UI thread. Is there some reason that is not adequate There are certainly issues with this solution, but that is what the WPF framework requires. ...Show All

  • Visual C++ How to create a control with a gradient background

    I would have figured that this sort of capability would be part of the standard VS 2005 controls, especially considering the extent to which MS uses gradients in their own apps for button backgrounds and such...it is not too much to ask, is it anyway... Since the standard controls in VS 2005 do not seem to support gradient backgrounds I have made a custom GradientButton class derived from the Button class. I'd like it to have a gradient background. How do I do this without redrawing the entire control I referenced a C# example on how to do this and the code showed an overridden OnPaint method that used the event argument's graphics object ...Show All

©2008 Software Development Network