Answer Questions
Fernando Velásquez FileStream transfer
Hello! Which is the easiest way to transfer file stream from server (service) side to client side Thank you in advance. Best regards, Saso Sure. [ServiceContract()] public interface ISoftwaremakerSongService { [OperationContract()] Boolean Upload(Stream fileStream); } --- public Boolean Upload(Stream fileStream) ...Show All
Pubsnack Error deploying Crystal with Beta 2
I get a row of errors when i run CRRedist.msi, during "Updating Component Registration", giving "Internal Error 2908" and a long string starting with "{73E86397-" and so on. then I get the same error 3 or 4 times and then the install aborts. Please any help appreciated! /Mikael Hello Mikael, What are the target operating systems that you are deploying to Does this happen on all machines This error usually points to a lack of rights in wr ...Show All
Caslan Deriving from a window
Hi All, How can derive a new window from an existing window in wpf. I have tried code like the following: < Mapping XmlNamespace="local" ClrNamespace="Ui" Assembly="Ui" > < local:BaseWnd x:Class ="Ui.DerivedWindow" xmlns ="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x ="http://schemas.microsoft.com/winfx/xaml/2005" xmlns:local ="loca ...Show All
IDO Is it could be used on Oracle database?
Could I use DLinq on Oracle database Thanks! Currently, DLinq only supports SQL Server (2005 or 2000 to be more specific). But the technology is NOT SQL Server-specific. Given our limited resources, we are looking into various options for supporting other databases including working with ISVs and database vendors. Thanks. Dinesh Kulkarni Program Manager - DLinq http://blogs.msdn.com/Dinesh.Kulkarni/ Any connection you pass to Data ...Show All
Bill Foust Drawing over control children
Hi, In Windows Forms it is virtually impossible to have a control paint over its children - overriding OnPaint doesnt help, because the children are drawn after the control itself. I've tried overriding OnRender in WPF with the same results. Is/will be this possible with WPF Thanx. A Visual cannot draw over its own children, but a control can create more than one Visual. To achieve the effect that you are lo ...Show All
Cypherroo VS2005 is there an [!output {SymbolName}] list
Does anyone know of a good list of the stock symbols available in a wizard's [!ouput {SymbolName}] command http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/vclrfCustomizingCWizardsWithCommonJScriptFunctions.asp I found a _partial_ list here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/vclrfpredefinedcustomwizardsymbols.asp Many thanks to anyone who replies (and double thanks ...Show All
echobaseuk AddNamedCommand(...) and VSIP
Hi, I am developing a VSPackage, and need to add commands like the EnvDTE::Commands::AddNamedCommand(...) method. However, although i have access to all the EnvDTE interfaces, i can't access the EnvDTE::AddIn object from within my package. I have tried querying it from different interfaces but to no avail (everything returns E_NOINTERFACE). Apparently a VSPackage is NOT an addin and hence does not have an AddIn instance. I want to add named comm ...Show All
Mosow Simple element Drag'n Drop example in WBA
Is there a simple UI element drag'n drop example for WBA Regards Ranj How do you move an element to the front of others (z-order) Should I change the element's index in the Children collection http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/wcp_samples/html/be90d645-dd61-4f53-93bb-87902d086ef7.asp When in doubt, check the documentat ...Show All
CindyR How do I debug Web Apps on a remote machine ?
Hi, I am trying to develop a web app that uses COM objects that only reside on a server where I cannot install VStudio. I have, however, installed .netFW 2.0 Beta and the remote debugging tools. Now I cannot find a way to tell VStudio to run the app on the remote machine when pressing F5. Is this by design The samples for remote debugging don't touch web apps, and the settings for web apps don't let me specify remote debugging. A little hint wo ...Show All
Mordt VSTO Excel Binding a dataset from a webervice
Hello, Can someone point me to some sample code on how to get a dataset from a webservice and bind it to a sheet via the code If the dataset is quite large is there a way to parse it out onto different sheets Thanks in advance. John Mohit, Hello, and thanks for the response. Ok I got all steps 1-4 complete and I see the dataset and the binding listobject on the design screen. I ha ...Show All
Aldice design Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install ...Show All
vsk Insert an Excel Worksheet into Word
Hi, How can I insert an Excel Worksheet programmatically into Word In Word, this is available by doing : Insert > Object > Create From File and select the Excel document. Thanks in advance. It's not really a VSTO question, but what you could do is do some macro-recording and rewrite the VBA code to your prefered language: This is the result if you recorded your scenario: Selection.InlineShap ...Show All
StuartCI More VSTO install woes
R6025 C++ runtime error when opening Excel and word projects. The exact text is Runtime Error! Program c:\Pro... R6025 -Pure virtual function call The title of the message box is Microsoft Visual C++ Runtime Library. I do not have 05 C++ installed. I've already tried vstor.exe. My registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\Setup\VSTO] exists and is pointing to the correct directory C:\Program Files\Microsoft Visual ...Show All
AdamS21 June Comunity preview - new report viewer?
Is there any changes regarding Report Controls in the June Comunity preview comparing to Beta2 Should I try it ...Show All
BeckyE How to add and use a datasource dynamically?
I want to add a datasource to my local report dynamically. I do this using the following code: .Add( New Microsoft.Reporting.WinForms.ReportDataSource( "UserList" , m_ReportBuilder.GetUserList.Tables(0))) In this example the m_ReportBuilder is just an object that returns a dataset object that contains a dynamically created table that has the data I want to display in the report. The question then becomes, how do I bind ...Show All
