Answer Questions
ledwinka VSTO Outlook 2007 Architecture Problems - Please Help!
I am developing my first VSTO Outlook 2007 add-in and I have hit some problems. I would be very grateful if somebody could provide me with some helpful answers as I've been wrestling with this for ages. The ultimate goal of my add-in is to extend the Outlook 2007 UI by presenting my customers with a range of additional forms that meet their particular business needs. These forms will use a local database to store their information. So far I am concentrating on just one form called "Clients", and I have taken the following steps: 1. I have opened a Contacts form and created a Clients form region from it, implementing the 'replaceAll' formRegionType. 2. I have created an additional MAPIFolder called "Clients" wit ...Show All
RohitAtKA <MSHelp:Attr> for Filter
I've generated my help files but get an error when I try to filter my integrated help files in VS. I placed an attribute directly below the locale example in utilities_metadata.xsl like this <MSHelp:Attr Name="FriendlyName" Value="MyAssemblyName.Help" /> where MyAssemblyName.Help is the namespace of the help collection I'm creating. then when I use the help integration wizard I create a filter to search for Name="FriendlyName" All I would like to do is select my help in the VS "Filtered By" drop down list so that only my help is visible in the tree view. I'm obviously doing somthing wrong but I can't seem to work out the correct combination of the Name, Value pair and how to filt ...Show All
markse DDD / TDD
Hi, I'm working on a project where we start by using TDD to develop our domain classes and then map it to the database afterwards. Currently we're using NHibernate but looking to the future I'm wondering if Linq is an option. I was thus wondering how Linq is going to support developers who start with the domain instead of the database I haven't looked in massive amounts of detail but is there a companion to SqlMetal that goes the other way and generates the mapping files or the database (from the mapping files) Thanks, Colin DataContext.CreateDatabase() might be of interest to you. Hi, Someone actually pointed me at what I was looking for elsewhere, ADO.NET Entity Framework. ...Show All
bw12117 Why happend this?
Hi ! When i import flash ocx happend this: "Failwd to import teh ActiveX control. Please ensure it is properly registred." Why Thanks ...Show All
Michael Herman - Parallelspace We're are in a world of hurt with J#
Hi; We are suddenly getting a number of problems on various systems here with the J# compiler. The result is we cannot release new versions and some developers can't do anything. Could someone please tell us how to get answers to this. If we have to pay MS for support, that's fine - just tell us who/where to contact. But we need to get this fixed ASAP. error VJS1581: Internal Compiler Error vjc error vjc throwing an exception J# redist won't install Doesn't build 1 .xml file or library.xml not created when called from MSBuild thanks - dave My suggestion is to install VS.net on a virtual machine (MS had distributed one such with IE7 and VS.net2005 to MVPs in the past) and give that file to a ...Show All
Gus B Creating popup panels like Blend
What would be the best way to go about creating 'popup panels' like Blend does when you click on one of the tools on the left side In Blends case it looks like it's a Menu but I'd like to be able to have any Control magically appear, allow the user to interact with it, and then disappear. For example, I have a color rectangle in my app. If the user clicks on it, i'd like a color selector control to magically appear. The user can then interact with the control and then click anywhere outside of the control to close it. Is something like this built into WPF I've tried just manually creating a control but I'm having trouble with getting the popup to automatically close when the user clicks anywere else. Hooking both LostFocus and LostKeybo ...Show All
KatyG installation winFX
Hi, I am a new with the winfx and want to ask what I should install to get started. I have Visual studio express edition and win xp sp2. I tried to install: 1).NET Framework 3.0 July CTP 2) Windows SDK for .NET Framework 3.0 July CTP after that I can't see the template for winFX project in the Visual Studio. am i missing somthing Thanks Moving to the WinFX Groups. Thanks for answer, I have a problem install this orcas getting error winfx runime is required... but I installed it before :"Microsoft Pre-Release Software Microsoft .NET Framework 3.0 - July 2006" http://www.microsoft.com/downloads/details.aspx familyid=62057a6f-185f-41db-abe5-678f6fc388f0&displa ...Show All
AaronBrock See lines
Hi sorry if this is in the wrong forum where can i in visual studio say that i want to see the numbers of the codelines regards alvin Hi Alvin, Tools menu => Options... => mark Show all settings => under Text Editor select All Languages then select General => Mark Line numbers (under Display ). Hope this helps. Thanks alvin ...Show All
ctsand Custom binding Problem
Hi I am currently using the following custom binding settings. it uses server username and password to authenticate the client. Is it possible to plug in my own username password validator < customBinding > < binding name = " UserNameBinding " > < security authenticationMode = " UserNameForCertificate " keyEntropyMode = " ServerEntropy " > </ security > < httpTransport /> </ binding > </ customBinding > Regards Raguvind Hi Pedro Felix Thanks for that. it worked once i changed the behaviour. Regards Ragu Hello: See http://msdn2.microsoft.com/en-us/library/aa702565.aspx Ho ...Show All
rmtuckerphx TextBox sizing inside a stackpanel
I just trying to find out why wrapping of a text inside a textbox isn't working inside a horizontal stackpanel, but is working inside a vertical stackpanel (or a grid). The following doesn't wrap the text: ---------- < Window x:Class = " WPFSizingTest.Window2 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " WPFSizingTest " Height = " 300 " Width = " 300 " > < StackPanel Orientation = " Horizontal " HorizontalAlignment = " Left " > < Button VerticalAlignment = " Top " > X </ Button > < TextBlo ...Show All
Rohit Tela MSBuild, How to pass Clean or Build or Rebuild in the command line
Hello, I want to say to MSBuild.exe that I want to do a Build, a Rebuild or a Clean. If I write this command, it does want I need : C:\Projects\MySolutionDir>MSBuild /t:Clean /p:Configuration=Debug But, I want to use a project file. Here my project file : <Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 " InitialTargets="MyInitTarget" > <Target Name="MyInitTarget"> <MSBuild Projects=".\MySolutionDir\MySol.sln" Properties="Configuration=$(Configuration)" /> </Target> </Project> And here the command line : C:\Projects>MSBuild BuildVC2005.proj /t:Clean /p:Configuration=Debug But I receive an error : "T ...Show All
K.V.Bharath The data source object is invalid
Hi, I'm getting this exception when trying to use .SetDataSource() on the report. How can I track this down Thanks, Mike Edit: The only reference I saw to this is when using 95/98/ME platforms and a Classic ADO RecordSet. This is not the case, as I'm using XP Pro sp2 and a business object. Well, this is pretty interesting. It looks like there are four .SetDataSource methods - you can either pass it a DataSet, DataTable, IDataReader or IEnumerable. My object I'm attempting to pass doesn't derive from any of these types, and yet it still compiles. The following code produces "false" for all four Debug statements, and throws the data source object is invalid on the last line. ...Show All
J. Nail Guidance for IErrorHandler
Hi, I'm looking for some guidance on how I should use the IErrorHandler. I have it configured, and running, but I'm really not sure how to go about getting it to the "right" things. Additionaly, I'm supposed to make it interact with the exception policies (ExceptionPolicy) of EntLib. Thanks Thanks Justice, I was able to get the specific FaultException<T> returned to the client To do so, I had to check the type of the exception (MissingMemberException) passed to IErrorHandler.ProvideFault, then create the correct FaultException<MissingMemberFault>(new MissingMemberFault(exception.Message) To avoid the repetitive code for each type, I've used a dictionary to m ...Show All
IamHuM How to populate a WPF TreeView node from a datasource?
I'm having a question about populating a treeview control node. <TreeView> <TreeViewItem Header="Node1"> <TreeViewItem Header="Subnode1"/> ... <TreeViewItem Header="Subnode10"/> </TreeViewItem> <TreeViewItem Header="Node2"> <TreeViewItem Header="Subnode1"/> ... <TreeViewItem Header="Subnode10"/> </TreeViewItem> </TreeView> Now, my problem is that I have a observableCollection that holds infrmation for subnodes that go into "Node1", and another observableCollection that holds information about subnodes that go into "Node2". Until runtime, I don't know which ...Show All
vidhyaprakash A blank grey window that won't disappear
Hi, I've recently uninstalled vs 2005 beta 2 and installed vs 2005 rtm (team version). I've also installed sql server 2005 and the tfs client (refresh 3). Every time I open the VS IDE a floating grey window appears. Even when I close the window and reopen the IDE the window shows up again. The window also shows up every time I end a debug session (either by clicking on the stop button or ending the debug normally). No matter what I do - it won't disappear. The window is not a toolbar since I cannot drag it to the toolbar area, I can however make it dockable, but it just appears dockable every time I open the IDE again. I currenltly don't have a screen capture, I'll try attaching one when I return to my office ...Show All
