Benjamin00's Q&A profile
SQL Server error applying initial snapshot
Hi Using HTTPS web synchronisation - merge replication. I have a very strange error where it bombs out half-way through downloading the snapshot Downloaded a total of 3 chunks. Downloaded snapshot file 'snapshot.pre'. Downloaded snapshot file 'myView_6.sch'. Downloaded snapshot file 'table2_2.sch'. Downloaded snapshot file 'table2_2.cft'. Downloaded snapshot file 'table3_3.sch'. Downloaded snapshot file 'table3_3.cft'. Downloaded snapsh ...Show All
SQL Server rsExecutionNotFound
I can preview a report I've written in VS (BIDS) without error. However, when I've deployed it to the report server, I'm unable to execute the report. I receive the following error: Reporting Services Error What are you using to view the report The HTML viewer What happens if you close IE and try to render it again ...Show All
SQL Server client redirect
Trying just to figure out how this works...how does it know the other server to reconnect to What does the application see, just a SQL error and the application has to redrive the TX Can it route TX to the MIRROR and redrive it like Oracle's TAF Thanks! Hello I think you are talking about the transperent Client redirection thats available if you mirror your DB and have a whitness server available. If so, t ...Show All
Windows Forms how to consume a web service throgh dynamic proxy in .net client
Now, I have a .Net client that consuming a web service,when i run it from IE, if ie use direct connection ,it works well, but when there is a proxy server between ie and my web server,it doesn't work. I adjust my client by add the&nbs ...Show All
Visual C# C# equivalent for C++ GetLastError()-method?
Is there a C# equivalent for the C++ GetLastError()-method (defined in winbase.h) The normal .NET way of reporting errors is to use exceptions rather than returning status codes. If you're using interop, you can make an external call to GetLastError (I don't have the details to hand, but there are bound to be plenty of pages on it). Does that help Jon ...Show All
Windows Forms Async DataBinding / IBindingList
I’ve created an app that implements its own IBindingList. I also am implementing my own BindingListView control (since .Net 1.1 doesn't have a ListView with databinding, sucky). I want the BindingList to work with a wide variety of Complex Binding scenarios.& ...Show All
Visual Studio Tools for Office Assembilies for VSTO files
Hi, Just wondering when you build a Project with VSTO (excel) do you have to pass assembilies with it for it to work correctly Reason for asking is that i was accessing SQL Server data, displaying it in Ms Excel using a Host Combo control and some text boxes. When I tried to save it and tried to work with it from a different path while the Visual studio was closed it didn't even allow me to access anything. It seems just a snapshot of the Exce ...Show All
Visual Studio Team System VSTS Version Control and Phantom Items
Has anyone else seen this happen A few of my fellow developers have run into what I've called "Phantom Items" in the VSTS Version Control System. Basically, what I mean by this is items that appear in the pending check-ins dialog but that are [no longer] part of the VS solution. When they appear, there seems to be no way to get rid of them short of directly going to the VSTS Version Control window and manually manipulating the repository fil ...Show All
SQL Server Force IS to use column headings
Hi, I've got an IS package which reads a lot of records from a text file and loads that into the database. The text file has column such as Firstname, Lastname, phone number etc and same as the database table. The problem: IS works fine if I have the text file columns in the same order as the database columns but for example if have phone number in the place of firstname (in the text file) IS puts the phone numbers as firstname in the database a ...Show All
Visual C++ COM/OLE Excel
I will pay money for the correct solution. See below. I'm creating a program that automatically opens a workbook and manipulates some cells in the sheet. However, I'm having a problem with "Range" and "IRange." I'm using Excel 2000; hence, I'm #importing EXCEL9.OLB. I'm using Win32 API -- no MFC or ATL. I CoCreateInstance(...) an _Application object. I successfully get the Workbooks, _Workbook, Sheets, and _Worksheet. ...Show All
Windows Forms VB 6.0/ADO Data Control ??
Hi.. I'm new to VB 6.0. Haven't programmed in years. Last time was with VB 4.0; so its been awhile. I have come to the ADO Data Control. I have a form that loads the data into the ADO Data Control with an SQL statem ...Show All
Windows Forms Question about BackgroundImage
I have a background image, which I am trying to add to the form. I want to repeat this image horizontally, but don't want to repeat it vertically. It should correspond to the repeat-x 0 0; in stylesheets. Is there is any way to accomplish this Thanks for your help No by using the default properties of the Form class. What you can do it override the OnPaint method of the Form and just draw the background wi ...Show All
SQL Server Error: SQL Server does not exist or access denied. (Error code 17).
Hello everyone. I am trying to install Project Server, and i'm having issues with sharepoint, and connecting to SQL: dataserver is running sbs2003 sql2003 and analsys services. server2 is running server2003 is to be the application server for project. ProjectDb is the database that i have setup in sql. username is the account that can control everything as administrer. in Sharepoint is asks for the database server: <<dat ...Show All
Windows Forms Menu just dissapeared!
Not what I was hoping for, imminant deadline, and almost all the menu items dissapear. They are there in the designer, the resource file is ok, everything looks ok in initialize component, but on the form now, only 2 menu items appear, wh ...Show All
.NET Development How to print an XML file?
hi, i'm using VC#. I want to print out an existing XML file that it will pop up the openFileDialog and then the printDialog to let the user choose the printer. The problem is that I want the print out to be in color (same as when you open and print the XML file from IE. ) Anyone can tell me how to do that or link to sample codes would be appriciated. Thanks, ...Show All
