Search results for query: *

  • Users: ADH
  • Order by date
  1. A

    how to debug a VB6.OCX in Visual Studio .NET 2010 !

    During the conversion task VB6->VS2010-C# I would like to continue using a running VB6.ocx control (which include a lot of GDI stuff). Adding a reference to the .ocx file is OK and it solution runs fine, but I need debbuging options --into the ocx source files (breaks + view locals). Is this...
  2. A

    Question Choose the right connection string

    DataMode? This is just the point of my question: From where do I get the "DataMode" (command argument? unconvinient, recompile? even less) Thanks
  3. A

    Question Choose the right connection string

    I need more then 1 (MS-SQL) connection string/configuration, depending on the current running configuration (Development, Production, offline etc.) How could I declare these connection strings in advance (Proj. Settings) and tell the application which one to use without the need to compile the...
  4. A

    Cann't find WSDL.EXE

    Thanks, How much I understood, that when I have just the wsdl file of the WS to call, that I need to create a proxy for/from it, and that just a reference is not enough. Am I right or wrong?
  5. A

    Cann't find WSDL.EXE

    I need to create a proxy from a wsdl file. I have VS2008 Installed, but cann't fint the wsdl.exe. Where is it located? Thanks
  6. A

    Save SQL data in xml and retrieve back

    Oh yeah ................... Thanks (I had the feeling I was at the wrong direction......) adh
  7. A

    Save SQL data in xml and retrieve back

    What is the eayest and shortest way to save an SQL SELECT output in to a local XML file and retrieve it back as table rows by another program ? Thanks, adh
  8. A

    Question An error occurd during local report processing

    re: an error occurred during local report processing. Object reference.... Hi, I'm reposting this Q: 1) It's still unsolved and delaying the installment. 2) I found a VB2008 + SQL2005 solution at: http://support.microsoft.com/default.aspx?scid=kb;en-us;959595&sd=rss&spid=12913#appliesto But I...
  9. A

    Question An error occurd during local report processing

    an error occurred during local report processing. Object reference.... I have a VB.net2005 winform project with a rdlc report. Occassinaly a I get a blank report with the error: I tried unsuccefully a long time now to figure out the problem. Could please somone assist me how to seek for the...
  10. A

    Question Deployment problem: Interop Usr ctl is not registerable

    I developed by VB2008, Vista, a running Introp2Control running fine in a VB6(sp6) project. I prepared/included a Setup/.msi project. After deploying it on a XP-sr03 machine, I am unable to register the control in the VB6 project, receiving "\InteropControlOC_002.tlb' was not registerable as an...
  11. A

    Question An error occurd during local report processing

    Empty Report (VB) My problem is that no Exception is thrown what forever, just the remark at the empty report. Thanks
  12. A

    Question An error occurd during local report processing

    Empty ReportViewer Control I have a VB2008 working report, desplaying data of several sorted dates. But sometimes I get an empty report with When selecting the same dates separately everything is fine and no data is missing. So is the underying SQL query. I have digged a lot to find the reason...
  13. A

    Question An error occurd during local report processing

    The Local Report (.rdlc) I designed, returns on some data ranges with this error How can I please find out which data elment (SQL 2005) is causing the problem? :(
  14. A

    Problem with modifying a DataSource

    I am using a DataSource based on an programm object (one of my classes). When changing the class definition (deleting or adding a field/property definition) I have problems to get the new/modified class/datasource to replace the old one. Meaning: the new class field declarations do not show up...
  15. A

    How to Switch connection strings

    Switching connection strings at start up Thanks for the reply (I was unpatient to get an answer...) Still not clear for me: I have done some bindings in code and there it is easy to switch connections, but some objects are binded by build in datasources objects which are dependent on the...
  16. A

    How to Switch connection strings

    In a VB2005 WinForms project.Settings I have declared 2 connection strings (1 for Development, 1 for Deployment/Run time). Question: Where in the solution can I _easily_ switch between them, (using an Application.CommandLineArg) so all the DataObjects and Binding objects will refer to the...
  17. A

    How to delete a Datasource from the Datasources list

    How to delete a Datasource from the Datasources list? Thanks, ADH
  18. A

    Report: Change Data in Header

    How do I please display parameter values (from date, to date) in a report (rdlc) report-header? or: How do I change param values programmaticaly? Thanks
  19. A

    Opening a web project

    Open web project (2005) No Open: Web Site... | Project... Create: Web Site... | Project... on the start page, Only: Open Project Close Project ??? The alternative does work, thanks
  20. A

    Opening a web project

    I am trying to look at the VB101WEB smaples. How do I open them in the IDE? (no .sln file)
Back
Top