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

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

croesener

Member List

Afzal Mazhar
bdbodger
Blackjmk
doug_hettinger
guy87
glennl
Johann
Yogesh Roy MSFT
Ganesh Please_Help_Me
John Muller
P.Hyde
pijcke
tttsss
Grant_csi
Pavel Dournov
Bruce L-C MVP
hjy
jonpet
DGiudici
Suresh K
Only Title

croesener's Q&A profile

  • Visual Studio Team System Is GUI mapping possible in VSTS?

    Hi, How will VSTS recognize the objects of web page Like in WinRunner we have GUI mapping to recognize that in a particular web page we have certain images and buttons. If they are recognized then where are the details stored this version of VSTS does not support GUI testing. you can use some 3rd party GUI automated test tools, such as Mercury's QuickTest Professional or AutomatedQA's TestComplete to create GUI tests. ...Show All

  • Visual Studio Team System Unlock a DLL file for someone no longer at company

    How do you unlock/uncheckout a file for someone that has left the company...that NT account is no longer active...and, I can't switch DLL to enable multi-checkout because of other VSTS bugs DLL is one of the types setup to disable merging by default. This means that any time someone checks one out, it automatically gets a checkout lock, as well. To change whether merging is enabled for various file types, open Team Explorer and connect to your Team Foundation Server. Right-click on the root node, and select "Team Foundation Server Settings" -> "Source Control File Types". In the dia ...Show All

  • SQL Server Inconsistent package failures

    I'm debugging my first SSIS package and is getting inconsistent results. The package does not always complete successfully. When the package does fail, it fails at different tasks that accquire database connections. Any of the following error message would show up: [Execute SQL Task] Error: Failed to acquire connection "FORGE.FMC". Connection may not be configured correctly or you may not have the right permissions on this connection. [OLE DB Destination [6374]] Error: The AcquireConnection method call to the connection manager "FORGE.FMC" failed with error code 0xC0202009. [Connection manager "F ...Show All

  • Visual C++ Errors when linking Managed C++ DLLs

    I'm getting some strange output when I compile (or more accurately when linking) Managed C++ projects in Visual Studio 2005. I had started with a large project that was converted from the previous .NET (2003/1.1) MC++ syntax. However, I've been able to create the same effect with a few simple steps. So, if I create a new C++ "CLR Empty Project" in VS 2005; add some simple code (example shown below); change the "Configuration Type" to "Dynamic Library (.dll)" and compile I get a bunch of errors when linking (also shown below). Any ideas what this is and more importantly, how to solve it Code Example ...Show All

  • Visual Studio Visio and Visual Studio 2005 (Standard)

    I have Visio 2003 (Professional) on my system and I would like to use it with Visual Studio 2005 for reverse engeneering without having the expense of upgrading my Visual Studio edition. Is this possible If not why not - seems to me one purchases Visio in good faith and then purchases VS2005 in good faith but they do not work together! If this is true it would be like being unable to embed an Excel spreadsheet in a Word document! Hoping someone hears... Thanks, Kurt Sorry, but the fact that you have class designer built in to Visual Studio 2005, while a nice feature is a cop out. I do really like th ...Show All

  • Windows Forms Just a small suggestion.

    Just a thought, but since when you right click on the toolbox and click customize it takes so long to load..couldnt the default tabpage be the .net Framework components..it just seems to me that in a .net application I would want to use .net components, and I'd rather see the .net ones than COM upon toolbox config startup..does that make sense or& ...Show All

  • SQL Server Date between 1/1/0001 to 31/12/9999 possible in Sql server

    I installed SQL Server Express and SQL Server manager, then tried to start manager. SQL Service is running, but SQL Manager attempt to connect to SQL Server instance times-out even though I correctly identify instance as SQLEXPRESS Everything seems to be normal - both SQL Server and Manager are on a single Windows  XP home machine. Any suggestions. Thanks Hi, Try using  .\SQLEXPRESS as the instance name... cheers, Paul June A. Domag ...Show All

  • .NET Development How to connect to ODBC from VB Express 2005

    I don't understand how to connect to a ODBC database from VB Express 2005. Here's my problem: When I go to add data source, I'm offered the choices of mySQL and another MS database on my machine. But no ODBC. To test the availability of my data, I opened Visual Web Developer and used the similar procedure: Add data source. There my data is listed in the selections box and when I add it, I can read all the data in each table. So it appears by my database is available as a "system" ODBC source. What do I need to do differently in BV Express I've worked on this for hours! JS This is correct by design, the Expres ...Show All

  • Visual C# Compiling a native C DLL for use in VC# using DllImport

    Hi Group! I'm a C# newbie (real wet and raw) as well as a complete newbie to Microsoft OS programming. Normally I use native 'C' on Posix complient platforms - which I've been doing for many decades. Scruitinsed this BB for an answer but can't find anything close. Also burrowed around in Visual C# IDE for clues - none forthcoming. For reasons of speed and size I want to write a suite of routines in native 'C' and encapsulate them in an external module - presumably a DLL. Can someone please give me a pointer to how to get started in Microsoft products Can Visual C# IDE compile a native C routine (after all most C++ IDE's can) and what do I ha ...Show All

  • SQL Server Quick way to Round all fields

    I am having to go through each of my fields in my table to edit and put Round() around them. Is there a quick way to do this instead of having to edit every textbox So you want to Round values in textboxes, not the field values coming from DB Then yes, you need to change expression in every textbox. ...Show All

  • Visual Basic richtextbox

    hi, i'd like to know whether that is possible to change the fontsize of the selected text in a richtextbox through a combobox containing the sizes (integers like: 14,16,18,22). If this is possible, how plz gimme some gidelines. thnx Hello Attila... Here is a great article that discusses the exact topic you're seeking. http://www.devx.com/vb2themax/Tip/19393 ...Show All

  • Visual Studio Express Editions Timers

    I want to have a timer count to a certain time so l want it to count to 20 and every second it counts it make the progress bar move. Drop a timer control and progressbar onto the form, with a couple of buttons and the following code will do what you want. Public Class Form1 Private ICounterCount As Integer = 0 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Interval = 1000 End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ICounterCount = 0 Progr ...Show All

  • Windows Forms TaskVision Source Code Installation Error

    The source code installer reported Unknown Error (0x80005000). What's wrong I got the same error code while I tried to install the taskvision server. Following some investigation I saw that there is no IIS installed on my machine. After installing and configure the IIS everything worked normal. Here some hints. Hope it helps. Regards, Araxth ...Show All

  • SQL Server "Failed to acquire connection" when running a package from within another package.

    I am receiving an error on my master package that executes a number of other packages. The individual packages work fine when executed by themselves. However, I am getting the following error when I attempt to execute it from another package: Error: Failed to acquire connection " conneciton ". Connection may not be configured correctly or you may not have the right permissions on this connection. Thanks in advance for your help. You could use this technique: http://blogs.conchango.com/jamiethomson/archive/2005/10/10/2253.aspx to help diagnose why your package is failing. -Jamie ...Show All

  • Windows Forms Is drag and drop...

    are drag and drop operations supported in Excel VBA If so can anybody give me the code to move a button on Excel Sheet using VBA code... please. Thanks and regards, koolguy :) ...Show All

©2008 Software Development Network