Matt Peirse's Q&A profile
SQL Server Performance counter on Report.
Our company used Reporting Services for a certain months. One day, my administrator ask me if he can know each report's processing status. For example, the average processing time of report name "Order Report". Can the performance counters of reporting services do that Thanks alot! I haven't found anything about that in the api, but there is a nice table in ReportServer-Database. Take a look at dbo.ExecutionLog (an ...Show All
Software Development for Windows Vista Durable and non-Durable Workflows in same Workflow Runtime
Hi, I've got a question about supporting workflow instances that are both durable and non-durable within the same runtime. As I understand it if a workflow persistence service exists in the service container then the engine will call it for every workflow instance. If it doesn't exist, then obviously workflow instances are not persisted. If I want to have a mixed model where I could somehow 'mark' a particular workflow as durable, in other ...Show All
.NET Development Developing Software to run on USB Thumb Drive
Hi, How can we develop software that can run on USB Thumb Drive . There are software that can run on Thumb Drive like bharat Oren Novotny wrote: It would be a pretty difficult thing to get .NET programs to run from a USB drive as they require OS level support (the .NET Runtime) to be available. If .NET is already installed on the host, then you should be able to run most apps from a thumb ...Show All
SQL Server SSRS Subscription jobs in SQL Agent
We have been using SSRS for many months now and have a substantial no. of reports developed and running in Production. We noticed that subscriptions on the reports were created as jobs with uniqueidentifier names on the SQL Agent. This happens even when the subscriptions are not active anymore i.e. run-once subscriptions which have already run. And when these jobs are deleted manually, they get recreated automatically even for the inactiv ...Show All
SQL Server Please help me with a Query
Hi, I have two tables: 1. Encyclopedia (ComponentID, MajorAttribute,BodyPart) with primary(ComponentID) 2. Minor(ComponentID,MinorAttribute) with primary(ComponentID) i am using Microsoft Analysis Services to generate the model using Encyclopedia as the case table and Minor as nested with Association Rules... i have got the rules but need help with the query ... I need to predict the component along with the probability of correct ...Show All
Visual Basic html editor in visual basic
Hello everyone, I would like to know how to build an HTML editor with (drag and drop) in Visual Basic. I'm just looking for drag and drop into html editor and autoamtic write code themself. Does anyone know how to build that in Visual basic or is there is any sample website where i can learn more about the drag and drop html editor! Alidad There is a pretty interesting control for this o ...Show All
Visual Studio Team System using a derived object in a project
I have a file in a project which is built as an embedded resource. This file is the output of a different dependent project which copies the file into the first project's directory. This all works fine except that source code control wants to add the file to source code control and inevitably someone occasionally checks it in. Is there a recommended way of addressing this scenario. I suppose I could build a custom tool but is there something mor ...Show All
.NET Development What a Laugh
I could not help laughing when reading my server logs, besides the usual traffic, there are a few trying to launch games (none on my site) run perl scripts (no perl on my server) and hunt for some linux oriented folders etc. All I can say is good luck, because the server is secure, and the firewall prevents anything but port 80 requests in. www.greenrelations.com Now, the x64 machine I use is now doing better. Been upgrading the site, with ...Show All
Visual Basic ToolStripDropDownButton item.
Well i have a toolstrip1 at the top of my app, i then have a ToolStripDropDownButton1 on it which i have named menu On the menu there are a couple of catagorys: Most useful, less useful etc I want them to be able to there own programs to the catagorys, so i added a button when this button is clicked it brings up the openfiledialog, here is the code i used for that: Dim myStream As IO.Stream Dim openFileDialog1 As New OpenF ...Show All
.NET Development Accessing an Access database on a network share.
Hello, I am having a problems connecting to an Access database hosed on a network share and I am running out of ideas and time. I have referenced several threads in this forum as well as other sources with little success. I have attempted to add the user id and password to the connection string as in post, <http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=95215&SiteID=1 >, which failed. I have tried both the user id and p ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to scroll a 2D background
Well, I've been searching the web and I cannot find a single example of someone scrolling a 2D background using Managed DirectX WITHOUT using the deprecated DirectDraw. I can already scroll a background using DirectDraw, but I'm trying to be a good boy and stop using the deprecated code. I've been struggling to figure this out for myself, but I'm just not understanding what techniques and objects I would use to scroll a 2D background. If so ...Show All
Windows Forms application.exe to big
Hi all, I'am just a beginner in .net and I build an application. After adding several forms to the project, to .exe starts to grow Question 1: What is the best solution to split up the program (dll's ) or are there other possiblities to do tha ...Show All
Visual Studio Tools for Office Button is not getting removed after uninstalling the Word add-in
Hi All, I'm creating and installing a Word Add-in. The add-in creates a button on standard toolbar. When I uninstall the add-in the button is not getting removed. The add-in is the basic add-in from the link http://support.microsoft.com/default.aspx scid=kb;en-us;Q302901 as it is. The code in OnBeginShutdown is as follows: public void OnBeginShutdown(ref System.Array custom) { object omissing = System.Reflection.Missing.Value ; System.Wi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Typewriter style Text on Desktop
Hi, I’m new to MDX. I am looking to displaying “typewriter” style text on the desktop – you know the kind that is done on “xbox war games” etc accompanied w/ the “typewriter sound” Can someone point me to a way to doing this via MDX or any pointers will be greatly appreciated. thanks in advance ...Show All
Visual Studio 2008 (Pre-release) LoadBaml gone?
Earlier versions of the SDK had Parser.LoadBaml, but the latest version does not. We want to have many XAML snippets (100's) stored as BAML resources and be able to load them dynamically by name. I can get Visual Studio to store a XAML file in a project as a BAML resource, but when I get a stream for that resource and call Parser.LoadXml (the only thing that looked like it might handle this), it doesn't work. Is ...Show All
