Answer Questions
KluchDev The request for security token could not be satisfied because authentication failed.
Hello, I'm working on an ASP.NET application that i want to host using WCF using "basicHttpBiniding" . The hosting should be done in a windows service. I've did a test by hosting the service in a console application (instantiating a ServiceHost in a console application project), everything worked fine. The same project is now transferred to be a windows service, i receive an exception "There was no endpoint listening at http ...Show All
Mr Teter "sgen.exe" exited with code 1
I am trying to build a project in VS 2005 but I am getting the error: Error 67 "sgen.exe" exited with code 1. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets 1892 9 TAI.Util This project had been building just fine earlier today. The only thing that happened between is I refreshed the web references in this project. As a test I added the same web references to a new project and i ...Show All
CaimbulLeFou How to add a custom rule that listens on "delete" events?
How can I add a custom rule (or similar mechanism) that fires custom logic in case I delete a class in the domain model In my example I have a domain model from which I create various ASPs and C# classes (for each domain class various implementation artifacts are being generated). For consistency reasons, I would like to add a “delete” event listener in the domain model. So, whenever a domain class is deleted, I would like to delete the derive ...Show All
MSDN Dev turn tooltip visible
How can I turn a tooltip visible (forced). If I use IsOpen = true, then it stays there forever. What I actually want to do is: if the mouse is hovering over the control, and I need to display some info to the user in a tooltip, then I want the tooltip to show. Currently, if I am hovering, and I change the tooltip property to Visible, it doesn't also show it. Any ideas If i set IsOpen property to true in xb ...Show All
wattgn Embedded resources MSBuild vs VS2005 behaviour
Hi, I'm trying to get the same behaviour from MSBuild as VS2005 when embedding resources. VS2005 preprends the assembly name, the folder name and then the resource name to generate the resource name when it embeds a resource file. Using the MSBuild EmbeddedResource element however, the original filename is not preprended. i.e. if the assembly is MyAssembly, the resource is MyFile.xml and it's in a solution folder called Resources, VS2005 will c ...Show All
NewWorldMan Using SQL with VS .net 2003 Pro
I am trying to link to the SQL pubs database that is specified in the VS walk through "Creating a Web Application Using VB". When I come to the step "add and configure a data source" the Data Link Properties Window opens to the connection tab; step 1 "Select or enter a server name". I do not find any reference to my local computer in the drop down list. I did install the SQL component that comes with VS .net 2003 Pro. ...Show All
Zulfiqar Taj Object Moved
Hi, In the Microsoft Document Explorer for VS2005 I'm getting an error showing http source showing Object moved to http://service2.msdn.microsoft.com/search/service.asmx In these forums I've seen a post mentioning adding a proxy to fix this, but I don't use a proxy. Also, that address doesn't even exist! DNSStuff.com reports the message below showing that's not a good site to have moved to, so any ideas why my help is not working I've been ...Show All
Biju S Melayil Crashes VS when using <Frame> tag
Visual Studio 2005 crashes when I go to the designer after having added a Frame-tag with a Source set to an other XAML. Not sure if same would happen with a html-page. <Window x:Class="TestUX.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TestUX" Height="567&quo ...Show All
NHK How to get Application Startup Path?
Is there an equivilent to the Windows.Forms.Applicatiion.StartupPath for a WPF app (i.e. the directory containing the application exe) This seems to work, good old reflection: string appDir = System.Reflection. Assembly .GetExecutingAssembly().Location .Remove(appPath.LastIndexOf( '\\' )); You might try looking in the AppDomain, such as: AppDomain .Cur ...Show All
Guillermina Feliciano Adding new VSS DB (Internet) in VS.NET, why provide local srcsafe.ini path?
I don't understand why you have to provide the UNC path to a srcsafe.ini file when you're trying to add a VSS database via the Internet. Any news on this I'm sorry, I found my answer here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=115726 I was assuming the share given had to be accessible from the client's PC. I didn't realize this share was expecting to already be logged into the server and more of a "security che ...Show All
SPARK1 problem with SS utility
Hello I have ssexp.exe version 6.0c build 9447, and ss.exe 6.0c build 9350. In Dos prompt I type: ss Checkout $\sv201\db\dbcmd.cpp -IC -c- The file is checked out (I can see it when I hit F5 (refrash) at the UI VSS) The problem is that the attrib of the file stays read only. I type again ss Checkout $\sv201\db\dbcmd.cpp -IC -c- I get "You currently have file $/sv201/db/DBCMD.CPP checked out." But I can't e ...Show All
Thiago Cruz Cuctom excel Functions
> Hi, > > With the VS2005 for Office tools, is it possible to create custom > functions with tooltips This has been a limitation of VBA and I'm > wondering if I can/will be able to do this. > > Thanks, > Scott I'm not sure that I understand your question. When you refer to the tooltips for custom functions, are you referring to the intellisense that you get when you enter a built-in W ...Show All
Paul Samways urgent! data as tooltip ?
hi all, i am new to crystal report. am using vs.net 2003. i have created a report as below. this report gives the count of no. of allocated resources for a project. 1 resource of category 1 is allocated for E0001 project.... and so on.. Projects No. of resources Cat1 Cat2 Cat3 Cat4 E0001 1 4 2 1 E000 ...Show All
JConklin VS2005 Registration Benefits - not allowed access to Registration Benefit Portal
I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris I Have the same Problem... Can get to the Connect page but don't see any sort of link for registrati ...Show All
olmich Which install should I get for VSIP?
Its unclear which installer we need to run. We are using only VS 2005 Beta 2 June CTP. Do we need to get one of the VSIP Beta2 installs (regular or team systems) Or is it enough to just get the install targeted to the June CTP If we need more then one, what order should they be installed in. Thanks Bill So, Even though we are targeting the June CTP, because we are wanting to use the Team System Extensability, ...Show All
