Answer Questions
Richard Tong automating Excel
I'm trying to create a windows form application where I can push a button and it will open a blank Excel document. Eventually I would like to be able to grab data from an already existing Excel and add data. But for now, if I could just figure out how to open Excel by pushing a button I create in a windows form, that would help me immensely! I've already gotten a form with a button on it, I just need to know how to cause it to open excel. Anyone ...Show All
GrahamWilliams .net COM Add-in for Excel - cannot find Extensibility Projects
Hi I have installed Visual Studio Tools for Microsoft Office after installing vb.net and Microsoft Office 2003 respectively. I cannot find the Extensibility Projects folderin the Other Projects folder. Please would someone help. Thanks Murray Hi Thanks for the response. I am using Visual Basic 2003 Standard with Visual Studio Tools for Microsoft Office 2003 and Microsoft Office 2003. Do I need to bu ...Show All
Tyler Frugia Uninstalling VS2005
While uninstalling VS2005 I have come across the following error which I have copy-pasted from the error file. I have tried a number of ways to uninstall infortuneately I uninstalled almost every component of VS(SQL Server, Document Explorer, etc) and in the wrong order .before the actual studio. Is there any way I can restore my system to pre VS so as I can do a clean install Any help would be great thanks. [02/15/06,18:25 ...Show All
Roger McKinney VSS Internet setup, how to?
I've been messing with the June CTP of VSS and VS2005 and can't get the internet functionality to work with VSS.. is there any guides out there or doucmentation on how to set it up thanks! What have you tried and what exactly error messages are you getting What OS are you using Are you using proxies, firewalls, different ports than standard, etc. Thanks, Alin yes, the default ...Show All
Patrick Cauldwell ANN:VS SDK 2005 Feb CTP for v2
Community, the Feb CTP bits are live at https://www.vsipmembers.com/ this release contains DSL and an RC of VSTA. The TFS bits are still the B3 bits from the RTM SDK. New samples since the RTM SDK include SingleFileGenerator, CodeSweep, SingleViewEditor, DSL Samples, VSTA Samples, SCC Samples, and the IronPython end-end integration sample. Other important improvements include doc updates, VSL improvements, the prototype VSTC ...Show All
Macolino General Functionality/Performance Questions
I've a couple of general questions about how the reporting controls work. 1: One of my initial hesitations to using the MS Report Control was the absolute necessity of declaring a dataset in the datasources tab. To my way of thinking a dataset contains data which means if I created a dataset on a table with 100,000 rows I'd be holding all that data in memory and crashing my application. Apparently this isn't the case with the datasource 'dat ...Show All
Xzarian Bug Caching Non-DataSet objects in ServerDocument???
Is there a bug with caching objects that are not DataSets in Office 2k3 docs Although the examples state that anything xml-serializable can be cached using the "Cached()" attribute, I have had no luck trying to cache a simple string in a Word doc. My code in ThisDocument.cs is something like: public partial class ThisDocument { string id = string .Empty; [Microsoft.VisualStudio.Tools.Applications.Run ...Show All
bob laros Is peerchannel enough for one-one chat application?
The peer-to-peer chat sample in SDK is fit for multiparty chat. So, how implement a chat application like msn which provide one-one chat Thanks. Hi LeoXue, The peer channel can be used for 1:1 chat as well; the nice thing about it is that you can seamlessly expand it to being a multiparty application as well. For instance, two friends are chatting, and then you just invite another friend into the chat session. If however, you ar ...Show All
Shoven Copy Task - Illegal characters in path
When I look at the output from this task everything makes sense except the error. Running the copy command from the command line works properly and there are no obvious security ACL issues. Any thoughts on what might be triggering the "illegal characters in path" error Task "Copy": Copying file from "C:\Projects\Common\trunk\bin\debug\*.*" to "R:\Common\2.0\45\debug\*.*". Command: copy /y "C:\Projects\Common\trunk\bin ...Show All
jml81 Building web site only from solution
The MSBuild command line reference describes how you can build one project out of a solution using the /t: argument. That works fine for me for class libraries (specifying something like /t:Library1), but not for a web site that's part of the solution. Is there a trick to getting it to work On a related note, the docs say that you can invoke a particular target in the project using a syntax like "/t:NotInSlnfolder.Rebuild". However, I have no ...Show All
N and M Bruggeman Metadata Problem and Configuration File Option with CustomToken Sample in Beta2
I am working through CustomToken sample in Extensibility/Security. I was able to make a request from client and service was able to handle the request. However I noticed that when I navigated to the Service.svc file in browser, it threw following error: ***** The service encountered an error while generating metadata. See the trace files for more details. ***** On further investigation, I attached the debugger to aspnet process (in XP) and fo ...Show All
S. Unal XI and VS 2005
I recently purchased XI developer. What version of the merge modules should I be using to get things working with VS 2005 - the ones that shipped with XI, Visual Studio 2005 or others I didn't install the VS CR version - just kept my XI developer version. I am having problems exporting files from the webviewer. Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormat ...Show All
dedgod unknwn.idl Win SDK Beta 2 issues
Hi all, I'm running into a huge problem and am desperate in trying to find a solution. Upgraded to the Beta 2 SDK (Uninstalled all the Beta 1 stuff first) and am trying to recompile my code. I get the following error: 1>C:\Program Files\Microsoft SDKs\Windows\v1.0\Include\unknwn.idl(108) : error MIDL2025 : syntax error : expecting ] or , near "annotation" 1>C:\Program Files\Microsoft SDKs\Windows\v1.0\Include\unknwn.idl(108) : err ...Show All
Mr Plow Keeping BitmapImage from using too much memory
Scanned paper documents are usually stored as black and white (one bit pixel depth) TIFF images (TIFF Group IV 2D). TIFF is one of the native codecs supported by the WIC. The problem I'm having is a 50KB image uses 40MB of RAM when loaded in a BitmapImage for use as an Image source. So if the pages from a 12 page document are cached for quick page turning 500MB of RAM will be needed (not feasible). Typically a legal sized 300 DPI TIFF decompress ...Show All
Dhirendra Jain Gatteing a Service from within an Addin
Is there a way to access the GetService method on a service provider from within an AddIn. ----------------------------- Jack Stephenson Was using System.IServiceProvider. What is the diferemce in intent between these two onterfaces Got It now. public void OnConnection(object application, ext_ConnectMode connectMode, object addInInst, ref Array custom) { Microsoft.VisualStudio.OLE.Inter ...Show All
