开发者

Visual Studio Report Designer shows only HTML

开发者 https://www.devze.com 2023-01-17 00:13 出处:网络
I built a report in Visual Studio 2008. There was a problem with it (an error occurred while trying to view the report) and since then, the

I built a report in Visual Studio 2008. There was a problem with it (an error occurred while trying to view the report) and since then, the report designer shows just HTML,

<html>
    <head>
        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
        <titl开发者_如何学运维e></title>
        <style>
        .ErrorStyle { 
            font-family: tahoma; 
            font-size: 11 pt; 
            text-align: left
        }. etc. etc.

I can view the report in debug mode, but this doesn´t really help me.

How do I get the usual design view going again? Is this just broken? Has anyone had this yet?


Check this line. Mine said Integrated, and I was getting the same results.

<rd:SecurityType>Windows</rd:SecurityType>


You can do a workaround which works sometimes, but not a final solution:

Right click on the form file > View code, Then in the code panel, Right click > View Designer.

If you do this way it could sometimes work and show the form correctly.

Also, sometimes there is a missing/invalid reference causing the problem, in this case simply compile the project, and make sure that all references are valid.


Seems the designer had some problems with a missing plug-in that was needed to display some data.

0

精彩评论

暂无评论...
验证码 换一张
取 消