Answer Questions
hsiceo MsBuild & VCBuild task setting /useenv
I'm replacing our Nant scripts with MSBuild for building all our projects. We rely on LIB & INCLUDE being set in the environment when building VC projects. When building these projects via the MsBuild task (i.e. building the solution), vcbuild gets invoked without the /useenv parameter, so the environment gets ignored. The VCBuild task doesn't include a Useenv property either. Is there a sneaky way to do this For now I can work around i ...Show All
smv Problem with ContentPresenter
Hi All, I want to draw a TextBox including two Rectangles, one on the left and one on the right side. If I use the the ControlTemplate like: < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type TextBox} " > < Grid > < Border CornerRadius = " 2 " BorderBrush = " {TemplateBinding Property=BorderBrush} " BorderThick ...Show All
MS_Developer Add user property on Mail Item
I have developed an add in for Outlook 2003 which crates a custom field for a mail item using following code: Microsoft.Office.Interop.Outlook.UserProperty campo; Campo=_oMailItem.UserProperties.Add("fldMatteo",Microsoft.Office.Interop.Outlook.OlUserPropertyType.olText, null, null); campo.Value = "Example"; Then, once riceved the same mail to the destination Outlook, I was able to read the custom fiel ...Show All
lex3001 Docking and Anchoring
Hello, what's the replacement of the Docking Wpf I have a Panel, which has a child - was trying to apply Horizontal/Vertical Alignment - doesn't take any effect. Also - when I set Margin. Left to -10 - it doesn't hide actual child - just moves ti to the top, thus making my control taller by 10. Is there any way to implement a real container-like behaviour in that case Thanks Take a look at ...Show All
wayneacton 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
Arne how to export
I need to create a new word document from vsto word custmomized application. Application has some dynamically created datagridviews that serve as reports and are based on some paramteres stored in xml files. Now when users are done with the document, I need to create a 'normal' word document, rendering all of the content. I know that just saving a document will not do it as dynamically created controls will not be save with doc (currently I need ...Show All
Chris_e_m Visual Studio 6.0 on Win XP
I have just purchased a new computer. It uses Windows XP Media. I need to have Visual Basic installed. I have a copy of Visual Studio 6.0 that I never used before. When I run the setup program I receive an error stating that it can not be installed. But under programs, I can see the following components under Visual Studio 6.0: Microsoft Visuao Studio 6.0 Tools Microsoft Visual Basic 6.0 Microsoft Visual C++ 6.0 Microsoft Visu ...Show All
Surinder How do I Edit Word Template in Visual Studio 2005 VSTO
I created a word document outside of Visual Studio 2005 in word with headers, footers, bookmarks, and tables. I then started a new project and used this document as a starting point for the new project. I now want to change the table add bookmarks etc.. However, my word menus seem to be disabled. I can only edit the document with the word tool bars that are embedded in the content area of the visual studio content area. Is there some ...Show All
Regulus VS 2005 & January 2006 MSDN
I've downloaded and installed SQL 2005 Dev, the VS 2005 Pro and the Jan 2006 MSDN. After the installation when I run help from VS 2005 I got only SQL server help file. Even MSDN library does not contain any help files for VS 2005. I spend a whole day trying to resolve the problem without any result. (I reinstalled VS 2005, SQL SERVER 2005 and MSDN) I checked the option "When loading help content" and is set to : ...Show All
stzgr Keeping base object in database across Page navigations
I'm writing an application with a set of classes like so: Base class: List<Accounts> Account class: List<Transaction> Transaction class: Various properties Basically, I want one instance of the base class with instances of all it's subclasses. I really only want one copy for the entire application. Since my application uses a NavigationWindow this can become a problem. I've tried adding an ObjectDataSoruce to the Navig ...Show All
sereleg Visual Studio 2005 Documentation Missing...??
I have installed Visual Studio 2005 standard edition. Every thing works ok except for the documentation item. When I choose the documentation item from the start menu I get a page that has links for "How to install help for Visual Studio" and "Visual Studio 2005 Combined Help Collection". When I click the first link it says to put the install CD in and choose to install product documentation but there is no such option on the install CD. When I ...Show All
Marc Hanje How to implement WS-Coordination and WS-Atomic Transaction protocol?
At this time I'm working on my thesis project, to demonstrate the distributed transaction on web environment using ws-at protocol. I've created 2 web services, book flight and book hotel to simulate the project. My question is, how to implement the atomic transaction on the web service level using ws-c and ws-at protocol in WCF So if I have a client that access those 2 web services, if one of the services failed then the other should al ...Show All
woolybutt complib.hlp
Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib. ...Show All
LandLord323 User defined reports
Can the final user modify the .rdlc file to have a customized report Is there (o will there be) a "Designer" external to Visual Studio In what type of application do you use StimulReport How did you find out about it My biggest problem with going with them is the lack of information available out there. How are they as a company Are they responsive when you have problems I ...Show All
GlassWalkerTheurge Visual Studio 2005 Standard Edition and Visual Basic
I currently have Visual Basic 2005 Express Beta installed on my computer. I wish to install the Visual Studio 2005 Standard Edition that I received at the product launch. The instructions say that all betas must be uninstalled first, but specify only SQL Server. Should I uninstall the Visual Basic Beta as well Does this involve as much "clean-up" as uninstalling SQL Server Beta seems to Does the Visual St ...Show All
