SourceInsight出现内存不能为read或者written的问题~急!!

Victor_Dinho 2009-03-11 05:37:31
我现在在用SourceInsight3.5。我可以新建项目,也可以在关闭的时候对项目进行同步。但问题是当我打开项目的时候,就会弹出一个错误框报告应用程序错误:"0x00405b48"指令引用的"0x77d33ae8"内存,该内存不能为"written",之后就退出SourceInsight了。当我删除项目的时候,也会弹出类似的一个错误框,只不过错误内容改成了“该内存不能为"read"”。我想问一下有没有人也遇到过这个问题?有没有什么解决方法?
谢谢了!
...全文
1345 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
b03040604 2011-12-12
  • 打赏
  • 举报
回复
删除C:\Documents and Settings\liweiwei\My Documents\Source Insight文件夹,即可。
贝多芬爵士 2011-08-12
  • 打赏
  • 举报
回复
怎么换的镜像啊,我也出现这样的问题
  • 打赏
  • 举报
回复
重新装吧,这种错误不是设置几下可以轻松搞定的
Victor_Dinho 2009-03-12
  • 打赏
  • 举报
回复
我是楼主~~我连一键还原都用过了,还是有问题。现在打开项目的时候,连错误框都不出来了,直接退出了~~
Victor_Dinho 2009-03-12
  • 打赏
  • 举报
回复
现在问题解决了。估计是原来的操作系统镜像有问题,后来换了一个镜像就OK了~~谢谢各位
topwork 2009-03-11
  • 打赏
  • 举报
回复
把***霸给禁了就行了。
独孤过儿 2009-03-11
  • 打赏
  • 举报
回复
這個不是SI的問題,應該是你的OS出問題了

先重啟下SI試試看

要是仍舊不行,那重啟OS,要是還不行,那就得查下病毒了...
Book Description Publication Date: October 20, 2010 Accelerate your PostgreSQL system Learn the right techniques to obtain optimal PostgreSQL database performance, from initial design to routine maintenance. Discover the techniques used to scale successful database installations. Avoid the common pitfalls that can slow your system down. Filled with advice about what you should be doing; how to build experimental databases to explore performance topics, and then move what you've learned into a production database environment. Covers versions 8.1 through 9.0. In Detail PostgreSQL database servers have a common set of problems they encounter as their usage gets heavier and requirements more demanding. You could spend years discovering solutions to them all, step by step as you encounter them. Or you can just look in here. All successful database applications are destined to eventually run into issues scaling up their performance. Peek into the future of your PostgreSQL database's problems today. Know the warning signs to look for, and how to avoid the most common issues before they even happen. Surprisingly, most PostgreSQL database applications evolve in the same way: Choose the right hardware. Tune the operating system and server memory use. Optimize queries against the database, with the right indexes. Monitor every layer, from hardware to queries, using some tools that are inside PostgreSQL and others that are external. Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can all help handle increasing database workloads. The path to a high performance database system isn't always easy. But it doesn't have to be mysterious with the right guide. Approach A clear, step-by-step guide to optimizing and scaling up PostgreSQL database servers. Improving database performance requires an equal mix of understanding theoretical concepts and working through hands-on examples. You'll find both here. Many of the examples given will be immediately useful for monitoring and improving your PostgreSQL deployments, providing insight into hard-to-obtain information about your database. Editorial Reviews Review I found the book to be well-written (always a plus when reading technical books) and felt it covered quite a bit of depth given its ambitious scope. Overall, it was an informative and enjoyable read. --David Christensen This book is well written and very accurate, from what I can tell, a tribute both to the author and the highly competent reviewers. I doubt there is a single PostgreSQL user or developer who could not learn something useful from this book. --Andrew Dunstan From the Back Cover Who this book is written for This book is aimed at intermediate to advanced database administrators using or planning to use PostgreSQL. Portions will also interest systems administrators looking to build or monitor a PostgreSQL installation, as well as developers interested in advanced database internals that impact application design. What you will learn from this book Learn best practices culled from years of work scaling PostgreSQL installations to handle demanding applications Uncover what makes hardware good or bad for high-performance database applications Investigate making informed speed and reliability trade-offs Tweak your operating system for best database performance Benchmark your whole system from hardware to application Follow real examnples to learn how the server parameters operate and how they impact performance Monitor what happens on your server, both in and outside of the database Find the best add-on tools that extend to core PostgreSQL database Discover how to architect replicated systems using the latest features added to PostgreSQL 9.0 About the Author Gregory Smith is the principal consultant in the United States for international PostgreSQL services firm 2ndQuadrant. Based in Baltimore, MD, he's been providing database advice to clients in industries like manufacturing, finance, and web development for twenty years. Dedicated to open-source technology since early in his career, Greg turned to full-time PostgreSQL work by diving in at the source code level. He contributes regular feature patches to the core database and has written a variety of database tools. This book reflects the perspective that he's gained over the last few years as one of the most prolific sources of advice on the popular PostgreSQL community mailing lists. Product Details Paperback: 468 pages Publisher: Packt Publishing (October 20, 2010) Language: English ISBN-10: 184951030X ISBN-13: 978-1849510301
'Shining a bright light into many of the dark corners of C# 3.0, this book not only covers the 'how,' but also the 'why,' arming the reader with many field-tested methods for wringing the most from the new language features, such as LINQ, generics, and multithreading. If you are serious about developing with the C# language, you need this book.' -Bill Craun, Principal Consultant, Ambassador Solutions, Inc. 'More Effective C# is an opportunity to work beside Bill Wagner. Bill leverages his knowledge of C# and distills his expertise down to some very real advice about programming and designing applications that every serious Visual C# user should know. More Effective C# is one of those rare books that doesn't just regurgitate syntax, but teaches you how to use the C# language.' -Peter Ritchie, Microsoft MVP: Visual C# 'More Effective C# is a great follow-up to Bill Wagner's previous book. The extensive C# 3.0 and LINQ coverage is extremely timely!' -Tomas Restrepo, Microsoft MVP: Visual C++, .NET, and Biztalk Server 'As one of the current designers of C#, it is rare that I learn something new about the language by reading a book. More Effective C# is a notable exception. Gently blending concrete code and deep insights, Bill Wagner frequently makes me look at C# in a fresh light-one that really makes it shine. More Effective C# is at the surface a collection of very useful guidelines. Look again. As you read through it, you'll find that you acquire more than just the individual pieces of advice; gradually you'll pick up on an approach to programming in C# that is thoughtful, beautiful, and deeply pleasant. While you can make your way willy-nilly through the individual guidelines, I do recommend reading the whole book-or at least not skipping over the chapter introductions before you dive into specific nuggets of advice. There's perspective and insight to be found there that in itself can be an important guide and inspiration for your future adventures in C#.' -Mads Torgersen, Program Manager, Visual C#, Microsoft 'Bill Wagner has written an excellent book outlining the best practices for developers who work with the C# language. By authoring More Effective C#, he has again established himself as one of the most important voices in the C# community. Many of us already know how to use C#. What we need is advice on how to hone our skills so that we can become wiser programmers. There is no more sophisticated source of information on how to become a first-class C# developer than Bill Wagner's book. Bill is intelligent, thoughtful, experienced, and skillful. By applying the lessons from this book to your own code, you will find many ways to polish and improve the work that you produce.' -Charlie Calvert, Community Program Manager, Visual C#, Microsoft In More Effective C#, Microsoft C# MVP and Regional Director Bill Wagner introduces fifty brand-new ways to write more efficient and more robust software. This all-new book follows the same format as Wagner's best-selling Effective C# (Addison-Wesley, 2005), providing clear, practical explanations, expert tips, and plenty of realistic code examples. Wagner shows how to make the most of powerful innovations built into Microsoft's new C# 3.0 and .NET Framework 3.5, as well as advanced C# language capabilities not covered in his previous book. Drawing on his unsurpassed C# experience, the author reveals new best practices for working with LINQ, generics, metaprogramming, and many other features. He also uncovers practices that compromise performance or reliability and shows exactly how to avoid them. More Effective C# shows how to * Use generics to express your design intent more effectively* Master advanced generics techniques, such as constraints, method constraints, and generic specialization* Use the multithreaded techniques you'll need to work with the .NET framework every day* Express modern design idioms using the rich palette of C# language features* Successfully mix object oriented and functional programming constructs* Create composable interfaces and avoid confusion in public interfaces* Use extension methods to separate contracts from implementation* Program successfully with C# closures and anonymous types* Write more effective LINQ queries* Make the most of LINQ Lazy Evaluation Queries and Lambda Expressions* Distinguish and convert between delegates and expression trees* Efficiently utilize nullable types and partial classes* Use implicit properties for mutable, nonserializable data You're already a successful C# programmer-this book can help you become an outstanding one.

24,854

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 工具平台和程序库
社区管理员
  • 工具平台和程序库社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧