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

Software Development Network >> Greg Thomas - UK's Q&A profile

Greg Thomas - UK

Member List

yza suklan
Sivya
ASharif
mepatuhoo
MadhuBabu
Cahyo Sasongko
DoctorWho
Erwabo
VN
mri
Anurodh
yazeed
Parag Kshirsagar
Stephane T.
Rafe Wu
Irfi
MRLehmann
joeller
Voldy
alt
Only Title

Greg Thomas - UK's Q&A profile

  • Visual Studio Team System Test webctrl_client Toolbar

    Hi, our programmer use the Microsoft webctrl_client component for our web solution. I try now to record a "click" on this Toolbar but I got everytime the error message "RequestFailed: Context parameter '$HIDDEN1.__Toolbar1_State__' not found in test context". Also after reading "Web Test Authoring and Debugging Techniques" I'm not able to manual Post the correct request. Did somebody have an idea Thanks for all suggestion. Try the following: 1) Create a new webtest 2) Record the same set of requests that you recorded the first time, but do not click stop on the recorder. 3) Look at what the __T ...Show All

  • Microsoft ISV Community Center Forums What version of Team System do EmpowerISV members get?

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Hi Tim Do you remember who you spoke to at MSDN   As I've spoken with a number of people who just transfer me around an are clueless when it comes to Empower. Would you be able to PM me with the comfirmation email ...Show All

  • SQL Server if/else newbie question (conditionalizing SELECT on old/new db, existence/abscence of a column)

    As to not get lost in the details of my problem, I'm oversimplifying this posting to get the root of my problem answered. :-) Let's say a database has a table called CUSTOMERS , and it may or may not contain a column called ORDER_NUMBER , depending on whether or not the database is an old or new database. Now if I run the following query in Query Analyzer (v8)... if (1=2) begin select * from CUSTOMERS where ORDER_NUMBER is not null end ...I get "Invalid column name 'ORDER_NUMBER'." Obviously 1 does not equal 2, so why is the code in that if block being executed Or is there some sort of precompilation/schema che ...Show All

  • SQL Server Data Trasformation Services

    Hello All, Can anyone tell me.. is that I can't create DTS if i'm using 4 field for Primary Key Can you explain a little more Seems like you are using DTS to move data from one place to anotehr You have a table with 4 columns in the primary key what is that DTS is not letting you do ...Show All

  • Windows Forms Query/Databinding question

    This is a 2 part question as it were so i will start with my query question. I am trying to make a generic query. My query on my table adapter is: SELECT MIN( ) FROM Client WHERE = AND = I ended up changing the WHERE clause so that it would be: WHERE ClientID = AND Status = This cleared up a few errors. I am now having a problem with the Select clause. It will work if i put an actual column instead of a in. It will not accept the passed parameter which in this case is a string. I am trying to develop a few of these querys to make it a bit easier on myself. If there is no way to do a query like this, i will then have to code 80+ seperate qu ...Show All

  • Windows Forms Prerequisites uploading for each new Build

    Is there a way to keep the prerequisite modules from uploading for each build of a application . My fisrt build uses prerequsites and I would like to keep the prerequistite criteria available for all builds of my application via a link to my website using {download prerequisite from the following location option} My only concern is ... can you update the application {re-publish} without re-uploading the prerequisites each time. The prerequisites for Crystal XI and dotnet combined are 100MB+. If anyone can shed some light on this it would be much appreciated. ...Show All

  • Visual Basic VB2005: Creating forms in 'DataReceived' Serial Event

    Hi, I have a VB2005 program that interacts with the serial port. My serial port code is in its own module. I have NOT attached a 'SerialPort' control to any form. When I process received serial data using the 'DataReceived' event, I may see a certain chunk of data for which I want to bring up a new form and show that data in a listbox.. The problem is that when I create this new form (Messages = new frmMessages) and then populate the listbox with some data, the 'DataReceived' event finishes and my new form is sitting on the screen hung and all white. I suppose its because the 'DataReceived' event finished and left my window ...Show All

  • SQL Server SQL Mobile Get Started Tutorial

    hi. i was following the SQL Mobile Get Started Tutorial and when i got to the section of creating a device application i encountered this step of the process: 16.) Start Notepad and open the file C:\Program Files\Windows Mobile Developer Samples\HOLs\MED302 SQL Mobile\Source\Exercises\VS_SQLMobile\Form1.cs . when i opened it the tutorial said i was supposed to copy the functions for the insert, delete, sync,etc buttons but i didnt see any functions in the form1.cs. could anyone pls post the functions reffered to the file thanks Hi I am assuming that you are working through the HOL available at the follow ...Show All

  • SQL Server Integration services(data flow error)

    when executing my data flow package that contains only one source and one destination OLE db source -> SQL server destination the following errors occurs in my output Error: 0xC0202009 at Data Flow Task(infraction action), SQL Server Destination [3600]: An OLE DB error has occurred. Error code: 0x80040E14. Error: 0xC0202071 at Data Flow Task(infraction action), SQL Server Destination [3600]: Unable to prepare the SSIS bulk insert for data insertion. Error : 0xC004701A at Data Flow Task(infraction action), DTS.Pipeline: component "SQL Server Destination" (3600) failed the pre-execute phase and returned error co ...Show All

  • Software Development for Windows Vista WWF and ASP.Net

    Any news on how WWF will integrate with ASP.Net I am hoping that it will provide a way to graphically manage the workflow of an ASP.Net application. It always bothers me having to bury navigation instructions in your code - if WWF can improve on that then please let me know!!   Jared Bienz wrote: I agree: There is no documentation here that is helpful for workflow orientated Webforms. So far, I have not been able to find any information online either. I wanted to unmark Mark Schmidts post as the Answer , since it does not answer the question. But I'm not allowed to do so. I guess you can ...Show All

  • .NET Development Full Trust vs Partial trust in the GAC

    Why does a .net dll in the GAC still concidered a partial trust application. I put it in the gac using the gacutil and gave it -addfulltrust - recieved no errors and it runs fine on my computer but I try using it from another client computer and I get partial trust errors. Why is this Is it in the GAC on the machine on which you are trying to run it If so, you're actually running a local copy, and it should receive a full trust grant. If not, you're simply executing an assembly over the network, and it will receive a partial permission grant regardless of whether that assembly happens to be in ...Show All

  • Visual Basic Link

    How do I make a link that opens in a new browser window instead of an existing one Here is the code you want to execute. Process.Start( "C:\Program Files\Internet Explorer\IEXPLORE.EXE" ) I am unsure what you are asking about afa a "link" is concerned ...Show All

  • .NET Development Return list of Group Roles that a user is a member of

    Im trying to get a list of groups that a user is a member of. I have tried the Groups property of WindowsIdentity, but it returns results like this: S-1-5-21-139623.... I was expecting to get a result of "administrator" or some kind of english result, not just numbers. Any idea of what method I should be using. I am using VS 2005 with .NET 2.0... Thanks, Your getting the SecurityIdentifier info. To get the underlying account info, if available, call Translate on the SecurityIdentifier and pass the type of NTAccount. SecurityIdentifier sid = ...; NTAccount act = sid.Translat ...Show All

  • Windows Forms Treeview Nodes.Add Problem

    I have a problem when I add a child node. When the tree loads the first time, all the child nodes display correctly.  If I add a child node, it gets saved to the database, and I clear out the tree (treeview.Nodes.Clear) and repopulate it for the new node to show.  However, now the new node I just added, appears in another location and I end up with 2 child nodes with the same name. Any ideas on how to make the treeview refresh correctly   I have stepped through the code when it reloads the tree and the code says it is adding the node from the database, but the treeview doesn't reflect it for some reason.  I have trie ...Show All

  • SQL Server Question: how to filter records from the output of a Multicast?

    Question: I am using a multicast transformation task. Input to the multicast task is an OleDb Source task that retrieves data from one table X. There are 'n' multicast outputs (say 4). For each output, I want to filter the records and push the resulting records to the corresponding Ole DB Destination (different for each output). By filtering, I mean, specifying something like a WHERE clause that can operate on the Multicast output columns. What are my options   Is it possible to reference output columns of the multicast task in something like SQL Query for Ole DB Destination Thanks in advance. - Nitesh Ambastha  & ...Show All

©2008 Software Development Network