Answer Questions
SuperNova Adding Web Site to Source Control - Error FrontPage Web Access
I've created a Web site on a network server in-house using Visual Studio 2005. The Web site runs perfectly well and is accessible from all computers within my domain. I've also created a Team Project under which I would like to add the Web site project to source control. Attempting to do so gives this error: "Microsoft Visual Studio cannot add some of the projects you have selected to source control because they are Web projects tha ...Show All
RobertV Managing deletion of bookmark controls
Hello, I am implementing a Word customization that ue bookmark controls to identify pieces of text in a document. I would like to perform some cleanup procedures when the user deletes one of the bookmark when editing the contents of the document. It appears that the VSTO runtime has a way to keep track of this because he properly updates the Control collection in this case. For example, if I create a bookmark control using Visual Studio ...Show All
Suresh.R Where is DC.exe located in the December WCF?
I am looking for the location of dc.exe. I have installed both the platform SDK and the runtime, but I am unable to locate it. Thanks It is no longer there. You can use svcutil.exe /dconly instead. Cheers, Christian ...Show All
BodeColander File Deleted
hi! i have some problem regarding one file in VSS. The file is shown in the VSS interface but when i took some action on this file, error message displays, which says that e.g aaaaa.b file not found. i want to recover this file how can i do. thanx That is the actual SourceSafe database. If it is not there and you don't have it on tape or in your recycle bin, you are lost. You should punch the one who deleted it. So he never forgets. Sorry ...Show All
CCdiver TabControl Border problem
I'm seeing a strange border artifact when setting BorderThickness="0" ... the border is still being drawn on right and bottom sides of the control... How do I get rid of that <Grid xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " Background="sc#1, 0, 0, 0" Width="640" Height="480"> <Grid.ColumnDefinitions> <ColumnDefinition/> </Grid.ColumnDefinitions ...Show All
AnonymousFromEast Word 2003 with VSTO 2003 stops working when .Net Framework Beta 2 is installed
Hi, I have an article/howto publication solution for my web site working with Word 2003 and VSTO 2003. Some authors complains that the solution doesn't work anymore. It seams that those one have installed the .net framework beta 2 on there machines. Anyone experienced that too Any work around Best Regards, --- Laurent Kempe - lkempe@netcourrier.com Tech Head Brothers - http://www.TechHeadBrothers.com Blog - http://weblogs.asp.net/lkempe ...Show All
sacrosancttayyar How to find the location of a .targets file?
We have a .targets file that implements a few custom build steps we need for our projects. One of those tasks is to call a command line tool to do some work with the assembly that was just compiled. We store the .targets file and the commandline tool directly in our source control (since they are both small) so that it is very easy for developers to build. They just grab the latest source tree and they have everything they need to buil ...Show All
Hyper_Sonic3000 Possible permissions issue with IIS. Using VS2005, CR 10 SDK and report located on remote server
With the following code: Dim serverName As String = "CRSERVER1" reportToView = New ReportDocument CrystalReportViewer.ReportSource = reportToView Dim mySessionMgr As SessionMgr = New SessionMgr() Dim myEnterpriseSession As EnterpriseSession = mySessionMgr.Logon( _ "ACCT" , "password" , serverName, "Enterprise" ) Dim myEnterpriseService As EnterpriseServic ...Show All
Dharmesh T Using target
I have a Visual Studio C# proyect and I add this to csproj file. <Target Name="promote" > <CreateItem Include="$(TargetDir)**\*.*"> <Output TaskParameter="Include" ItemName="BuildOutputs" /> </CreateItem> <Copy SourceFiles="@(BuildOutputs)" DestinationFolder="C:\foocopy\cs" /> </Target> But I can't build my proyect with "msbuild /t:pro ...Show All
lechkung Internet access to VSS database : error with the upload
Hi, I try to create an new projetc in my VSS db with an internet access to the vss db. When I want to check-in my items I've this error : "There was a failure uploading the url : http://myserver.com//{a GUID}/ {a GUID} do you want to retry " I've the upload directory created in my db and the sub-directory with the GUID name but no items inside. Matthieu I find the answer in this post : http://forums.microsoft.com/msdn/ShowPost.aspx PageInd ...Show All
Grayson Myers MSFT Can't use online help content
Is anybody else having trouble using the online content of the VS2005 help system Each time I perform a search, the ‘Questions’ and ‘Codezone Community’ search time out and the ‘MSDN’ search always returns unable to connect to remote server. I’ve tried allowing unfettered access to the internet for everything, I can see that two connections are made to services2.msdn.microsoft.com and remain in the Establi ...Show All
Chrisbzd More than one Diagram / File - Extension for a single model?
Hi everybody! I've downloaded the latest CTP (Nov2005CTP) of the DSL Tools. After installing I've read the Walkthroughs and have done some experiments. What I want to achive is to provide a way to use more than one Designer for my model. Let me give you an example of what I want to achive: 1. The "root" Designer I a kind of Class - Designer witch shall allow to define classes with Fields, Inheritance and Interface implementations. This ...Show All
Dirk Rombauts Launch event for VS2005 in Greece
Hello, I would like to attend the Launch event for VS2005 in Greece. I visit the internationallaunch site, then I click Greece and.... it seems that Greece does not even know about VS2005! Can anyone from Microsoft help on that, or is Greece too small to have such an event http://www.microsoft.com/windowsserversystem/applicationplatform/launch2005/events.mspx location=Greece ...Show All
POSKOK VSS 2005 can not show history.
I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. What do you mean by analyze I'll do some more tests with new databases, I'll let you know the results. We are having the exact same problem. I ...Show All
Dan Fernandez - MSFT Report Footer
As far as I know there is no Report Footer feature in MS Reporting Services. I'm trying to mimic it with playing with visibility option. There is a problem if I use page footer hidden content still occupies space so I should not use page footer but I can not find a solution to print something bottom of the page inside the body itself. Is there anybody implemented report footer any suggestion thanks, Harun# Any objects you place at the ...Show All
