Answer Questions
XiaoYu 2D Transform: GeometryGroup or Multiple Geometries?
Hi, Is 2D matrix transformation performance better using a single GeometryGroup or multiple geometries Or, no difference TranslateTransform translateTransform = new TranslateTransform(-100, -100); lineGeometry1.Transform = translateTransform; lineGeometry2.Transform = translateTransform; rectangleGeometry.Transform = translateTransform; OR GeometryGroup geometryGroup = new GeometryGroup(); geometryGroup.Children.Add(line ...Show All
zgueney Problem with VSS Web Access on the Server 2003
Hi All, I am trying to setup VSS web access using Http on my server. i"m using Windows 2003 server standard edition and VSS version 8.0.50727.42 In VSS Admin tool i enabled SourceSafe Internet for my computer (http) and SourceSafe Internet for my database. in IIS manager i can see SourceSafe virtual folder and upload/download subfolders, the database is shared and have all permission for the user I use (administrator) I am able to access the ...Show All
Esrever How can I load VSTO project from Winform Application?
It may sound like a silly question: "How can I load Excel Workbook in VSTO from Winform Application " I'd like to use VSTO for the statistical report on data. When I build and debug the workbook, it works fine; however, I'm having trouble loading the workbook from another application. Loading dll file with showdialog() only shows the class file associated to the excel project instead of entire VSTO project. Please help~~~ ...Show All
Thomas Waldron Error in installikng Windows SDK
hi there! I was trying to use WinFX and installed the WinFX Runtime Components correctly. Moreover, I have downloaded Windows SDK but I tried several times to install it but it halts in the middle of instalation and in different places. Does anyone faced a similar problem or has any idea about this Regards Salman Can you please send me a copy of your install log Also, how much free space do you have on your c: drive ...Show All
JimIT TechEd excercise Improving Code Quality of a Code Template
Hi , I am a newbie to GAT and struggling to get "Improving Code Quality of a Code Template" section of the GAT excercise working. I have ensured that i have the latest copy of the teched example installed. I modified the code given for t3 template to t4 compatlible. I also followed the steps mentioned in the manual, but got the resultant string as ConfigurationManager.Connectionstrings[Propertis.Settings.Default.MyDatabase.Properties.M ...Show All
srishu Setting Local Report Parameters - FileIOPermission
I have a report that takes a start date and end date as parameters. Here's my code: reportObject.LocalReport.ExecuteReportInCurrentAppDomain(System.Reflection. Assembly .GetExecutingAssembly().Evidence); reportObject.LocalReport.AddTrustedCodeModuleInCurrentAppDomain( "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ); reportObject.LocalReport.AddTrustedCodeModuleInCurrentAppDomain( "System ...Show All
sarrafi error installing visual studio 2005
hi.during installing of visual studion .net 2005 below error ocuured. "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." i checked all requirements such as sp2 or etc but yet i have problem. moreover i downloaded a software from msdn which checks all possible inconviencies but it didnt find anything so help me please ...............................!!!! ...Show All
bla44 Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad worked for me too. thanks. Worked great, thanks! Dana ...Show All
Display_Name_mladen Cast error when pass a parameter in localreport and reportviewer
hello friends, i have a problem with my report when pass a pamameter in vb.net and VS 2005 The code is: Dim objParameter As ReportParameter objParameter = New ReportParameter( "Name" , "test" ) Me .ReportViewer1.LocalReport.SetParameters(objParameter) the error is: System.InvalidCastException was unhandled Message="Unable to cast object of type 'Microsoft.Reporting.WinForms.ReportParameter' to type 'System.Collections.Generic. ...Show All
gusilvapires AnimationFinished Event?
Is there some sort of "AnimationFinished" event that gets raised when the BeginAnimation method finishes doing its thing I need to execute some code when an object gets done animating. myAnimation.CurrentStateInvalidated += delegate(object sender, EventArgs e) { Clock clock = (Clock)sender; if (clock.CurrentState != ClockState.Active) { // the animation has ended } }; T ...Show All
mryufy VS2005 Registration Benefits - not allowed access to Registration Benefit Portal
I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris Hmm...I'm having no problem. Which page/URL is causing the error Regards, Paul Cornell Documentatio ...Show All
jonpet How to move shapes within diagram programmatically???
Hi, is there a possibility to change to position of a shape within the diagram by code. My intenion is, when i move a shape all its connected shaped should be moved as well. Is this possible Any hints or ideas Thanks, Benjamin No problem. Wow, the code formatting really sucked on that post, but it should still work. Hello Pedro: I would like to ask you if I can programmaticall ...Show All
Azath Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
aceinc Extending a DSL post-deployment
I'm exploring the possbilities for allowing end users of my DSL to add metadata beyond what I know of when preparing the product. There are places where it would be useful for people to add metadata specific to their environment to the DSL. For example: say one end user's deployment environment is such that all decision points in a workflow can be resolved with reference to their proprietary or third-party rules engine. I can provide a DSL that ...Show All
gliffton How to create a component
Hi, i have a component derived from System.ComponentModel.Component. This component is not a visual control. My control has a constructor MyComponent(IConatiner container). This works fine for WinForms Applications. I have two questions: - I cannot use the component in my Toolbox in a WPF project. It’s greyed out. ! - Because my component needs IContainer (like any other WinForms component) I don’t know how WPF handels this. I don’t know ...Show All
