Answer Questions
rodan_be Babel Icons
I notice that the intellisense icons in 2005 are true color instead of 16 color icons. I tried changing the completionset.bmp image to use true color icons in the babel language service but VS.Net is showing the icons in 16 color format. I assume that when you create the imagelist, it knows the color depth of the bitmap. I also assume that you can store a true color bitmap as a resource just like any other bitmap. Unless any of the above assumpt ...Show All
Blaine Anderson Conditional EventTrigger
Hello, Is there a way to specify conditions for an EventTrigger using markup. I've got a storyboard wired to an event as shown below, but I only want it to fire if the ListBoxItem.IsSelected value is false. <EventTrigger RoutedEvent="Mouse.MouseLeave"> <BeginStoryboard Storyboard="{StaticResource MyStoryboard}" x:Name="myAnimation"/> </EventTrigger> I can see that the MultiTri ...Show All
Agarwal Queued Recipe Execution
Ok, after jumping through many hoops trying to get a recipe to execute dynamically using an IAssetReference, I finally had all the information I needed, and was ready to execute the reference. I called the execute method on the IAssetReference, and recieved an exception that said I can't execute a new recipe while another recipe is running . I was very disappointed by this, even though I think I probably understand why this is not allowed. But t ...Show All
Relapse Strongly named objects
Hi all, Has anyone tried to use strongly named objects (signed with a key) as data sources for Crystal Reports I am doing that and I run into a load exception because my objects are signed with a key and apparently Crystal Reports is unable to load them. Is there a way to get around this without having to unsign my objects Thanks. ...Show All
Yuelin49124 'Load report failure' error occured during generating report by crystal report.
Dear All Friends, An error occurred during generating report on aspx-based web-application. This application using Crystal reports software to export the details in .rpt format. This error can be temporarily resolved by restarting the server, but this error repeat again within a month. Please look into this matter and help me to find: Whether it is software (Crystal Report) problem or OS related services problem. Load report failed. ...Show All
Irit Package Load Failure
Hi, I had installed Studio .NET 2005 and SQL Server 2005 with .NET framework version V2.0.50727. It works fine after the installation. I had download the dotnet framework 2.0 Beta 2 and install into client PC (End User). After that, when I need to run the my application setup file, it required the .NET framework version that in my PC (V2.0.50727). So, I am try to installed the version V2.0.50215.44 too into my PC. So, when I built my ap ...Show All
Phil Cowan Duplicate messages on Peer Channel
This is something I have curiosity on. How does Peer Channel manage with duplicate messages Does it just reject them Which is the expected ratio of success of duplicate message detection Do developers have to take this into account and put extra code (sequence ids, for example) in thier apps Thanks in advance. There are no duplicated messages in the PeerChannel. You publish a message and all the peers receive ...Show All
Andy Wahrenberger MSFT Move Event for a FrameworkElement?
I'm trying to detetct a change in the position (ie Canvas.Left Canvas.Top) property of a few FW elements. UpdateLayout is usually tripped (not always) and the sender is null in the UpdateLayout event. Is there any other way Thanks Ron You can actually bind to attached properties in markup. All you need to do is put parenthesis around the attached property. You don't need to go to code just so you ...Show All
Terp Designer for Avalon UIs
Hi, if I understood correctly, the following facts are correct: 1. Avalon will be available on Win XP machines. 2. Visual Studio 2005 will be the developing tool for the next 2 to 3 years for XP and for Vista. 3. Microsoft encourages developers to develop UI-designs for avalon and use XAML for that purpose My question is, since I know VS2005 quite well: Will there be a designer, similar to the windows forms designer, for designing XAML applicat ...Show All
CHiLLD When will the new class designer be ready?
Creating class diagrams with the existing tool is quite buggy and limited in language scope. Will there be a CTP coming out shortly for the new class designer I'm interested in it supporting C++/CLI (*not* C++). I've been "porting" my C++/CLI code and creating shells of methods and classes in C# to generate the class diagrams but I obviously run into problems with native Win32 types. Class designer i ...Show All
Chevelle IIS Hosting - WSHttpBinding problem.
Hi, This question is related to a previous post that didn't get any answer yet : I have a service that is IIS-hosted. 'Pure' wcf operations (meaning, not the wildcard operation below) that are invoked with WSHttpBinding work just fine without turning off the binding's security mode. However, when I'm implementing a simple wildcard operation: [ OperationContract (Action = "*")] Message ProcessMessage (Message inMs ...Show All
johnly Sam StreamingPodcastService fails
I can successfully build the Podcast Aggregator sample in VS2005. However, when I run the StreamingPodcast Service, I get an exception: [System.TypeInitializationException] = {"The type initializer for 'System.ServiceModel.DiagnosticTrace' threw an exception."} on this line: ServiceHost podcastServiceHost = new ServiceHost ( typeof ( PodcastService ), uri); I haven’t modified any code. ...Show All
ManiD Dynamic ToolWindow, Transient attribute
Hello, I developed a ToolWindow using the "Integration Package" extensibility project. Everything is fine, but I want that this ToolWindow only shoul be open if a Solution is loaded. I read in the documentation that I have to add this 2 attributes to my class: [ ProvideToolWindow ( typeof ( MyToolWindow ), Transient = true )] [ ProvideToolWindowVisibility ( typeof ( MyToolWindow ), /*UICONTEXT_SolutionExists*/ "f1536ef ...Show All
Sticky5011 Unable to debug: The binding handle is invalid
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do Thanks for your answers i tried with august C# express beta (8.0.50727.7) but i'm still unable to debug :( I have the same problem and no solution for now. :( July Beta 2 VS 2005 Profesional. ...Show All
Zealousman Package load failure AND can't import settings (on another machine)
Visual Studio 2005 RC1 installed on a machine where August CTP was previously installed. --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Visual Studio Explorers and Designers Package' has failed to load properly ( GUID = {8D8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. W ...Show All
