Answer Questions
nimrodel IIS5 and MS Word
Hi ALL, Win 2000 SP4 MS Word 2000 VFP 7 SP1 IIS5 I created a COM DLL that takes data from Oracle and merge it with a RTF file and then MS Word is used to print the RTF file to PDF file. Every thing is working just fine. However, when a user makes a request through ASP page, the MS Word is not instanced. The DLL impersonates using RevertToSelf API call. All the web requests are processed using a specific ID. This ID ...Show All
Xface WCF & AzMan (Authorization Manager).
Hi, AzMan is a great Windows authorization provider. And, from my understanding, WCF is capable of supporting any type of authorization provider. My question is: how could the two be integrated For example, ASP.NET provides an implicit AzMan membership provider. I would like to do the same with WCF, I mean, get a hold on my AzMan groups & roles directly from the ServiceSecurityContext, or better, use it declaratively in .config files, ...Show All
bork Unknown Build Error
I have a sample Avalon application downloaded from the net. When running the application I get the below error message: Unknown build error, 'Value cannot be null. Parameter name: target.' D:\WindowsVista\Samples\Valil.Chess.WinFX\Valil.Chess.WinFX\Chess3DPage.xaml Valil.Chess.WinFX I am getting this error in the XAML files of only one project out of five projects in the solution and I am able to re-build the entire solution successfully. ...Show All
Roger Jennings WS-* protocol associated to IsInitiating or IsTerminanting in wsHttpBinding
Hi Is there a ws-* protocol associated to the features IsInitianting or IsTerminating in wsHttpbinding or simply it is owner feature resolved at level of server Thanks in advance Javier Greetings, General ordering is not expressible via WSDL. Just Initiating and Terminating operations. It is expressed as an attribute on the wsdl:Operation, I believe. -mike ...Show All
John Knoop Remove temp
Is there any automatic procedure to remove temp directory fromm vss databases I have the same request. We have two sourcesafe databases which support about 30 users. Currently there are about 1.2 GB of files in the temp directories. The VSS docs say you should clean out the temp directories when no one is logged on. But that's a rare occurrence for us, and it would be nice if there was a way of having the temp files deleted periodically. ...Show All
DLeighty Business Case
Hello I have started readin and working on DSL today itself. I had a couple of queries and it would be great if someone can help me figure out the things. 1) Is there any sample or walkthrough which covers a complete business scenario. For eg. defining a DSL using the VS 2005 Beta 2 and then make a business application for that domain . 2) Can someone explain what exactly is happening behind the scenes when i define some domain model on the de ...Show All
ravisvasan The Digital Identity Control panel applet failed to start
When I double click on "Digital Identities" icon I get the following error message: "The Digital Identoty control panel applet failed to start. Error: 0x80070002. Message: The system cannot find the file specified." I checked and the Infocard service was missing. The I ran the following command: installutil infocard.exe and I got the following error message: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>installutil i ...Show All
and_re Reopening bug for AllUsers?
Hi, I've followed this guide: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=360200&SiteID=1 and then I was able to install for all users...Hooray! However, today I've took a look at the list of my ComAddins in Outlook... And AGAIN it's not listed! And this is MORE than weird... Uninstalling, I can still use it inm my Outlook... Could someone tell me if it's experiencing the same problem Bye LastHope Hi, This might help ans ...Show All
Surindra 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
Jeroen Mostert Project into an interface?
This would be interesting to see in C#3: from name in db.Names, city in Cities select new ICustomer { LastName = name.LastName, FirstName = name.FirstName, PostalCode = city.Zip, CountryCode = city.CountryCode } For an interface that consisted entirely of properties, have an anonymous type implement the trivial interface. At the moment, the only way I can think of is to specifically create a class to implement the inter ...Show All
jijo123 Error 1305: Installing VS 2005 Standard Academic
I get this error (1305) on the second disk of the 2 disk install. It request a response giving 2 choices: 1) Retry; and, 2) Cancel. Along with the 2 choice, the dialog box says ... Errror 1305. Error reading from file E:\program files\microsoft visual studio 8\sdk\v2.0\guidebug\shortcutbrdbg32.txt. Verify that the file exist, and that you can access it. Does anyone know how to fix this error It seems that the media might be bad ...Show All
hokial Add Shortcut key to my Add-In
Hai....., How can I assign a shortcut key to my Add-in so that when installed, my command has a shortcut assigned to it. By default when we assign a command to the Tools menu, we specify parameters such as the Command Name, Button Name, MSOButton, etc., But where must we specify the shortcut for our command Regards, Hemant Hi, I'm sorry but I cannot help you as I don't set keyboar ...Show All
perry yukon ssis project.ConfigurationManager.ActiveConfiguration.Properties is null
Hi, I'm trying to access the properties from project.ConfigurationManager.ActiveConfiguration.Properties but it's currently returning null. I've created my own Package type by extending MSVSIP. Package and Project from ProjectNode. I'm using the September CTP and RC1 of Visual Studio 2005. Does anyone have any insight into this With regards to the properties, I'm trying to change this property: project.ConfigurationManager.Item( "Debug" , ...Show All
Juan Manuel CR Subscribing for events from code
Hello, I'm after installing Jan CTP. It appears to be no means for generating event handlers from within IDE, or at least I couldn't find them. Normally double click or a button in property bag's header DID that. Anyway - I was trying to type something like: button1.Click += new WhateverEventHandler(...); from within InitializeComponent routine. button1 is null, therefore my code got failed. I found a place (some Connect proc with the ...Show All
mcneil_eric Inconsistent Behavior With Commands on Menu vs. Toolbar
I have added a new command by implementing a package. I want this command to appear on the "Build" menu, and in the "Build" toolbar, but only when the project factory for my new project type has context. I am able to do this succesfully on the "Build" menu, but my new command is only greyed out, not absent from the "Build" toolbar, when it should be. My .ctc file looks as follows: CMDS_SECTION guidBuildToo ...Show All
