Answer Questions
__ David Zorin Border arround a Rectangle and Polygon
Hi all, Can anybody please tell me how I can draw a border arround a rectangle and a polygon Both are parts of a ControlTemplate. Thx!!! Did you mean this: <Rectangle Stroke="#FFFF0000" StrokeThickness="10" Height="200" Width="200" /> Fill is the fill color...Stroke is the "border". For polygon: <Polygon Stroke="#FFFF0000&quo ...Show All
Ashish Sh SolutionDir macro in post build event
Hi, I have a project with a post build event that looks like: copy $(SolutionDir)$(ProjectName)\$(OutDir)*.dll $(SolutionDir)DestFolder My MSBuild file lookes like: <Project DefaultTargets="Build" xmlns=http://schemas.microsoft.com/developer/msbuild/2003> <PropertyGroup> <SolutionFile>MSBuildIssue.sln</SolutionFile> </Pr ...Show All
JR IDEBuildLogger
I'm logging messages in my custom Task using the built-in TaskLoggingHelper object Log. When I call Log.LogError and Log.LogWarning I get the opposite in the output window. The error's say they are warning's and the warning's say they are error's. It seems that the suspect code is in the AddToErrorList method of the IDEBuildLogger class on line 181 where IsWarning is being set. It's being set to true if the priority is High which is only set to ...Show All
Vinutha DS Packaging Wizard - Root Installation Folder
I want to change the default Root installation folder with the packaging wizard to the to a subdirectory off of the local c:\ drive. My options now are to default the root installation folder to program files or my documents or a user directory. Any ideas how to change to the local hard drive Hi Igemcor, The Packaging Wizard isn't part of VSTO (it's part of Office XP Developer Edition), so you will have better luck finding an answer ...Show All
Martin_McNally VSS 6.0 -> VSS 2005 : need passwords
Hi; I deleted VSS 6.0 and then installed VSS 2005. It is prompting me for passwords for admin and dave (my username). When I had VSS 6.0 both were set to no password. How can I access this I found an article on the net stating how to set admin in um.dat to be no password, but my um.dat is already set to those values. How can I access my data thanks - dave Hi Dave, Users.txt file contains the paths to the files with personal users settings ...Show All
Xee How to control the set on Data Bound control?
I have a textBox that is 2-way bound to a DataSource. When the user changes the value in the text box and focus moves to another control, the set operation is triggered, which is expected behavior. However, I would like to initiate the set myself at a different time(maybe while they are typing or perhaps on a button click). How do I link the set portion of the binding to something other than lost focus Thanks NIK I should h ...Show All
Big Rob VSTO and ReportViewer
Hello, I open a form with a report viewer from a VSTO project. In the local report I have an expression like =Today().ToShortDateString() When I open the form, an error occurs with the message Failed to load expression host assembly I saw an old thread with this problem : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=88997&SiteID=1 But no solution was clearly exposed. I changed the permission of my project to ...Show All
Josep Roure Visual Source safe Over the internet?
Hey! I am having some problem to get the Visual Source Safe 2005 to work over the Internet. I am using a computer with windows XP pro as web server. This is the steps I take: Create database: 1. Creates a dir on my G drive(G:\SourceSafe). 2. Starts VSS 2005 Administrator 3. File > Open Databas 4. Add > Create a new database 5. Then I browse to my G drive and locate the directory (G:\SourceSafe). 6. Source safe database is now crea ...Show All
Rajiv Kapadia Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad There's another case that I didn't cover in my post above: If your proxy uses another authentication scheme, suc ...Show All
Wanda Sue How do I create an application.extension.config file using MSBuild?
Hi, I'm using MSBuild to build an executable program (exe) from VB.net source code. How do I get MSBuild to output an ApplicationName.exe.config file Thanks, Damian Okay, I admit I had made some false assumptions about your project. The project you are showing has a completely custom build process. You've implemented your own "Build" and "Compile" target, and you didn't code in the step to copy APP.CONFIG to the bin direc ...Show All
Jiaozi Can you build a guidance package in VB?
Hi and thanks for any help in advance, Is it possible to build a guidance package in VB I have had a crack at it but cannot seem to register the package. It is a very simple Hello world with one unbound reference to vb assets in the project and then an action that raise a message box. This works perfectly in C#. If I install the *.msi it does appear in vs. I also have tried having the "guidance package development" package enabl ...Show All
borisov Intermediary Router
Using the sample, the HTTP binding (echoservice) works fine, but the call to the calculator service times out. Could it be a firewall issue I've checked this and I see no dropped packets. Also, the router is not picking up the call. Any ideas I am running windows xp sp2. Thanks, -Mathew Nolton Are you tracing the router/server to verify that the message isn't getting there Thanks, Scott it ...Show All
JohnsonInBeijing Adding a toolbar to New Mail window.
Hello! How I can add my toolbar to New Mail window I have found ShortcutBar sample but this is bar for main Outlook window. Thanks! You'll have to trap the NewInspector event and then add your toolbar there. See Sue's awesome site for code sample. http://www.outlookcode.com/codedetail.aspx id=454 Thanks Roosevelt I also found good sample in ' Outlook Add-in Hands-on Labs (Beta) for Visual Studio 2 ...Show All
mball nAnt and VSS 2005
We currently use nAnt to automate nightly builds of our 1.1 framework web appliations that are housed in a 6.0d sourcesafe database. We are getting ready to upgrade to VSS 2005. Has any had any issues running nAnt against VSS 2005 I.e. Have the command line executables changed Thanks in advance! -Sergio We do the same thing and we didn't have any proble ...Show All
New England BizTalk User Group Host the DLinq Designer in your own app?
I am wondering if it is going to be possible to host the DLinq designer in an application much like the Windows Workflow Designer can be hosted in an app The scenario that I've in mind it's the one that will allow users to customize the querys by themselves. For instance I worked several years with FPSO OIL platform design and construction projects, and is this scenario all flexibility that you can add to the tools are great because new ...Show All
