Answer Questions
newtek MSBee cannot find the FW1.1
Hi Everybody, I've just installed MSBee and as I tried to run it for the very first time I got an error saying that my PC was missing the FW1.1 I checked in c:\windows\Microsoft .NT\Framework\ and I found it! Can you help me Kind regrdas, Giulio Hi Bertan and thanks for your reply, here's the error message: "MSBee requires .NET Framework 1.1 SDK which is not present on the computer. You ...Show All
cenimalu VS SDK March 2006/ DSL TOOLS - Problem to build
Hi, I have a little problem with dsl tools. I had been playing with the tools, i had create a project, select class diagrams and I tranform all the templates. But, when i want to build the solution i had this error: Error 1 The "DevEnvSetup" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements th ...Show All
wizard4u Failed to update customization from the specified deployment manifest.
I created an WordML file with the following assembly code: < o:_AssemblyName dt:dt= "string" > * < /o:_AssemblyName > < o:_AssemblyLocation dt:dt= "string" > C:\tmp\WordTemplate1\WordTemplate1.dll.manifest < /o:_AssemblyLocation > When opening the wmlfile in Word I get the error: "Failed to update customization from the specified deployment manifest." Does anyone have an i ...Show All
Joe67 opening infopath using avalon application
hi, Please help me in opening infopath using avalon application when button is clicked. Thanks in advance for help Chanduu. Thanks Thomas, for your help this had solved my issue of opening an infopath form. It would be a great help if you can specify how to open a infopath form in the same window of the avalon, if i use process.start it is opening in the other. Thank you once again ...Show All
MattShepherd Options for 2003 Add-ins in VS 2005 -- Follow up
We have an SCC integration written in C++ (that includes an Add-in) for VS 2003 that we need to get running in VS 2005. I have read the documentation for the full migration of the add-in to 2005. This is not an option for us at this point. What can we do so that we can continue to build this integration and Add-in in 2003 so that it will function in 2005 as well. Is this going to work Currently, the on ...Show All
Michael Chroman Path & Data
Hello, I just sow some XAML examples of dealing with Path's Data like: <Path Data="L 100, 200 ..."> I wonder if I can do the same by code The only Path's Data I can see is of Geometry type and it doesn't allow for XAML-like simplified syntax. Thanks. Yes you can. Assuming this Xaml declaration: < Path Name = " _path " Stroke = " Black " StrokeThickn ...Show All
MVP User ItemAdd Event Problem
Hi all, Currently i am doing development in VSTO for outlook. I have encounter this problem, where the ItemAdd event only trigger only once and subsequently the event is not trigger anymore. What could be the problem Below are some code which i have use: I have store the MAPI folder in a linkedlist on the application start i run this method to add it the event. private void addOtherFolderEvents() { try { LinkedList&l ...Show All
merivel Canvas, Shapes, and Events. What's happening here?
I've noticed some interesting behaviour with events on a Canvas, and I was just wondering what is going on. I have a custom GridControl with a Canvas on it, that has a handler for the Canvas MouseDown event. uiElement.MouseDown += new System.Windows.Input. MouseButtonEventHandler (uiElement_MouseDown); I've added some PolyLines to the canvas, and I've noticed that if I click on the lines, then my event handler doesn't get called. So o ...Show All
Delphi Skyline Is VSTS client required to get VSS 2005's Remote Web Access?
We'd like to use VSS 2005's remote web access for our offshore developers. However, before we proceed, we have 2 critical issues to resolve. 1. Does it require the Visual Studio Team Suite (VSTS) client 2. When configuring, does it require the UNC of the .ini file to be exposed on the internet Hi Gary, VSS2005 Explorer will not support web service connectivity to VSS databases. If yo ...Show All
Gilles BECAVIN Can Outlook folders simulate Listview presentation of ADO records
Hi, I’m in the middle of planning a new project where VSTO and Outlook will be the keystone in the architecture. Outlook will be used as the main client performing search and presenting (read-only) data from our main application which is based on web services. I’m thinking of using an Outlook folder that simulates grid/ list view functionality. Post ADO records in to the folder after running some predefined search in a combobox. I ...Show All
MaxAtHome OperationContracts and parameters
What are the use cases for the various ways of factoring interfaces using: intrinsic types, XSD complex types (classes), and data contracts For example, which is the “best practice” for the following: [OperationContract] void CreateUser(string username, string password); [OperationContract] void CreateUser(User user); [OperationContract] void CreateUser(CreateUserRequest createUserReqest); I’m u ...Show All
Wommat Wrapping Label?
Anyone know how to make a Label that wraps across multiple lines in WPF I can't seem to find a property that makes this work. Ah! Here's the story with mnemonics: AccessText is the control that does the work to parse the "_" and register the mnemonic. You might ask: where’s the AccessText in Button, Label, Menu, etc The answer: it’s generated. The templates for all of these controls have a ContentPresenter. An additi ...Show All
Joe Rohde create crystal report using stored procedure with paramter
Hi, Anyone could give the sample code about creating crystal report (VS05) using stored procedure with paramter. Many thanks. Do you want to know how to create report using stored procedure or how to pass parameter value to the stored procedure parameter You can connect Stored Procedures in Database Expert to create report. The code to pass the parameter value to the stored procedure parameter is the same as the normal parameter. Yo ...Show All
Stritch ReportViewer and authorization in local mode
I'm sorry doing a double-post, but my problem described below (ReportViewer .. securityTrimmingEnabled) has not directly to do with SecurityTrimming. It is definitely a problem of authorization. in my web.config i have : < authorization > < deny users = " * " /></ authorization > and then: < authentication mode = " Forms " /> < location path = " Default.aspx " > < system.web > ...Show All
Foss dexplore.exe from VS2005 takes a lot of memory to run
Hi, Installed VS2005 professional (Release), and when I run MSDN library for Visual 2005, it takes above 200mb on start - dexplore.exe takes that abount of physical memory. Also, the same problem happens with VS2005 itself - it takes more than 200mb while it starts. If I will start another VS2005 instance - it will take 200mb too, and thats a problem for add-ins development. Please, let me know, is there any way to fix this issue. Fe ...Show All
