Answer Questions
jbarrick How to implement CODE SNIPPET by native code?
Hi, Our language service is COM components written by native code. We want to implement CODE SNIPPET. Someone have told us how to implement that function in MPF. But we can't use the languagesevice.dll file correctly in our project. It seems that we have to inplement the interface IVsExpansionProvider by ourself, But there is no valid help information about this interface in VSIP document. Could any one give us some advice Thanks. Best ...Show All
Tazwng SSL
We've recently gotten our SS2005 system running over our intranet using both the Lan and Remote Access Http services. The HTTP service was initally setup without SSL as recommended in the following article... http://alinconstantin.dtdns.net/WebDocs/SCC/_VSS_Internet.htm During our initial attempts to setup SSL (as described in Setting up SourceSafe and VisualStudio for Secure Internet access (HTTPS / SSL) in the article above), Internet E ...Show All
Jfk.Net Beta Samples don't work with the RC? cannot convert from 'OutlookEvents.ThisApplication' to 'Microsoft.Office.Interop.Outlook.Ap
Trying the OutlookEvents sample in the VS2005 RC, and get the following build error: Error 2 Argument '1': cannot convert from 'OutlookEvents.ThisApplication' to 'Microsoft.Office.Interop.Outlook.Application' C:\Program Files\Microsoft\VSTO - Outlook (Beta)\Samples\OutlookEvents\CS\OutlookEvents\ThisApplication.cs 40 47 OutlookEvents A s ...Show All
Espen Gätzschmann IIS hosting on XP: "Collection already contains an address with scheme http"
Hi, I'm trying to run some of the samples from the 15th April documentation CTP, but they keep failing in IIS with the error "Collection already contains an address with scheme http". I saw another post on the forum but it seems to describe an issue with host headers, which I think doesn't apply to my problem since I'm running XP. The exact same code hosts OK with the development server (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\We ...Show All
Sellerss InfoPath 2003 Tools for Visual Studio 2003
I am a regestered partner, Action Pack subscriber, and part-time developer. I own a copy of Visual Studio Professional 2005 but I do not have a MSDN subscription. I need to create a Visual Studio project to add an enhancement to an InfoPath 2003 form. As I understand it, I need to install the InfoPath 2003 Tools for Visual Studio 2003. How can get the needed tool. The InfoPath tools for the previous version of Visual Studio were available ...Show All
john_j Why DLINQ puts all fields in SQL-WHERE clausule on UPDATE?
Hello all! When I update some persisted object, DLINQ always puts all fields in SQL-WHERE clausule but the Identifier field is setted with: [Column(Id = true , AutoGen = true , DbType = "INT NOT NULL IDENTITY")] Why DLINQ do not put just a identifier field restriction Tanks! Vitor The default update behavior for DLINQ is optimistic concurrency. This means DLINQ does not take write locks to keep others from changing the ...Show All
Golf_Novice 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
Doug Gerlach Outlook Deployment ala ClickOnce
I have deployed my Outlook VSTO 2005 RTM Addin via a network share, and can install on clients c:\programfiles\myco\myaddin\mapp.dll and run without issue. The app includes code to write CAS for the above c:\... dir. The goal of this deployment is to allow a user to install the addin locally, and get published updates from a shared network location. The problem occurs when the user disconnects from the network, the addin no longer runs.& ...Show All
GlennM2 WPF & Games
Hello everyone, After learning of the number of possibilites of Windows Presentation Foundation I was, naturally, excited. But now I'm confused. WPF is based on DirectX. So when I develop games, do I use my DirectX wrappers and classes, or do I use WPF Thanks for your answer in advance. - Ryan. Depending what kind of games do you want to develop. WPF is perfect for casual games (like mineswe ...Show All
Eric Howard What is the equavilent of ServiceContract(FormatMode ...) in Beta 2?
In beta 1, ServiceContract attribute had a parameter called FormatMode which we can use to specify a different formatter. The parameter is gone in Beta 2. Does any one know how should I specify that I want to use XmlSerilizer instead of XmlFormatter in beta 2 Thanks. [ServiceContract] [XmlSerializerFormat()] interface IMyContract { ... } ...Show All
Nori_at_Japan Visual Studio (for VSTO) canot find Microsoft Office 2003
I am trying to create New projects using VSTO 2005 beta 2, with framework 2.0 and Excel and Word 2003. I have done everyhting correctly....I have installed the PIAs.... yet when I try to create or base a project on another project's document/spreadsheet, I get the following error: Visual Studio cannot find a required object for Microsoft Office 2003. Run Setup and Repair...etc. Which I have done. I have installed and reinstalled everything.....I ...Show All
Florian Rau Split Container - VS2005 Beta2
Anyone know why I can't rename my Split Container ( or the 2 panels within it ) via the property grid in Visual Studio 2005 Beta 2 I'm stuck with names like splitContainer1.Panel1 & splitContainer1.Panel2 Obviously, I could edit the generated code and change it there, but everything else can be renamed via the property grid. Thanks. Hi - I'd recommend posting this in the Visual Studio General forum. ...Show All
scott859 MSBuild conditional import and Visual Studio IDE
Hi all, First of all, apologies if this is the wrong group - the problem I'm experiencing seems to be in the MSBuild hosted in the VS IDE, rather than the command-line MSBuild. I have vcproj files with conditional imports (to pull in MSBee build rules for a FX1.1 build). These build fine from the command line with the relevant conditional parameters set - I use a condition of: Condition=" '$(Platform)' == 'Win32 (.NET 1.1)'" so I can i ...Show All
Craig0111 ASPNETCompiler Error - System.Web.AspNetHostingPermission, System
We are getting the following error in our automated build process. AspNetCompiler: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /PreCompiledWeb -p "Web Sites\Campaigns\\" -u -f -d PreCompiledWeb\ AspNetCompiler: : ERROR /PreCompiledWeb/Controls/SignInOptions.ascx(4,0): Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0 ...Show All
stwenter unused/unreferenced dlls in the \bin directory
When I build/compile my windows form app (Framework v2.0), dlls are put into the \bin directory that shouldn't be there. For example, I had a reference to the Interop.DTS.dll while testing execution of a DTS package from my app. I decided to not use that functionality and removed the refrence from my project, however the dll is still added to the \bin folder. I have a few dlls like this. Is there someplace else besid ...Show All
