Answer Questions
Fenix the Firebird Fields cut off printing Crystal Report
I have a C# .net program that contains a Crystal Report. The program allows the user to print the report from within the program. I am not using the report viewer control, I am simply telling the report object (quoteReport) to print to the printer after showing a print dialog window (reportPrintDialog). Here is my code: // printer settings quoteReport.PrintOptions.PrinterName = reportPrintDialog.PrinterSettings.Print ...Show All
SohaibM Problem of Office add-in (C#)
I have a problem in that I have a MS Word Add-in which works fine on the computer where I developed it (in MS Visual C# .NET) but when I try to deploy it on other machines it doesn t work. To deploy the project I am using the Setup project from the Add-ins solution explorer as per instructions at, http://support.microsoft.com/default.aspx scid=kb;EN-US;q316723 I tried to isolate the problem using some simple examples. I made an add-in that s ...Show All
awoomer Debugging T-SQL Stored Procedures in VS 2005
I know I'm not the only one posting this type of problem, though my problem has some differences which I think are worth noting. I am trying to debug T-SQL stored procedures on my local system (Windows XP Pro), VS 2005 Team Edition for Software Developers. To my local SQL Server 2000 SP3 database server. When I click the "Step Into Stored Procedure" menu item, the stored procedure runs to completion, never stopping at the first exec ...Show All
Edwin Jeffcoat An Existing Connection Was Forceably Closed by the Remote Host
I've just gotten WCF to begin working. I have about 15-20 different services - all of these were previously running as web services without a problem and I've just finished converting them all to run under WCF. All of the services except one are running fine under WCF. The one that is not running is giving me an error that says: System.ServiceModel.Communications Exception: An error occurred while receiving the HTTP response to 'http:// ...Show All
_Andrew Xaml Mapping to a referenced Assembly?
How can I map a Namespace of a referenced assembly in Xaml. Local Assembly: < Mapping XmlNamespace="local" ClrNamespace="AvalonApplication1" > < local:Class1 /> External Assembly: < Mapping XmlNamespace="local" ClrNamespace="External" > < local:Class1 /> Error: Window1.xaml(9,10): error MC3074: Unknown tag 'DataSource' in namespace 'local'. Note that tag names are case sensitive. Line ...Show All
lvsund Delay when debugging
I have a project that includes a managed DLL. When I debug via Visual Studio, it will take literally 30 seconds to step INTO a method that calls a method from the managed DLL. However, if I build and run the application from the bin directory, it works fine. It seems that the DLL is not being loaded at first. Is there any way I can fix this I solved the problem. Just in case anyone else has this problem, here' ...Show All
C# Lover Debugger Hangs Delay Notification
The problem happens while debugging when I try look at the details of "this". It happens every time. In the "Locals" pane I try to expand the entry "this" by clicking on the "+". I get an internal error after which Visual Studio won't do anything else and pops up a dialog named "Delay Notification" when ever I try to interact with it. I must use task manager to exit it. I was having the same problem when I first installed Visual Studio Beta 2. I ...Show All
AnjaTr Template.Save() changes the behaviour of its load
Hi All, I'm installing a custom template and adding my toolbar to it. I'm doing this to make sure that upon uninstallation the toolbar goes away. This works fine. No issues. I've to load this template only to selected documents. This also happens fine as I set the CustomizationContext based on my conditions. First time the document is opened the toolbar comes as floating. Now if the user moves the toolbar, say next to the standard toolbar ...Show All
dinzana Clueless SerializationException!
Hi All, I am getting a System.Runtime.Serialization.SerializationException and have no idea how to fix it. I get this error at the time deserializing the object. I am developing a VSPackage in C#. From the Initialize() method of my package class (which is derived from class Package), I am trying to read/write a serialized class. I can see in the forum that few other people have had these problems but I could not find any answer. Coul ...Show All
flagrant99 'Catch' visual studio's menu/toolbar action (like save)
I'm lost. I've been trying to find something I actually understand but without success. So I'm going this one last go via this post before throwing in the towel. Maybe someone here can show me the light, or at least give me a somewhat better idea what I'm looking for. Our application is now running inside visual studio (using vsip), complete with a tool-, and editorwindow. I would really like to have our stuff react to the menu/buttons of vis ...Show All
Akif WCF and SOAP with Attachments
Hi all, today I'm investigate the standard implemented in WCF. I've seen that the attachments can be send o received only in MTOM format. It is right In my project I must implement the SOAP 1.1 with Attachments standard specification. It is possible with WCF I must write a specific message encoder (as MtomMessageEncoder) Thanks in advance, Fabio Greetings, Yes, this should be possible. To do this, you should implement a custom Messa ...Show All
garrywilliam XAML app: what should I install?
Greetings, new generation developers! I want to develop a application capable of showing a XAML interface. I've been doing some research and it seems I have to install the following components (in this order): Visual Studio 2005 Beta 2 WinFX Sept CTP Runtime Components WinFX Sept CTP SDK WinFX Sept CTP Extensions for Visual Studio I already have VS2005 Beta2 in my machine, but when I try to install the WinFX Runtime Components (i ...Show All
Mary Waller SubReport Problem with Running Totals
Hi Major problems my friends I have read all the literature but seem to be missing something This is what Ive got 1. Main report shows sales figures per person The report is grouped by department and then week At the end of week I use a running total called DistinctNumberEmployees This gives me the number of distinct employees in that week At the Week Group foot ...Show All
Data Masters Is Sql Server 2000 sufficient to use the Report Controls?
Hi We will use VS 2005 from the beginning but won't change to Sql Server 2005 so soon. Therefore my question: Do the Report controls need Sql Server 2005 to run Thanks orbit Hi That's ok But do the Reporting Services 2005 only work with Sql Server 2005 Thanks orbit The controls require SQL Server 2005 Reporting Services. To get full interactivity, we had to add quite a bit ...Show All
mdfq10 WebForms app using ServerReport - can I dynamically assign DataSource?
Hi All - I found tons of posts describing how to dynamically assign a datasource to a ReportViewer control for local reports - but nothing for ServerReports. Is this possible We have a great need for this. Thanks -J Take a look at this blog article for an example: http://blogs.msdn.com/bwelcker/archive/2005/04/29/413343.aspx In server mode, the dataset queries are ex ...Show All
