代码改变世界

随笔分类 -  Flex

flex编译错误

2013-09-23 14:23 by 合翅, 334 阅读, 收藏,
摘要: http://livedocs.adobe.com/flex/3_cn/compilerErrors.html 阅读全文

The prefix "mx" for element "mx:WindowedApplication" is not bound.

2013-09-07 21:34 by 合翅, 351 阅读, 收藏,
摘要: ......出现了错误The prefix "mx" for element "mx:WindowedApplication" is not bound.解决方法:要补齐。 阅读全文

异常信息:由于内部错误,服务器无法处理该请求。有关该错误的详细信息,请打开服务器上的 IncludeExceptionDetailInFaults

2013-09-06 09:57 by 合翅, 2686 阅读, 收藏,
摘要: 有方法说找到web.config 文件修改如下(蓝色部分) 修改后,运行,出现了这样的错误 在 System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) 在 System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) 在 System.ServiceModel.Dispatcher.Immuta. 阅读全文