Keros's Q&A profile
Windows Forms Code for adding new entry to Access DB not working (Vb6 to Vb.Net 2005)
Ok, I know I'm posting lots of questions, but I really figured this code would work, or be easy to hack around and get to work, as loading the information successfully was relatively simple to convert from Legacy to .NET. Dim rs As ADODB.Recordset Dim com As Object Dim dbPath As String   ...Show All
Microsoft ISV Community Center Forums Installing Business Scorecard Manager 2005 on a SQL Server 2005 instance.
I'm trying to install BSM 2005 into a Win/2003 Server running SQL Server 2005 (everything) and the Web Service won't install because it reports the following: Failed Microsoft OLE DB Provider for OLAP Service (MSOLAP) 2000 SP4 (8.00.2039) as well, the Alerts won't install because of the message: Failed Microsoft SQL Server 200 Notification Services 2.0 SP1 Engine Components I understood that this version was compatible with SQL 2005. Any idea ho ...Show All
SQL Server data migration from sybase 8.0 to sqlserver 2005
Hi all, Here i had a task to migrate sybase 8.0 database to mssqlserver 2005 .how can i migrate this using INTEGRATED SERVICES (SSIS) or any other options. .Please try to provide some basical info because i am new to sybase versions. JSR2005 wrote: ...Show All
SQL Server Why is this slow?
The query is just... select name, max(date) from myTable group by name myTable had a clustered index PK, also non-clustered indexes on name and date. There are approx 1,000,000 rows and there are only 3 distinct names. This takes 10-15 secs to execute, even running directly on the server. Server trace says duration = 100, reads = 100 Profiler says CPU=20000, reads = 20000, duration = 10000 What on earth is going on ! ...Show All
.NET Development Bug in VS2005 Custom Tool (XSDs) or VS2003 conversion problem
I'm trying to convert an application from VS2003 to VS2005. My latest problem involves xsd files (dataset specifications). None of my VS2003 xsd files compiles within 2005. I get a similar error for each: Error 2 Custom tool error: Value cannot be null. Parameter name: ServiceProvider C:\Documents and Settings\user\My Documents\Visual Studio 2005\Projects\EDS C2 R13d (Perf fix DM)\PCIU_Projects\Main\SupportingData.xsd 1 ...Show All
SQL Server SQL Native Client vs. IIS Log
I am using IIS 6.0 and SQL 2005 SP1. I have IIS configured to log via ODBC using SQL. If the DSN is configured using SQL ODBC 8.0, everything works fine and full logging occurs (uses named pipes or TCP/IP as configured). If the DSN is configured using SQL Native Client (uses LPC), logging occurs sporatically with no errors, often only logging the first entry. Pete Loveall AME Corp. It might be a bug. You can report it : http://lab.msdn ...Show All
Smart Device Development Remote Desktop Protocol?
Hi I am just wondering if there are any API's or something that is exposed for developers to use to allow some protocol creation or something so we can implement remote desktop on .NET CF or even in the full version of .NET is it possible Are you asking for a RDP client or RDP server support on your device Do you want to write a client in managed code that can connect to remote servers. Here are the responses in either case: - .NET CF doe ...Show All
Smart Device Development How to overload == in CF?
public static bool operator ==(MyObj o1, MyObj o2) { return o1.Equal(o2); } the problem with the code is that if o1 is null the code throws "Object reference not set to an instance of an object." exception. Any ideas Thanks, Alex Ilya Tumanov wrote: return (object)null == (object)o1 false : o1.Equal(o2); that is exactly what i w ...Show All
Smart Device Development DLL from embedded visual studio C++ to Visual Studio .NET 2003
Hi ! I have implemented WCE-Dynamic-Link library in embedded visual studio C++ that contains a class. My problem is that I want to make this DLL implementation available in Visual Studio .NET 2003, but I don't know how to do it I've tried looking for some tutorials but haven't found any.... Jeff Abraham wrote: If you are asking about interoping between .NET Compact Framework v1.0 ...Show All
Visual C# Apps for Non-framework users
Hi. I'm been thinking of making a couple of small applikations using C# and dotnet mostly cause i want to and the language seems interesting But i have a question i'd like to have awnsered. The machines the apps ar going to be used on don't have the space for the framework but i can squeeze in one or two simple apps. So is there a way to make an application so that the needed dll files and whatNot are all gathered together and ready to ...Show All
SQL Server How to use Excel to browse cube
I have created a cube. Now when I open excel so that to browse the cube in the excel pivot table i am getting connection refused error I am using olap 9.0 to connect to my cube which is deployed on the sqlserver 2005 analysis server. server is up and running. Hi, I having the similar problem with you. But no sure whether your error message is same with me. Here i get the error message as below: ...Show All
Visual Studio Tools for Office Error occurred when undo (Ctrl+Z) operation done
Hi, We are working on Word Customization using VSTO, in the some of the XML tags we are inserting label control inorder to show some read only content for understanding pupose. If user deletes the XML Tag and does undo operation (Ctrl+z) the following errors come one after the another, 1. System.ArgumentException crossed a native/managed boundary Message="cookie" Source="Microsoft.VisualStudio.OfficeTools.Controls.Co ...Show All
Visual Basic PictureBox + Color
OK, here's where I'm at - I've created a panel (400x400) with 324 PictureBoxes (yes, unfortunately I felt the need to use a 18x18 grid of PictureBoxes). Each PictureBox has some code which changes the colour when pressed. Below is an example for PictureBox2: Private Sub PictureBox2_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles PictureBox2.Click paintme(PictureBox2) End Sub And t ...Show All
Visual Studio 2008 (Pre-release) Is it possible to bind to the Value property of a DataTrigger?
For example, something like... < DataTrigger Binding = " {Binding Source={StaticResource MySource}, Path=MyName} " Value = " {Binding Path=OtherName} " >... I get a runtime error so I'm wondering if this is simply not permitted at all or whether there is some alternate syntax or method to achieve something like this. Thanks By the way, the runtime error I get says... 'Binding' is not a ...Show All
Software Development for Windows Vista New Windows Vista Developer Story: Search & Organize
As promised, the latest chapter in the Windows Vista Developer Story has been posted on the Windows Vista Developer Center . Abstract : Learn how to improve your Windows Vista applications using built in support for Live Icons, Rich Preview, Search Folders & Stacks, extending Search to new data and file types, Navigation & Filter Controls, improved Search & Indexing, Filtering, Data Sharing, and Breadcrumbs. Link : ...Show All
