Answer Questions
Phil-Smith.tk Cannot get EventSetter to work
If my understanding is correct you use EventSetters to assign handlers to events in Styles. I cannot get an event setter to work. < Style TargetType = " {x:Type Button} " > < EventSetter Event = " Click " Handler = " ButtonClickEventHandler " ></ EventSetter > </ Style > This will not compile. It says 'The Handler attribute is not declared', although if I access the Event ...Show All
Daml Changing parameters in ASP.NET reportviewer
I'm utilizing the ReportViewer in an ASP.NET (RTM) application. I dropped a ReportViewer control on to the ASP.NET page and configured the report for Remote processing. The report loads and runs successfully with the default parameter values. My problem occurs when I attempt to change parameter values in the parameters toolbar. The page just refreshes with the default values in the parameter toolbar and the rendered repor ...Show All
SeanCarpenter MS Dev 2005 FindToolWindow crashes with mysterious error
I have code that instantiates a ToolWindow in the new (presumably preferred) way: ToolWindowPane window = this .FindToolWindow( typeof ( MyToolWindow ), 0, true ); I have a default CTOR in my tool window that looks like: public MyToolWindow(): base ( null ) { InitializeComponent(); } I can step through the CTOR with no problem, but as soon as I step out, I get the following exception (before FindToolWindow finishe ...Show All
PaulGauthier formula result does not appear
i got this formula: Dim napis As String napis = "" if {Uwagi.1} then napis = napis + "one" if {Uwagi.2} then napis = napis + "two" if {Uwagi.3} then napis = napis + "three" if napis = "" then formula = "go: " + {Zaswiadczenie.Uwagi} else formula = "run: " + napis + chr( 13 ) + {Zaswiadczenie.Uwagi} end if while the if result appears on the report, the result of 'else block' (bolded one) does not appear on the report! can someone hel ...Show All
MarcH MSFT Building target partially
Building target "MyTarget" partially, because some output files are out of date with respect to their input files. How does MsBuild build a target partially Does that mean that it only run some of the containing tasks I imagine that it can't figure out which tasks to run since inputs and outputs are not always defined clearly on a task. Update: After a while I figured out that is one of the dependent targets that skip building because o ...Show All
bdingivan login Failed
I have a windows app that connects to a sql database. I now want to do reporting from it. I have created a CR report (from the buit-in VS2003 version of CR) that is going to be used to display the information. When I run the app I get a login prompt for the database. No matter what I enter into the prompt CR returns "Login Failed". Searching the web the only references to try and solve the problem de ...Show All
Kevin Welty MSBuild SafeImports reg entry question
I found the following regkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\MSBuild\SafeImports which allows me to add my foo.targets file so VS won't whine about not trusting the targets file. Can you use just the filename in this entry Right now everything is specified by a full path. However, that gets tiresome when using VSTS because when we create branches the path to the target file changes e.g: C:\Projects\Foo\ ...Show All
SecurityCoder vsee error
From time to time I get this error: --------------------------- Microsoft Visual Studio --------------------------- Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: HRESULT: 0x80131527 File: vsee\internal\inc\vscomptr.inl Line number: 473 --------------------------- OK --------------------------- Last time it was, as I got exception in debuger. Then I stoped program with Sh ...Show All
shron VSTO 2005 Actions Pane deployment
I've written an Action Pane solution for MS Word 2003. When I try to deploy it on another machine I get a DotNet Security Policy issue. The Office Document Customisation Window is displayed with the following Messages The current Dot Net Security Policy does not permit the customisation to run Could not load file or Assembly AssemblyName..... failed to grant permission to execute I have tried granting the assembly full trust with ...Show All
ozibryan Adding custom markers through an add-in
for those that are interested in how to do it, i put together a code sample that does the trick, without using a vs package. http://www.kolosy.com/wordpress/ p=6 Thanks for that Alex, Do you by any chance have a working sample illustrating these techniques It would be good to see it in action before trying to port them. Cheers, Anna you can see this particular piece working here http://www.kolosy.com/downl ...Show All
BManager Using Windbg to investigate memory leaks from ummanaged code
Any pointers on how I can do this Our stress run has indicated a memory leak in our ASP.Net app. Private bytes, virtual bytes and working set all keep going up. However, # bytes in all heaps (.Net CLR Memory counter) has stayed in a range, leading us to belive that the memory leak is from unmanaged code. I have tried umdh, and currnently trying windbg. Any windbg commands for investigating memory usage for unmanaged memory Thanks! ...Show All
pure159112 VSTemplates and Localization
Hi there, we use the new vstemplate project templates for our project system but do not support all the locales that VS itself supports. So, for example, we have a bunch of zip files under the 1033 directory for English and the same(localized) versions under 1041 on a Japanese install. When we install on a different localized version of VS (E.G. French) none of the templates appear in the New Project dialog (since we haven't installed anything t ...Show All
Feint Changing Key on Existing VS2005
I have a version of VS2005 and SQL Server2005 on my machine that was loaded with discs, and now belongs to someone else. I have a key via my MSDN subscription, that will enable me to continue using VS2005. Do I have to uninstall and reinstall VS2005, or is there a way to change my key without going through the trouble of uninstalling and reinstalling Thx. James I could be wrong... but I think you are rig ...Show All
Viper_zz My own task won't work.
I've made a task but when I try and use it I get the following errors: warning MSB4062: The "MWH.Common.MSBuild.Tasks.SourceSafe.Get" task could not be loaded from the assembly MWH.Common.MSBuild.Tasks, Version 1.0.0.0, Culture=neutral, PublicKeyToken=02d410f519fd6098. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) Confirm that the <UsingTask> declaration is correct, and that the assembly and all its ...Show All
Ian Fisher Are drag-and-drop operations supported in WBAs?
Are drag-and-drop operations supported in Web Browser Applications I have tried to drag and drop a file from the desktop to an element, but it seems it is not working. Is it a security restriction I think it's still a very valid question, if I have a "upload service", can I receive a drag & drop event from a file, or any other "thing" in a WBA app I can see a ton of uses for this functionality. Than ...Show All
