byerh's Q&A profile
SQL Server Sequel 2005 installation Perflib problem
Hey everyone, I'm trying to install SQL 2005 developers edition on my local PC and I get the following error during the System Configuration Check: - Performance Monitor Counter Requirement (Error) Messages Performance Monitor Counter Requirement The System Configuration Check for Performance Monitor counter registry value has failed. For details, see How to: Increment the Counter Registry Key for Setup in SQL ...Show All
Visual Studio Report viewer problem in c# 2005 beta2.
Hello Friends I am developing a c# application using Visual studio 2005 beta2,sql server 2005 server and its reporting services. I have a little problem in report viewer i am not able to display a report in report viewer i write a following code but it still not working also its not give me any error. System.Uri reportUri = null; reportUri = new Uri("http://servername/Reportserver"); this.RpReportViewer.Reset(); this.RpReportViewer.ServerReport ...Show All
SQL Server Getting started with SQL Server Mobile
I have recently upgraded to VS 2005, .NET 2.0, and SQL Server 2005 and am trying to upgrade some of my older Pocket PC 2003 apps. I am trying to educate myself but have become a bit confused about how to proceed and was hoping some of the knowledgable people in this group could point me in the right direction. I have developed several data collection applications that used Pocket Access on the device and very easily sychronized with a custom MS ...Show All
.NET Development passing Streams to a MarshalByRef object method
I have a class that implements the following psuedo-code: public MyStreamReadWrite : MarshalByRefObject { public void ReadWrite(Stream inStream, Stream outStream); } I am hosting this class as a server-activated, SingleCall, object, listening on a Tcp channel. I want clients to be able to invoke the ReadWrite method on the server and pass open streams to files located on the client. I have made this work by doing the following: ...Show All
Visual Studio Breakpoints not getting hit
Hi, I have asked around ASP.NET with no luck, so I am at my wits end with this! Installed VS.NET 2005, really impressed with it. Except that often ( though not always) breakpoints are simply ignored. This makes it next to impossible to debug, as you can imagine! Yes, I am configured for debugging, I am producing the pdb files, I am hitting "some" breakpoints (though there really is no real pattern to identify why I hit some but not al ...Show All
Visual Studio Express Editions Distributing My App - Verification...
Ok, so let's say I've got a project that when built, puts "MyKillerC#App.exe" in the bin -> release folder. Now I want to turn around, zip that up and post it for downloading from a website for others to download and use. Questions: Should I include a note that says words to the effect of "You need to download and install the .NET 2.0 installer from Microsoft in order for this application to run" I have an about box t ...Show All
.NET Development Parsing data from MSQL to TextBox
ok I have the following code System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient.SqlConnection("SERVER=localhost;DATABASE=test1;UID=username;PWD=dbpassword"); System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("SELECT * FROM tbl1 WHERE IDNum = '"+txtIdNum.Text+" LIMIT 0, 1', conn"); System.Data.DataSet ds = new System.Data.DataSet("MyDataset"); Ho ...Show All
Microsoft ISV Community Center Forums VBA for Powerpoint
Hi, I have been asked to modify a powerpoint presentation so that from a series of jpg files, one appears on the screen and then after a specific time period disappears and is replaced by another; this being a continuous loop on one slide only - like a photo tour. I have the following code, but need to get it up and running. Any suggestions: Sub ImportABunch() Dim strTemp As String Dim strFileSpec As String Dim oSld As Slide Dim oPic As S ...Show All
Smart Device Development Smartphone registry problem
Hi all, I want to change some registry setting for WM5 Smartphone emulator, and I found that some registry values can not be changed. lResult1 = RegOpenKeyEx(HKEY_LOCAL_MACHINE, TEXT("System\\CurrentControlSet\\Control\\Layouts\\e0010409"), 0, 0, &hKey); lResult2 = RegQueryValueEx(hKey, TEXT("Ime File"), 0, &dwType, (LPBYTE)szValue, &dwDataSize); lResult3 = RegDeleteKey(hKey, TEXT("Ime File")); I can see the return values of th ...Show All
Windows Forms Convert Rich Text to HTML
I'm probably dreaming here... but I'm wondering if there's something out there that will take Rich Text and convert it to HTML. Even if it's just the basics (formatting like bold/italics, etc). I know this is a big request :) but essentially& ...Show All
Windows Forms datagrid changing datasource at runtime not working 2nd time
I need to display results of different queries into the same datagrid. The query results are from the same table and go into the same dataset. I can only display to the datagrid the query results the very first time. After that I see ...Show All
Visual Studio 2008 (Pre-release) HitTest Performance
Hello, I'm using VisualTreeHelper.HitTest with both callback and filter. I call it from within OnMouseMove - because of the performance things don't go 'smoothly'. I can't get that much advantage out of using HitTestFilter as the control I'm looking for is always at the bottom of the tree. I wonder is there any other means I can use I was looking at overriding HitTestCore but it doesn't seem to give me anything. Any suggestions on ...Show All
Visual Studio Team System TF42057: build request is not from the configured team foundation server
Hi, I installed TFSBuild on the application tier of my team foundation server. When I try to execute a build, I receive the following error: "TF42057: The build request is not from the configured Team Foundation Server. Please contact your Team Foundation Server administrator for help." This occurs whether I do it from the VS2005 IDE or if I log in to the application tier and run it from the command line. I took the steps outlined by ...Show All
Visual C++ MFC80D.dll not found
Hi all. I've been reading previous posts on this problem, and I'm still stuck. Here's the deal: I'm working on a collection of classes from a VC6 project. They all embedded a manifest file in the exe via the resources, these I have deleted. They do all build to a folder which contains a .manifest.exe file as well, but I've tried the macro which was shown in one of the folders for stdafx.h and it didn't help. I also just turned on embedding a man ...Show All
Windows Forms Drag n' drop
is there any way to change the drag/drop rectangle of a control when dragging it i have a custom designer of my control , but i would like it to display something else or atleast position the drag drop rectangle while moving the control. any&n ...Show All
