Answer Questions
robinva Problem DownLoad File
The scenario is: A Host Service communicate directly with a client without ServiceSite in IIS. I want to download a file from Server to a Client. If the size file is more than 60kb the host service generate this error: {System.ServiceModel.CommunicationException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error o ...Show All
Manoj K Srivastava Graphics Example Strictly C#
Just looking for a simple c# example that adds even a simple shape to a canvas in WinFX application at runtime. I've been searching the forums and MSDN for the past couple of hours without a solid example of someone trying to create an app in strictly c# or any other .net language. I'm trying to code an app that doesn't have a specific amount of visual elements that are add at runtime, and i'm just trying to figure out if it's even possible. Tha ...Show All
VisualManiac Visual Basic Compiler Error when adding a reference programatically
Hi, The following code gives a VB compiler error when run from a debug session. Is this behavior as intended (as it works fine from an Add-in) Dim DTE2 As EnvDTE80.DTE2 DTE2 = System.Runtime.InteropServices.Marshal. _ GetActiveObject("VisualStudio.DTE.8.0") For Each project As Project In DTE2.Solution.Projects ...Show All
bmilano Do multiple instances of the same VSTO solution run in separate AppDomains?
If I create one VSTO solution and attach it to multiple documents on my machine, then open each of those documents at the same time, does each VSTO solution run in its own AppDomain I'm using static (global) variables in my VSTO solution, and just want to verify if I open multiple documents at once (all using the same VSTO solution) that each document has its own copy of the static vars. Is this correct ...Show All
casey2727 How can I debug an addin?
Hi, Never developed an Add in and I am going to have a go at it. I was looking through an example I have downloaded but cannot figure out what I need to do in order to debug it. Also any links on how to write them as well Thanks This may help: Walkthrough: Debugging an Add-in Project Sayed Ibrahim Hashimi www.sedodream.com Hi, Thanks for your reply. ...Show All
kaanuki Who makes the Oracle driver in Crystal Reports XI r2 ?
When you go to set the datasource location in CR XI and you select "Create New Connection", does anyone know whose driver it is that's listed as "Oracle Server". Is it made by Business Objects Merant/DataDirect Connect Oracle's ODP Something else Anyone know Thanks. The following response is directly from Business Objects' customer support: "Oracle Server which is found u ...Show All
Dennes Magayanes How do I add a Search filter for my dev language?
Hello Can you tell me how to add a Search filter I have successfully added a Contents/Index filter, as described in the Help Authoring and Integration Guide. However I can't find any documentation on adding Search filters. In particular, I want to add a language to the language drop-down Search filter. I have the DevLang S attribute set in all the relevant HTML files. I have created an Slinks.HxK file and have included that in the correspondin ...Show All
Gig@Byte Using a referenced assembly in an VSIP package.
Hi all, I am trying to use a referenced assembly in my VSIP package (with some helper functions) but when i compile i get this error "error PRJ0019: A tool returned an error code from "Performing Custom Build Step" PackageUI" This PackageUI is the c++ project.. and i have no idea where to look to solve this error.. Can any one shed some light on this Greetings Hi Paul, It sounds like there's an error tr ...Show All
Eileen Torrens Installation Problems
I've had a ton of installation problems trying to get the Indigo development environment set up on my system. I've tried the installation and uninstallation process or three times and I think I'm having a version compatibility problem between the January and February releases. I did a complete uninstall of everything and then installed everything again in the following order: 1. WinFx Runtime (February CTP) http://ww ...Show All
dierckx Excel Designer cannot be activated
After I installed VS 2005 and VSTO I upgraded my Office 2003 to Office "12" Beta 1. I uninstalled Office "12" later and installed Office 2003 and SP2. I tried to create a Office application (excel workbook) and VS says "the project cannot be created". I uninstalled and reinstalled VS 2005 and even re-run VSTOR.exe but the problem persists. When I try to open an existing Office project, the project opens but when I try open a designer file V ...Show All
white_angel_22 Mouse hover event over a range of cells in Excel using VSTO
Hi I have placed a similar thread to this previously but have not had too much success. I thought I would put it up and maybe word it differently. Neither VBA nor VSTO provides a mouse over or hover event. I need to be able to capture this event in VSTO within the office application and determine when certain users are hovering over a cell with the mouse. I am also an accountant who has turned to the dark side of programming. So if ...Show All
RedBeard sgen.exe failed due to spaces in keyfile's path. How can I work around this?
sgen.exe is getting called like this (complete outout can be seen if necessary, only putting here relevant info: [vmsbuild] C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\sgen.exe /assembly:"c:\Documents and ....dll" /proxytypes /compiler:"/keyfile:c:\Documents and Settings\dansan\My Documents\src\ProjA\060608-FixScripts\SolutionFile s\Development.snk" /compiler:/delaysign- [vmsbuild] The "SGen" task i ...Show All
Dustin Gregoir Rajeev please help, bug in .Net
Rajeev please help, I think I have found a bug in .Net. If you look at my other recent post you will see the code I am using to bind a report to a datatable in ASP.Net via an ObjectDataSource , which works for the master report. Using exactly the same code to create the ObjectDataSource , but adding the following line of code to the subreporteventhandler should bind the subreports. e.DataSources.Add( New ReportDataSource("dstMonthlyReturn_titl ...Show All
kingces How to switch the skin at runtimes
I would like to create an application that allowed user to choose their favourite skin at runtimes. For example, the default theme of the application is "tortoise theme", it is in tortoise shape and color. User can switch it to "butterfly theme"(Maybe via combo box), this will change the application to butterfly shape and color. User can also switch it to any other theme. But the business logic at the code behind w ...Show All
Ramoas ASPnet_RegIIS ?!!
If i install the IIS after i install .net i would run the aspnet_regiis to register the handlers to handle asmx and aspx files. Same way if i install Winfx and then the IIS. How can i add handlers to handle the .svc files to the IIS ServiceModelReg.exe is equivalent to aspnet_regiis.exe but for WCF script maps -- you'll find it in the following directory: C:\WINDOWS\WinFX\v3.0\Windows Communication Foundation Aaron Skonnard ...Show All
