CallumP's Q&A profile
SQL Server SQL Reporting Services Subscription Does Not Work
We have two SQL Reporting Services Servers (Test and Production). In the Test environment I have set up some subscriptions to email reports to me, it works great. I have tried to set up reports in the Production environment, but the Report Manager never even attempts to email a report to me. For example, this morning at 8:30 I set up a subscription to email a report to me at 8:45. It is now 9:15. I have not received the r ...Show All
Windows Forms Problems updating a ClickOnce installation using MageUI
I've updated a ClickOnce installation using MageUI and I can install it. However it seems to run "inside" a command window of some type. It runs just fine but it just has an annoying command window attached to it. Has anyone else seen this Or know what the problem is Sorry, no idea other than wondering if your new .EXE is a console app, or uses a Sub Main to launch Windows.Forms forms... or something ...Show All
Visual C# C# & Memory Problem
Hello I have written so far several little applications in C# (2003) which do some stuff. Nothing spectacular. EXE files are anywhere between 30 and 50KB. Everything worked perfectly fine until I checked how much memory space these applications take over. And, well, it is anywhere from 17MB to 24MB. Could anyone explain to me this phenomenon What should I do to fix this Help & Encourage Me ...Show All
Windows Forms Is my plant alive ?
Hi all. I was participating to the contest of Japan. My animal was not able to be survived. Because I knew the existence of this server, I will challenge making of the animal again. At first, I introduced my plant. After a few minutes, my system cou ...Show All
.NET Development how to display xml File key and values ?
I am trying to display the xml key and values, and I have a code written up and seems to work, but I need to use xmlnode, xpath and xmldocument. ANyone out there Here my code that works with out the use of it, using System; using System.IO; public class ReadXMLFile { public static void Main(string[] args) { try { // Create an instance of StreamReader to read from a file. // The using statement also closes ...Show All
Visual Studio Creating Virtual Directories in MsBuild
Hi, I tried to use the SDC task library to create a virtual directory and had the following error. Message = Could not load website from given DirectoryEntry VirtualDirectoryName = TestWeb Path &n ...Show All
Windows Forms Exception handling and the backgroundworker
I'm using VB in Forms 2.0 and have some strange problems with exception handling in combination with the background worker. I have added two exception handlers: AddHandler AppDomain.CurrentDomain.UnhandledException, AddressOf OnUnhandledException AddHandler Application.ThreadException, AddressOf OnThreadException When an exception is raised on a background thread (started using the backgroundworker), I want to be able to handle it nicel ...Show All
SQL Server Frustrated with Service Broker Example
I want to use a Service Broker Queue as a processing queue. I found several examples on the WEB and have tried to make them work but they do not. Below is the example I used and I ASSUME I should get a Hello World in the Message field at the end but its empty. Any ideas as to why I have tried select * from ReceiverQueue and select * from SenderQueue before I do a RECIEVE and both QUEUE's are empty Scooter ------------------------------ ...Show All
.NET Development SqlTransaction: Why is TableAdapter in generated dataSet.Designer.cs protected
In order to set the Transaction for a SqlCommand I have to get to the SqlCommand - Right But I have not found a way to unprotect the Adapter inside the generated class... Any ideas - workarounds or "Am I evil " ;-) Thanks Peter I have the same problem, I find this code but I don't know if this is the best way. Using transaccion As New Transactions.TransactionScope 'Put your code he ...Show All
SQL Server Report manager HTTP status 400: Bad Request
I am having trouble to access Report Manager on a fresh SQL Reporting Services install on Win 2003, SQL 2000 SP3a machine. /ReportServer works fine, I've created a Virtual Directory /OnlineReports to allow anomynous access but /Reports doesn't work. So I can't add IUSR to the folder I need anomymous access on. Can somebody please help Thanks in advance. Yes, here's what it shows <ReportServerUrl>http://www.domain.com/ReportServe ...Show All
Visual Basic How do I ADD A NEW DATA SOURCE ... it doesn't work!! Why???
In Visual Stuidio 2005 Enterprise Edition Beta 2 allows you to ADD A NEW DATA SOURCE in one place in only one way. Unable to cast COM object of type 'System.__ComObject' to interface type 'EnvDTE.IVsExtensibility'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3C536122-57B1-46DE-AB34-ACC524140093}' failed with HRESULT: 0x80004002 (No such interface supported (Exception from HRESULT: 0x ...Show All
Windows Forms Windows Forms MDI inside Internet Explorer
Does anyone know if it's possible to host a Windows Forms MDI within IE We know how to host regular forms but have had trouble with an MDI. Our application needs to run either within a browser or as a standard windows app. Th ...Show All
System Center Model Summary looks wrong
The Model Summary page is not displayed correctly for me, most of the text is cut horizontally in half. I am running Windows XP SP2 with Microsoft .NET Framework 2.0. Hi Darren - let me ask a couple of questions to narrow this down a bit: Have you changed your display's DPI setting from the Windows XP default of 96 DPI (e.g. to the "Large size 120 DPI" setting) What locale are you using in Win ...Show All
Visual Basic setup project can not build
Hi, I am using vs 2003 to build a setup project but got this error message "Could not find file ..., Not enough storage is available to complete this operation." I checked the path of the file, it is correct. After I remove this file from the setup project, I can build it successfully and the result msi file is about 250MB, the file I removed is about 260MB, is there any limitation about the size of the file in setup project or the tot ...Show All
Visual Studio Tools for Office Insert Word field...programmatically?
In Word, you can go to Insert --> Field and insert a formula. I know that works great. But my question is, can you do all of that programmatically OK, I found something like this: Me .Paragraphs( 1 ).Range.InsertParagraphAfter() Me .Fields.Add( Me .Paragraphs( 1 ).Range, Word.WdFieldType. wdFieldExpression ) But how can you create the formula ...Show All
