Ariel Martin's Q&A profile
SQL Server Sql Server Log Error after upgrade
Hi There Since upgrading to 2005 i see this error int eh sql log file all the time. Date 5/16/2006 12:12:07 PM Log SQL Agent (Current - 5/16/2006 12:14:00 PM) Message [LOG] Unable to read local eventlog (reason: The parameter is incorrect) WHat is this and what can i do about it P.S Upgraded 2000 SP3 EE to 2005 EE Moving to the database engine forum, where you're more likely to get an answer. ...Show All
Windows Forms Localized Deployment, localized .NET installer
Hi, I want to localize the deployment (Russian and other languages) of my Win Application. I know how to localize the MSI (localization dropdown option), but how to localize the .NET installer I read in the help article : ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_deploy/html/eee53da5-bc30-454f-9271-ff35f02313a8.htm that one can download localized merge modules (dotnetfxredist_x86_language.msm) from the MS website, but I ca ...Show All
SQL Server Emulator Error to replicate data on SQL server
Hi Guys, I've tried to make Microsoft lab to create a DB(SQL sever CE) on emulator by existing one on SQL Server,but i've a problem : when i use moethod(of object SqlCeReplication ) to make replicate data, emulator send error -2147012867(A connection with the IIS server could not be established) may you help me,please thx,bye. HI , Thanks a lot for your reply,i disabled everyting stiil giving the same error..wat should i do . ...Show All
Windows Forms Howto change color of buttons on Tab
Hi, Could anyone help me with changing the backcolor of buttons on a Tab Control.I am able to change the backcolor of tab pages,but cannot change the backcolor of the tab buttons. Regards, Supriya Hi Supriya, This can be done by changing the DrawMode property of TabControl to OwnerDrawFixed. Then handle the draw_Item event like this: private void tabControl1_DrawItem( object sender, DrawItemEventArgs e) { TabControl tabControl = ...Show All
SQL Server Adding Table to Dataset for SQL Server Mobile causes VS 2005 to lock up.
I am running VS 2005 Professional Edition Windows XP profession with Service Pack 2 SQL Server 2005 Developer Edition. WHAT I HAVE DONE: I have a database running in an instance of SQL Server. I set this up for merge publication and then set up a SQL Server Mobile Edition Subscription to that publication. After a few oversights I got everything working. The Mobile database replicated just fine. I went back verifi ...Show All
Visual C++ post increment problem
Hello- I'm having a problem with a seemingly simple piece of code. I created a new .net console application and inserted this code: #include "stdafx.h" # using <mscorlib.dll> using namespace System; int _tmain() { int xyz=0; //broken int testar __gc [,]; testar= new int __gc [3,5]; for ( int i=0;i<=testar->GetUpperBound(0 ...Show All
SQL Server Connection Managers not installed?
apologies if this is the wrong group .. whenever I create an Integrated Services project and attempt to add a Connection Manager I get the error Connection Manager 'blah' is not properly installed on this computer. (Microsoft.DataTransformationServices.Design) This happens with all menu options except New Connection.. I have uninstalled and reinstalled both Visual Studio 2005 and SQL Server 2005 and made sure I have selected every ...Show All
Visual Studio 2008 (Pre-release) UI Threading
Hello, I've an UserControl and other user interface component that take about 10-15 seconds to load. I would like to use some thread to load the slowest UI. In .Net 2.0 I used to have a BackgroundWorker to accomplish this task. What can I use now Thanks Giorgio Take a look at the document: http://www.designerslove.net/docs/Optimizing Performance in the Windows Presentation Foundation.doc I hope it ...Show All
Microsoft ISV Community Center Forums New to VB
I have to do a project in VB Excel. I don't write code and it has been over 10 years since I took any programming classes. I have books on VB but I don't know where to start. I need to have our main invoice spredsheet update automatically when we get new invoices at the end of the month from our printing service. I know what I want to do but not how to code it. I would appreciate any advice. Thanks, Melissa ...Show All
Windows Forms Pause execution
Hi, Have an application with heavy calculations keeping the CPU so busy that it prevents the GUI from updating. Can I in an easy way pause the execution so that there is time enough for the GUI to be updated while the calculation continue ...Show All
SQL Server How to write a Function that can return a value from a dynamic database?
I need to get a value from a dynamic data base, and I thought that the best way to do this was by using a scalar function. I'm not too experianced in writting Functions... so I thought I'd post here and see if it is possible, and if so, how Basically, I will be using 3 parameter: varchar @DataSource (the datasource string in the form of "server=SRV;uid=USER;pwd=PWD;database=DB;") int @RecordId (the primary key id column ...Show All
Visual FoxPro Looking for partner developer
Hello, Because of my professional services, I often have requirements of small business applications for many areas. VisualFox would fit perfect to solve them. As I’m just a novice developer, I cannot afford most of the cases, so the sale and new client are lost. Is there somebody in the Forum who could be interested on something like this I could manage all the menus, screen and help translations into Spanish. Best regards :) ...Show All
Visual Studio 2 Patterns for single Crystal Report (rpt) file
Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Acc ...Show All
Visual Basic ListView doesn't refresh list when called again after variables change ?
I am using the code below to display a list of values using ListView, this works fine when this is called for the first time but then after the values of the variables have changed I have then called this code again but I just shows the same values. Any ideas Thanks again for your help For lp = 1 To 20 'Set the List to Detail View ListView1.View = View.Details 'Create ListViewItem Dim itmp As New Windows.For ...Show All
SQL Server Can't uninstall or reinstall nonfunctioning sql server
In previous post in the Getting Started section, I discussed problems trying to run queries on multiple databases: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=299240#299240&SiteID=1 Nobody could help with the problem. I eventually got a query to run after several attempts at deleting and recreating databases. Then, I was hit with the following error message: Class does not support aggregation (or class object is remote) (E ...Show All
