Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
944 views

Visual Studio 2008 Report Server Project Design View not working

When I create a new Reporting Services report or try to open an existing report (that has been working) in Visual Studio 2008. I cannot view the design. I get no error message and it only shows html ...
1
vote
1answer
366 views

When using View Code on a XOML file, designer view is displayed

In Visual Studio: When you right-click on a xoml file in the solution explorer and select "View Code" it takes you to the designer (design view). Steps to Reproduce create a xoml add ...
1
vote
4answers
1k views

MS-Access reports shows design view upon execution

I have created a report in MS Access report and write some VBA code to retrive data and show the report in MS-Word format. But while generate the report on runtime, the report first show or flash the ...
0
votes
0answers
62 views

Standalone GWT Design Viewer

I am using GWT in Eclipse, but I couldn't make use of GWT Designer. It keeps on giving me errors. With the same code, my friend is able to use GWT Designer in his Eclipse. And added to that, GWT ...
0
votes
2answers
80 views

Design time data for datatemplate in xaml

This may be a stupid question, but is it possible to define some sample data as DataContext in order to see my DataTemplate in DesignView? At the moment I always have to run my application to see ...
0
votes
2answers
85 views

Xaml Design View can't find Background Brush

in order to clean up my code, I'm trying to split my app.xaml into seperate resource dictionaries. This works at runtime, but not at design time: snipped in app.xaml ...
0
votes
1answer
41 views

Why do ActionLinks not show up in the design view?

Is there any reason why ActionLinks aren't rendered by the VWD 2008 design view?
0
votes
3answers
978 views

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application?

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application? I'm trying to do some custom rendering. I think it has ...