Answer Questions
Slag Package Load Failure - ...TextTemplating.VSHost.OrchestratorPackage
Hi, I have installed DSL tools (Nov2005) "over" VS SDK Oct2005. When I try to create a new DSL project or even open VS Options at TextTemplating item, I got following error: --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorPackage, Microsoft.VisualStudio.TextTemplating.VSHost, Version=8.0.0.0, Culture=neutral, PublicKeyT ...Show All
VladTheImpaler Can you change the VS05 Help (MS Doc Explorer) code samples font?
Its a horrible font and very hard to read. Can you change the typeface on it BeezelDub: You can change the plain text font under Internet Explorer > Tools > Options > Fonts. Then go to Tools > Options > Accessibility and click "Ignore Font Styles specified on Web Pages". Just be aware that you are making global changes to IE that will affect (in mostly negative ways) all web pages you view ...Show All
S. Please help me...
Dear Experts, I am creating a Word Document project using Visual Studio 2005...However, when I tried to "Run" for the test...there was a warning which is said like this: "The assembly must be granted full trust before the solution will run." What should I do know in order it works.. ...Please help me... Thanks, Jennifer Hi Reza, I just sent you an email according to my ActionsPane problems. ...Show All
galg Playing animation storyboards inside a control template programatically
I've defined a Button style and Control template. I want certain aspects of the control template to be animated based on events in the application. I want to start and stop the storyboards I have defined inside my template programatically. The problem is I do not know how to access these storyboards from my code. Also I'm not quite sure where the storyboards should be defined. I'm using the two storyboards (lightenAnimation, and darkenAnimat ...Show All
Luis P partner dvd
Hi, I just received the Partner Resource DVD that can be ordered from your website. Now, there are lots of trials on this dvd, but nethertheless some products are labeled "full version". So, full of expectations, I started the installation of IP*Works! V6 .NET Edition. But when the installer starts, it labels just "30 day trial". The same phenomenon strikes me on several "full versions" on this DVD. So, what's Microsoft's definition of a full v ...Show All
Nigel Armstrong Newbie Develop Office App using .Net
Hi everybody, I like to study on developing office applications like excel and word using C#, what do I need to install and study materials to study Can you provide me a list I am using VS 2002 and Visual C# 2005 Express Edition. Thanks in advanced. den2005 Hi Dennis You're really getting well beyond the scope of this forum, now :-) Have you delved into the information on the MSDN Office D ...Show All
Matt Clements Problems with office sp1 installation
Hello, I was installing VSTO on a Windows 2003 Enterprise Edition (evaluation copy) when it said that i needed Office 2003 SP1 in order to continue. I've downloaded it from the microsoft site but when trying to install it, i got the following message: "The expected version of the product was not found on your system" I already have Office 2003 installed and i really cannot understand what seems to be the problem. I would be ...Show All
hvac-r_tech OpacityMask and PerPixelAlpha
Hello people !! I'm trying fx3.0 and I want to made the principal window with a mask of opacity like I do with a rectangle (example I have an image like mask.png with alpha transparency). Can any give an idea of how to do that Thanks a lot !!!! In future releases , you should be able to use something like this: <Window xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:sys=" ...Show All
clarkewu Can I disable paging on an RDL report?
I have a user requirement to display thousands of records as a full dashboard on the same page ( no paging). Is this do-able with an RDL report If yes, how Using the property browser, set InteractiveHeight and InteractiveWidth properties of Report object to 0. Thank you, Rajeev. That works fine. ...Show All
JeffreyCollins Word OCX Control
I am trying to create a Windows Forms application that encapsulates the Word OCX on/inside the form. Is this possible, and how would I go about it Thanks Hi, I have a requirement to show a word document on a web form and the user can change the document and the changes should be saved to web server. For this purpose i am using DSO Framer control available at http://support.microsoft.com/default.as ...Show All
timw86 ToList() and ToArray() not found
I'm trying to execute the following sample code var q = from c in db.Customers where c.City == "London" select c; // Execute once using ToList() or ToArray() var list = q.ToList(); I'm getting a compiler error: "Error 43 'System.Data.DLinq.Query<Customer>' does not contain a definition for 'ToList' " I get similar error when I try to use ToArray() method. The query works fine ...Show All
JohanH Help doesn't work
I just got my MSDN Universal subscription cd's and included was vs.net 2005. I installed without any errors but when I first opened it and looked at the start page my news channel does not appear. I went to tools, options, startup and I saw the channel pointed to http://go.microsoft.com/fwlink/ linkid=45334&clcid=409 and when I copy and paste to my browser it works fine. Why does it not show up in my Visual Studio Developer News Window An ...Show All
Beth1 Add-In
I am trying to create an Add-In item in Tools menu of VS 2005. I have installed VS 2005 on Windows Server 2003 O/S. I created a very simple add-in projetc using extensibilty option and Add-In wizard in VS 2005. I have just added one MessageBox using Windows.Forms reference in Exe method of Connect.cs class.. I also created and added resuting xml files to Addin folder (for example, \Documents and Settings\All Users\My Documents\Vis ...Show All
GameCi_kamaci ToolBoxItems.Add does nothing
Hello, Using Whidbey Beta 2, I'm trying to add a control to the toolbox using a windows forms application. All goes well, and no error found, but the control does not appear after the application finishes, even after I restart VS.NET. I'm also adding a new toolbox tab, which works fine. First I tried using the sample code provided in the documentation, but it din't compile because it expects an object instead of a class. Since I h ...Show All
TheSteve How to end an excel page
Hi, I have been told there is a way to end an excel page, so there can be nothing else written after a specific column and row. If I have data in columns A-c and rows 1-3, how do I stop it after that Thanks in advance Hi Stephanie, This is a good question, but it is not a VSTO-related issue. I would suggest that you post this question, however, in the excel.worksheets.functions newsgroup. Here is the link. http://msdn ...Show All
