开发者

How can I display a full designer file in c#?

So I just got a C# program from someone that compiles and gives me a fully functional application. However, when I want to se开发者_如何转开发e the .cs{Design] file it gives me the following error:

.ErrorStyle { font-family: tahoma; font-size: 11 pt; ....

How can I convert this to an actual Design file? I am working on Visual Studio C#. Thank you very much.


That looks like a CSS error. Do you have a screenshot of the error or screen that is incorrect?


This sounds like an error is being generated and all your seeing is the HTML version of the error. You need to get all the html throw it in a text file and view it as a html doc. Then you can see what the real error is.


You should simply rebuild your solution, make sure the references are good then it should work fine.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜