Gabriel Mongeon's Q&A profile
SQL Server Random Failure of Lookup in Pre-Execute with 0x8007000E
I have a SSIS package that I can run three times in a row and various lookup components will return: Error: 0xC004701A at Foo, DTS.Pipeline: component "Lookup Date" (166) failed the pre-execute phase and returned error code 0x8007000E. Without changing any input data or the package I can just hit F5 again and occasionally get past this or sometimes get stuck on it. Any ideas what that error code means I am getting similar errors, Two ex ...Show All
SQL Server Passing variables to data flow component
Hi, I've read the various posts and articles regarding this matter, but I seem to have problems getting to work: In my control flow, I start by declaring a variable named "LastJobLedgerEntryID", to identify the records I need to add to the stage. From there I would like to use this variable in the source component in my dataflow, i.e.: "SELECT [Entry No_],[Job No_],[Posting Date],[Document No_],[Type],[No_],[Description], ...Show All
.NET Development What is the good practice for returning errors in Web Services?
Hi guys, I am developing a Web Service that need to return a UserDetails class to the client application. I created the class, with ID, name, etc. And made it serializable. So far so good. It works! Here is the example of the return: <UserDetails> <Cellphone>5555555555</Cellphone> <Password>1234</Password> </UserDetails> The problem is that I need to do some error handling on the web services reque ...Show All
.NET Development join two diffeerent tables
i have one table called custsales on my machine and and with same table name on different machine.That talbe has field date and storeid.now when i select date and storeid from different machine(using IP address) all values of that storeid and of that selected dast should be copied to my local machine database and in table called custsales.how can i do that in vb.net.i appriciate ur help.its urgent please thanx If I understand your problem c ...Show All
Visual Studio Express Editions rum my app in fullscreen
hello world . do you have any idea how to make my application run in fullscreen mode please help me By Fullscreen, did you mean Maximized Mode If you want to run it in maximized mode, then change the WindowState property of the Form to Mazimized. ...Show All
Visual Basic Convert the setup screen language.
Normally when we packaged an application in VS .Net 2003, the setup screen language is defaulted to English. I need to convert the language from English to Chinese, anyone know how to do it ...Show All
Visual Studio Tools for Office Refresh of Data / Hiden Sheet VS New VSTO Model
Dears, I come from a VBA world and use lots of hiden sheet technique for refreshing data. However, I'd like to know what's the best practise in refreshing data in VSTO 2.0 nowadays Basically, I want to return a "set" of data (ListObject or Excel.Range is fine) on worksheet after successful login (to my own authentication mechanism), then user may close Excel and re-open this file. At this time, I want to "refresh" the data (ListObject or Excel ...Show All
Visual Studio StoredProcedure, parameters not working in Crystal .Net loading
I use Visual Studio 2005, I create some basic stored procedure on my SQL server 2000. Then i create web project and dynamcli create ReportDocument and fill parameter @id with some value crReportDocument.SetParameterValue(0, 6); or crReportDocument.SetParameterValue("@id", 6); when i load report crReport.ReportSource = crReportDocument fails with error Failed to open a rowset. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for ...Show All
Visual Studio 2008 (Pre-release) WPF with the release version of VS2005 ?
Hi all. I played a bit with WPF when I had beta 2 installed, but now that I have the full version, I can't find any way to install it again Am I missing something All the downloads I can see in MSDN relate back to beta 2. The Nov, Dec, and Jan CTP builds of WPF and the rest of WinFX all support the released version of VS2005. These CTPs do not have a separate SDK as they are part of the WindowsSDK. There are separate VS integration bit ...Show All
Windows Forms opening files (such as *.CHM) from the main menu
I'm sure this is a relatively simple problem for most of you...but I was just wondering how I could open an external help file (outside the application) by pressing a menu item in the main menu. I know I could use a open file dialog, ...Show All
Visual Studio Team System Help needed
hi all, I'm trying to write a custom rule which will check for pascal casing of the class name as well as other parameters. My problem is -- by convention, the names of types that extend certain base types or that implement certain interfaces/classes, or types derived from these types, have a suffix that is associated with the base type or interface. Example:- A type that extends System.Exception should be suffixed with 'Exception'. ...Show All
Visual Studio Team System List of files updated?
Our development team has just converted from CVS to Team System. One of the things we can't seem to find is the output of updated files when you get latest. I have gotten this output once in Team System, but only when I have a conflict. We'd really like to be able to see this output any time we get latest. Is there any way to get Team System to show it to us even when there isn't a conflict Thanks, Patrick ...Show All
Visual C++ Upcasting/Downcasting name jargon
Well I am a little confused with naming jargon of casting. My intended goal was: CBase* pBase = static_cast (derived); What is it called upcasting/downcasting I guess what we are doing is casting a pointer from Dervied Class to Base one so we are moving up in hierachy. Should It not be called upcasting . and There are many articles where it is called upcasting like for example: http://www.codeproject.com/managedcpp/castingbasics.asp ...Show All
SQL Server What happened to the ADO.NET 3.0 May CTP?
It was announced here http://bloggingabout.net/blogs/erwyn/archive/2006/05/11/12167.aspx and then within a few days, the documentation was so completely removed from MSDN ...it was like it never existed. Why was all of the documentation for ADO.NET 3.0 removed from MSDN Here's the latest I've seen on this: http://blogs.msdn.com/adonet/archive/2006/08/15/701479.aspx Buck ...Show All
Windows Forms How to insert an empty row in datagrid which bind to datatable
Hi, I am looking for help about inserting an emtpy row between rows, not to the last row, to allow user enter data in datagrid. Thanks, Following code to some extent solve my problem, but not the really good& ...Show All
