Answer Questions
PTCruisin set document path in word saveas dialog
Hi all, I hope someone can help me. I'm programming in Visual basic. In my word template project I would like to preset the document path (preferably to a sharepoint document library) and the document name in the built-in word dialog when the user presses the save commandbar button or chosses the file save as menu. I haven't had any luck with this. Thanks for any help Greets Speedtriple See ...Show All
regisphilbin Process informatin from ASP.NET
I have developed an ASP.NET application that calls powerpoint process to create PPT slide.for the same I have written the code as hereunder to get the process, but I am getting this error on production machine Process[] PPTInstances; PPTInstances = Process.GetProcessesByName("POWERPNT"); Couldn't get process information from remote machine. but in dev environment it is working fine Please asisst. ...Show All
ACM vstemplate, iwizard
Is there a way to change one of the values in the project file in the ProjectFinishedGenerating method of the IWizard implementation class I can't use the replacementsDictionary.Add here since the project is finished loading. Thanks, Mike You cannot have properties on one class not visible in one instance of the properties window, but visible in your own. After all, they are the same object displaying ...Show All
Greazy MSBuild file for .Net 1.0, 1.1, 2.0, Compact Framework 1.0 & 2.0 and Mono
Greetings, Intro: I'm currently working in a library that has to target both .Net 2.0 and .Net Compact Framework 2.0. My initial approach was to have two projects for each assembly. The source code would be all the same, with #if's testing for the compact or the full framework. One of the projects would have all the files, and the other all the files from the first linked. As the number of source files and assemblies growed, this turned into pro ...Show All
Terry Hutt SourceSafe integrated Bug tracker with SQL2005 backend
Hi, I was wondering if there is any bug tracker out there that integrates well into SourceSafe and possibly has a backend that is SQL 2005 compatible Thanks, Tom SourceGear Dragnet may be something to look at. - www.sourcegear.com I think you would want to look at the combination of SourceOffsite and Dragnet. If you're looking at other options, you may also want to look at the Vault / Dragnet combo. HTH ...Show All
LostID I cannot install WinFX runtime components 3.0
"An error has occured during setup. Installed files have been removed from your computer. For known issues and troubleshooting information, see the online Readme ." The online Readme is here: http://msdn.microsoft.com/windowsvista/default.aspx pull=/library/en-us/dnlong/html/WinFXSeptPDCReadme.asp I have gone through it with a fine tooth comb and *NOTHING* fixes it. It sucks that the error is hidden and no clues a ...Show All
Michael V Import settings as Visual Studio closes throws COMException
My addin sometimes makes adjustments to the user preferences in Visual Studio. Before doing so, it backs up the current settings. I tried restoring the original settings in SolutionEvents.BeforeClosing and SolutionEvents.AfterClosing (2 separate tries). Both methods worked if the solution was closed via file->close. However, both methods ended up throwing a COMException if Visual Studio was closed without explicitly closing the solution first ...Show All
Denvas Error at element 'StaticExtension' in markup file '' : Binary format of the specified custom attribute was invalid..
I'm getting the above error in my WinFX Windows Apps (including XAMLPad when it tries to start - I've never succeeded in opening it, so it can't be badly formed XAML) at line 51: return app.Run(args); in MyApp.g.cs Stack trace is given as follows: " at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(IntPtr pCa, Int32 cCa, CustomAttributeCtorParameter[]& CustomAttributeCtorParameters, CustomAttributeNamedP ...Show All
Assert.True Toolbar button on all mail items in Outlook 2003 using VSTO
I'm new to VSTO and Outlook programming. I'm having difficulty creating a toolbar button that will appear on all mail items (both new mail and received mail.) When I use the code in the Outlook programming labs for VSTO, it seems like the button only appears on the first window I open, and not on any other window. Does anyone have a quick snippet of code that can show me how to do this Thanks, Ike ...Show All
scott859 help with excel
i'm trying to write a simple function, all i want is that when i write anything in a cell(on column 'A'), the current time (hh:mm:ss) will be displaied in the same line but in the 'E' column and that it WONT update itself each time a type someting.. i just can't make it work.. plz help me.. I had my developer hat on rather than my Excel hat. I bet that looked like a strange function to you versus what you were expecting. Sorry ...Show All
surfcaster What Happened to ChannelFactory.CreateFactory?
I'm trying to create a client channel using the code from "Programming Indigo" book: EndpointAddress address = new EndpointAddress("http"//localhost:8000/SampleService/"); BasicProfileBinding binding = new BasicProfileBinding(); ISampleService proxy = ChannelFactory.CreateFactory<ISampleService>(address, binding); proxy.DoSomething; Apparently the CreateFactory method no longer exists and the implementati ...Show All
NimoTh Where do I get the Access Developers Toolkit
I've been going round in every decreasing circles trying to find out which of the Microsoft products contain the toolkit necessary to deploy applications built in Access 2003. The MS web site contains a wealth of confusing and conflicting information about the ADT but no definitive information on which products the ADT is embedded. I have Office Professional 2000 with a Access 2003 upgrade. I totally agree ...Show All
DonnaJ Another victim
I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All
Marc A1 F1 help behavior- VS2003 Vs VS2005
Hi All, This is for the help system for our VSIP package. If there are multiple keywords pushed as LookupF1 keywords (say keyword1, keyword2, keyword3 added in that order, all added as LookupF1), the dynamic help window in both VS2003 and 2005 displays keyword3, keyword2, keyword1 in this order(ie, last pushed keyword as the first one). Pressing F1 in this scenario- in VS2003 opens up the page for the first keyword, keyword3 in this ...Show All
Witi RC1 - Visual Studio Class Designer Package Issue
I've installed VS.NET 2005 RC1 on 2 machines. I've a project that was created with VS.NET 2005 Team Suite Beta2, including a class design file. On machine 1, I've no problems with Class Designer. On machine 2, whenever I start Visual Studio, I receive the following in a Yes / No Message Box titled 'Microsoft VIsual Studio': "Package Load Failure Package 'Visual Studio Class Designer Package' has failed to load properly ( GUID = {DD16 ...Show All
