Answer Questions
orlop Installing Visual Studio 2005 Professional Version
I have downloaded VS 2005 and I tried to install VS onto my H/Drive using MagicIso but I get an error "Cannot Initialize Resources" - Please Help !!! tried running it in another user account No luck. New error when I try to run setup.exe is: Setup is unable to find/load htmllite.dll. But I can see this file in the list. how are you running it have you tried burning the image onto DVD have you tried extracting the image using something like ISOBuster, then running setup where you extracted the files to have you tried disabling your anti virus software also have you tried mounting the image to a virtual CD/DVD drive and running setup from that ...Show All
Aaron Leiby How to create setup project that installs without user interaction?
Hi all, Just developed my first shared add-in in Visual Studio 2005. This add-in is for Project 2003. I created a setup project just fine, and we are planning on deploying it with an installation of Project 2003. Problem is, the setup project that is created requires the user to answer a bunch of prompts during installation. I included the Shared Add-in Support Update for the Microsoft .NET Framework 2.0 (KB908002) with my add-in - so when the user goes to install the add-in - it prompts the user if they want to install this update. I don't want any prompts to show during the install. Also, is there a way for the setup to detect if the user already has .NET framework 2.0 and not install it if it exists (as the update already includes . ...Show All
nw_LHC Why VisualBrush for Words Can't Writte Words on GeometryModel3D on second viewport3d ?
I Writte words to Model3D in some Viewport3Ds, On One is right, but the other is wrong ,why Which Scene can cause this private VisualBrush CreateTextBrush(string strText) { TextBlock labeltext = new TextBlock(); labeltext.Text = strText; SolidColorBrush ForegroundBrush; ForegroundBrush = new SolidColorBrush(Color.FromArgb(255, 222, 130, 0)); SolidColorBrush BackgroundBrush = new SolidColorBrush(Color.FromArgb(0, 255, 255, 255)); //SolidColorBrush BackgroundBrush = new SolidColorBrush(Colors.White); labeltext.Foreground = (Brush)ForegroundBrush; labeltext.Background = (Brush)BackgroundBrush; VisualBrush ViB = new VisualBrush(labeltext); return ViB; } ...Show All
jonez108 Outlook Add-In distribution
Hi. I'm quite new to Outlook Add-In programming, and I have a question. We have an Outlook application written in VBScript, that comes with a mailbox that user adds to his/her Outlook 2003. With that mail box there comes also contacts, and when user double clicks a contact, a custom form appears where user can perform some actions. Now we like to re-write the VBScript application. If an Outlook Add-In is made with C#, can the add-in be distributed to the users same way the VBScript app was distributed So that the C# Add-In is automatically installed with the mail box Thanks, that answered my question. It's not clear what kind of application you currently have -- an Exc ...Show All
Bartosz QueryTables Digital Certificate Verification
I'm using visual basic in excel to pull in data from a web site using QueryTables. The data pull works but every time the macro runs, a dialog box pops up requesting that I choose a digital certificate to communicate with the external web site. This digital certificate (there is only one) has been created and installed on the PC I am running the macro on. When I manually click "OK" on the dialog box the macro and data pull run properly. My question is how do I get rid of the dialog box and manual intervention. I have tried adding "application.displayalerts=false" before the querytable but this doesn't help. Note I also tried "displayalerts=true". Can someone please point me in the right direction ...Show All
PiGuy LINQ to SQL ( Everywhere ? )
Hello guys, I am researching LINQ and I would like to know what is timeline for this project. when we could expect Beta, RC.. (I realize it is too early to ask this but still ) AFAIK LINQ for SQL works with SQL Server only. Any plans to include SQL Server Everywhere If yes when we could expect first release Before I forget - congrats for good job on LINQ project ;) Thanks in advance They are proposing a provider model in which third party vendors would be able to add support for other database systems. Your post does bring up another question. Will LINQ be supported by the compact framework If not, LINQ to SQL Everywhere may be somewhat of a moot concern. Jim Wooley http://devauthority.com/blogs/jwooley We are ...Show All
Riekey Guidance Automation Extensions and Toolkit: June 2006 Release
The patterns & practices team is please to announce the availability of the June 2006 CTP of the Guidance Automation Extensions (GAX) and Guidance Automation Toolkit (GAT) ! As reported previously , this is a relatively minor update to the previous December 2005 CTP which includes some important bug fixes and usability improvements. For more details on this release, please read the announcement on my blog . Enjoy! Tom Hollander Product Manager Microsoft patterns & practices Your code may be referencing the older version of the assemblies. You can fix this by deleting the references and adding them to point to the new assemblies. Tom Yes - we fou ...Show All
Sudip1 Diff Editor for VS2003/2005
Hi Is it possible to use SuperDiff component from PowerToys suite as a part of another commercial product - extension for VS What is a legal possibilty to use it - licencing, ability to deploy independently from PowerToys distribution, source code Hi Ramil, Unfortunately, this is not possible under the current license. We license the Power Toys freely for end user's use, but you cannot redistribute them. thanks, James Lau Program Manager, VS Ecosystem ...Show All
David N.4117 JDK version
Hi, I want to know which version of jdk that J# support. It seems to me that it only support JDK1.1. If it's the case, does somebody know if it will support newest JDK soon Hi, As of now J# supports some of java 1.1.4 functionality and some of 2.0 functionality. We will keep community updated as we increase JDK support. However, if you are looking for some specific functionality, you can use .NET class libraries. Let us know if you have any questions around using .NET class libraries. Thanks, Varun :) me too,i would like to know that... ...Show All
meFox Memory Leak Discovered
I was in the Resources Panel applying Text Wrap to the TextBlocks and when i accidently applied rssTemplate (itemTemplate) to "Tag in the Properties" than EID Froze up ...So I brought up the Task Manager and the Memory Usage was Climbing,by the Time i hit End Task on the Process.It had Climbed to 380,000K and steadly rising... you could post your question on the EID forum http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.expression.interactivedesigner&lang=en&cr=US ...Show All
Paul Fedory How to receive command event from data templated menu items?
How do you get the command event from your data bound menu items in a ContextMenu I tried to specify a MenuItem in my DataTemplate for the ItemTemplate but it looks like it is always disabled. I suspect that i'm starting to create another sub menu. Thank you John < Window.Resources > < ControlTemplate x:Key = " RcrCategoryListControlTemplate " > < Border MinWidth = " 0 " MinHeight = " 0 " BorderBrush = " #FF000000 " Background = " {x:Null} " > < StackPanel IsItemsHost = " True " Orientation = " Vertical " > </ StackPanel > </ Border > </ ControlTemplate > < DataTe ...Show All
KVdS Custom issued security token
Hello, I would like to create a federation scenario where the issued token is a custom token and not a SAML token. I’ve already studied the custom token sample posted by T. Janczuk at http://pluralsight.com/blogs/tjanczuk/archive/2006/06/16/28046.aspx and I’m rather familiar with the token infrastructure (managers, providers, authenticators, serializers, ...) However, I’ve a basic question: in the custom issued token scenario, do I have to implement the token provider from scratch or are there any extensibility points in the IssuedSecurityTokenProvider class that I can use In other words, is the IssuedSecurityTokenProvider hard-wired to SAML tokens, or is it possible to use it with another kind of token. ...Show All
bndgk1337 Adding Series to graph throws exception
Hi there, I add a graph to a worksheet at design time (Sheet2) and add a little data on Sheet1 (A1:A10, just numbers 1 through 10). I have a button on the action pane that calls the following code. Excel. Range range = Globals .Sheet1.Range[ "A1" , "A10" ]; Excel. SeriesCollection seriesCollection = (Excel. SeriesCollection )myChart.SeriesCollection(missing); try { seriesCollection.Add(range, Microsoft.Office.Interop.Excel. XlRowCol .xlColumns, missing, missing, missing); } catch ( Exception e) { MessageBox .Show(e.Message); } However, it always throws "Return argument has an invalid type". If I throw this error away, the series is added just as I want, so I can ignore it if I wanted.& ...Show All
Bahtiyar Omarov Crystal Reports XI R2 on hosting site
I have CR XI R2 Developer with SP1 & Visual Studio 2005 standard. I have created a web setup project and added the MSM merge modules and I get the following messages when I access the web page after I publish the project to hosting service I get An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information. Description: An unhandled exception o ...Show All
debuggger ComboBox, style on ToolBar
When a ComboBox is placed on a ToolBar it gets a Blue hottrack/focus border style. How can I change that (as it doesn’t fit my design very well) Best regards, Thomas Andersen Actually the standard ComboBox doesn't fit my design either. Is it possible just to change the Blue highlight color in the ToolBar-ComboBox style Best regards, Thomas Andersen Hi Thomas, Setting the Style property on your ComboBox will override the one applied by the ToolBar. One solution is to set your ComboBox style to the default ComboBox style. The key for a default style is the type that the style is applied to, in this case: {x:Type ComboBox} <ToolBar> < ...Show All
