hmrupp's Q&A profile
.NET Development How to consume Webservices
Hi, Im quite new to webservices. These are my questions. 1. Im just wondering on how to consume webservices. For example, I have a webmethod that returns a Dataset object how would I consume it in the client I tried casting the result to DataSet object and it just wont convert... 2. I've read in a forum that its not advisable to return a complex class/structure (eg Dataset Class) instead, stick to the simple structured xml. My question is, how would you do that How can you return a simple structured xml in your webmethod And how would you consume it in the client side BTW, my front end is ASP.net and im trying to consume the webserv ...Show All
Windows Forms Update database after every change in datagrid
I want my DataGrid to update source database/table after every "update", every "delete" and "add" row. Is there any way to simple do it I have a private SqlDataAdapter and DataSet (sqlAda & ds), SqlDataAdapter has set Select/ Update and InsertCommand but I don't know where (I mean: in which event) put sqlAda.Update(ds, "table1") ds.AcceptChanges() ...Show All
Visual Studio PLK Submission and the VSITsignoff.xls spreadsheet
Hello, As I was going through the February 06 help I was following through how to submit for a PLK for distribution. I was going over the sections for the VSIT and the signoff checklist. When I was reading it, I was under the impression that it needed to be filled in and submitted for a PLK... But when I looked at the PLK submission area in the VSIP control panel there is no area for submitting it. Is this checklist just to help you out in ensuring that all of your integration meets the necessary requirements for not harming the rest of VS.NET and for your own internal use Or is a file that needs to be submitted. Thanks for anyo ...Show All
Visual Studio New Editor or Not?
I want to add a new argument to a recipe that will basically present a drop-down panel to a user allowing them to select one or more values from the drop-down panel. These values would then be used as input in the creation of a new project item. How would I go about doing this Would I create a new editor and attach it to the wizard field Or, is this done through creating a new Value Provider Dead easy - dont need a new editor simply create a new Converter, which is a class derived from TypeConverter in your package, and assign to your recipe argument. override the m ...Show All
SQL Server Printing SSRS 2000 Report from VB.net
I am trying to accomplish this and don't know if its possible or not. I have a VB.net form which contains a button 'Print'. The requirement is when the user clicks this button the pdf version of the SSRS report is printed. I haven't found a way to do that. Currently, when the user clicks the 'Print' button we have it linked to the pdf report (through the URL link)... Can we achieve the direct printing as requested without displaying the report TIA.. ...Show All
Windows Forms Windows forms and command line arguments
I'd like to write an application that can accept either input from forms or the command line. I'm using the environment.getcommandlineargs() method to great success... however, I'm wondering if there's a way I can return information to the user at the command line. More specifically, I'd like to provide a / parameter and return some usage information. Can anyone assist Thanks! In your application startup method you can test if the user has provided command line arguments. If they have then process them without creating any user interface and output results using Console.WriteLine. If they provid ...Show All
Visual Basic setup.exe question
I created windows app with vb 2005, ready to install on a user machine by running application’s setup.exe, I get application warning Application Install Security Warning – Publisher can not be verified. Don’t know any other way to get publisher name to appear. Was using solution’s property window – Publish/options to set up publisher name and product name, it takes product name, but not publisher name, anybody has an answer for that. thks Hi, babakl, All that warning means is that the installer could not prove you are who you say you are. Do you have a certificate/key which is part of the ...Show All
Visual C++ BeginInvoke help!
From what I read, BeginInvoke can be used to call functions that take a long time to execute by making them execute on a separate thread. I wrote a little test program to try this and I cant get it to work. Forgive me if I have got it completely wrong, i've only moved from 'C' to VC++.NET in the last few months. I have a button that when clicked should run a little delay routine (large_function in external_class) for a couple of seconds (using a loop and the stopwatch). I expect to see the GUI responsive and show whats happening via the label, but i'm having a bit of trouble on gettining the BeginInvoke and EndInvoke parts ...Show All
SQL Server SQL Server 2005 Enterprise Evaluation Edition - 'corrupted' downloaded SETUP.exe
On running SETUP.exe I always get the following error: "The contents of this file can not be unpacked. The executable you are attempting to run has been corrupted. Please obtain another copy of the file, verify its integrity, and try again." O/S: XP PRO SP2 Self-extracting executables: selected X86 Executable I have seen similar reports on this site - the advice generally given is to try downloading again. I have attempted 4 downloads of the 'X86 Executable'. I have compared these 4 images - the downloaded images are binary-content-wise the same (using comp). It would seem very unlikely for 4 download attempts to be consisently ...Show All
Visual Studio Team System Can not build team project
Hello! Why at attempt to build created " build type " I receive the message: " Some or all identity references could not be translated " How to be To help us troubleshoot this further, can you answer the following: 1. Is this a workgroup setup 2. Are you on a localized build of VSTS 3. What is the account that the build service is running on and also is it part of Build Services group Thanks Alex-MSFT ...Show All
SQL Server SQL Reporting Services 2000 with SQL Express?
While we are awaiting the reporting integrated with SQL Express can we use Reporting Services 2000 to report from a SQL Express Installation I have tried to install the trial version of Reporting Services 2000 (which doesn't require SQL) but the installation fails because I get the error "Reporting services doesn't work with this edition of SQL" Can anyone think of a way around this RS2000 will not work with SQL Express or any 2005 version of SQL Server. You can sign up for the beta or wait for release of SQL Express with Advanced Services which will include a paired down version of RS200 ...Show All
Visual Studio What does error CTC2114 mean?
I am using the Visual Studio SDK with Visual Studio 2005 Professional. The following problem occurs with both Oct and Dec versions of the SDK. The following also occurs when trying to compile any sample project that uses CTC. When I try to build a sample project the output is as follows: ------ Build started: Project: MenuAndCommands, Configuration: Debug Any CPU ------ d:\vssdk\2005.12\VisualStudioIntegration\Tools\bin\ctc.exe CtcComponents\PkgCmd.ctc obj\Debug\PkgCmd.cto /I"d:\vssdk\2005.12\VisualStudioIntegration\Common\inc" /I"d:\vssdk\2005.12\VisualStudioIntegration\Common\inc\office10" CTC : fatal error CTC2114: Erro ...Show All
Visual Studio Team System Install Testing Tools
Hi, I installed VS 2005 Beta 2 (not from Team Suite dvd, but from VS 2005 DVD) and then installed Team Foundation Client. I can connect to Team Foundation and make most of the PM tasks, but I don't have the Testing tools. What is necessary to get those tools Thanks a lot For convenience, let's end this thread here and shift to: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=5088 --- Eric Jarvi http://blogs.msdn.com/ejarvi ...Show All
Visual C++ Crash in destructor
I'm using gtkmm 2.8.2 with Visual C++ 2005 Express to port a program from Linux to Windows. I'm using the win32 binaries from http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ , which were apparently compiled with MSVC 2003, therefore I have to use the option /vd2 ( http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ mentions this). Perhaps this causes my problem, but I don't know enough about the details of the C++ object layout that is used by MSVC. The problem is an access violation in a destructor. Anyway, here is an annotated disassembly of the destructor where the crash occurs: ; This is apparently just the usual prologue 00DC2600 pu ...Show All
SQL Server snapshot isolation and ADO (VBA)
Hi, could somebody please provide me with an example of snapshot isolation level for ADODB (VBA) Because ADODB.Connection.IsolationLevel does not included snapshot as a new level. May be it is possible to add something to connection string like Conn.Open "PROVIDER=MSDASQL;driver={SQL Native Client};server=localhost;database=dbone;" Thank you. You might be able to set the isolation level directly via TSQL command: 'set transaction isolation level snapshot' You should be carefull here if your connection is already enlisted in a transaction. The transaction can be rolled back if the isolation lev ...Show All
