Answer Questions
Rincewind60 strange behaviour with offline deployment model
Hello Everyone, I have a smart doc Word application deployed with the model "Offline Model for Word and Excel Solutions using the Internet Explorer Cache". When the Word document is opened for the first time on the client machine, the dll is created in the internet explorer cache. But if I am offline and I try to open the document (after switching to offline mode using Internet Explorer's Work Offline command on the File menu), I have the ...Show All
Midnight Knight Unable to create class diagram from C++/CLI
Hi, If I try to create a class diagram in a VS 2005 B2 C++/CLI windows app project, I get an error saying "Unable to create class diagram file "file URL". Make sure you have file system permissions to create the file and have disk space availalbe. When I try the same operation from a C# project, things work fine. Any ideas Allan Class Designer does not support C++ in current version. There is another thread di ...Show All
MartyK ReportServerCredentials
T he scenario is simple: I have a reportviewer control and want to show & print a ServerReport. The application needs to be able to connect to the reporting service over the internet and the client machines do not need to be in the same domain. This is the same authentication scenario that applies to viewing reports through HTTP using internet explorer and a URL to the reportserver virtual directory: Internet Explorer asks for a user and pas ...Show All
RobinsonT WBA vs Java Applet
Hi All, Are WBA's that run under IE's sandbox, or that run under partial trust, can be compared to Java applets's Do they behave same How about the performance for WBA Are they better than Java Applets WBA is an offering that enables you to take advantage of the richness of WPF on the web (by providing seamless web deployment, browser hosting, and the security sandbox). A few key benefits to using WBAs: ...Show All
Dan_BIT Comments and CommentShapes
I've been looking at adding comment shapes to my designer, and came across the Microsoft.VisualStudio.Modeling.Diagrams.CommentShape and Microsoft.VisualStudio.Modeling.Comment classes. "CommentShape" is particularly interesting; it isn't abstract, it isn't related to a model element, I can add instances to my diagram, and it automatically displays multi-line by default. However, should I be using it directly, or should I derive a c ...Show All
ThomaWe Rmt9x.mst not found error VS 2005 setup
I'm trying to install Visual Studio 2005 on windows vista (december beta). When the installer tries to copy the temporary files to start the installation, I get an error that says that the \vs\Setup\Rmt9x.mst file cannot be copied. I have already installed this copy of Visual Studio in Windows XP and it worked perfectly. yay. copied the VS2003 disc1 directory tree to the harddrive and rmt9x.mst magically appear ...Show All
DavidBB Feb CTP and WCF Lab 1 Fundamentals
Hi, Has anyone else had any trouble getting the WCF Lab 1( http://windowscommunication.net/collateral/pages/Lab1Fundamentals.htm ) example to work with the Feb CTP. 1. The Program class in the host executable doesn't compile for me. The following line fails: Type serviceType = typeof ( DerivativesCalculatorServiceType ); The best I can do to correct this line is to use: Type serviceType = typeof ( DerivativesCalculator .Cal ...Show All
hello frns deploying application that uses Crystal Reports
new to crystal reports, how do you deploy an application that has a CR I created a setup project but the report is still trying to read the path of the xml data source that I set in the application design. I'm foggy on how to use a CR properly. ...Show All
MosheCohen Introducing HelpStudio Lite
The VS 2005 SDK contains a new tool for authoring Help and integrating it with VS 2005. The tool is called HelpStudio Lite. It is lightweight version of the full HelpStudio product, developed by Innovasys . HelpStudio Lite is recommended for anyone extending VS 2005 - for example, by creating add-ins, controls, or packages. You will likely also want to author and include Help content with your extensions to VS. You can use HelpStudio Lite to ...Show All
Michael Andy Poulsen {x:Static ...} treated as a string when used in certain properties
using the x:Static for Height works: <Rectangle Fill="Blue" Width="50" Height="{x:Static local:RandomNumberGenerator.RandomNumber}"> <Rectangle.Triggers> <EventTrigger RoutedEvent="Rectangle.Loaded"> <EventTrigger.Actions> <BeginStoryboard> <Storyboard> <DoubleAnimation Storyboard.TargetProperty="(Canvas.Top)" BeginTime="0:0:0" Duration="0:0:1" From="0" To="100" AutoReve ...Show All
pemaquid how to set width, height to auto in code-behind?
Anyone who knows how to do this something like listBox.Width = auto; thanks in advance, Kimme What Panel type are you in Grid, StackPanel, ... What is your HorizontalAlignment setting on the ListBox It needs to be Stretch, but that should be the default if you haven't set it to something else. doesn't seem to work I think this is what y ...Show All
sel Can’t create any new projects with VS 2005 Beta2
I have just installed VS 2005 Beta2 and it completed without any errors. However, when I try to create a new project I get a dialog box that shows the following error: “ Automation server can’t create object ” In the event log the following shows: “ The Visual Studio template information is out of date. Regenerate the templates by running 'devenv /setup' or reinstalling Visual Studio." Anyone knows how to get around this problem ...Show All
JGVT Missing InfoPath Template Project within Office projects
Hi, I have VS2005 Team Suite installed together with VS Tools for Office, but I can't create new InfoPath project, becouse it is missing ( only word, excel and outlook prejects are there). I have also VS2003, Office InfoPath 2003 SDK and Office InfoPath Toolkit for VS.NET installed on the same computer and it.s working. Can someone help me please Thanx. If you have team suite, it didn't come in the box--you ...Show All
TPV DLinq Relationships not working
In this code I create a Article object that should have an Author and an Editor (both EditorID and AuthorID return the correct numbers) but the actual entityref objects(User/Editor) are still null.. What am I doing wrong using System; using System.Collections.Generic; using System.Text; using System.Data.DLinq; namespace Devtoo.Data.Objects { [Table(Name = "tblArticle" )] public class Article { private int id; [Column(Name ...Show All
JordanTan mshtml.dll crashing my IE
I get this errow when I click my IE. Please Help me how to fix this. My messengers keep crashing because of that too. Im running Windows XP AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: mshtml.dll ModVer: 6.0.2900.2722 Offset: 0025b1df Does this occur after you install Visual Studio 2005 I've had this error for a ...Show All
