Visual Studio 2010访问2010 [英] Visual Studio 2010 Access 2010

查看:100
本文介绍了Visual Studio 2010访问2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我也有类似的问题.我已经对此问题进行了将近3天的故障排除.我在网上找不到任何信息.我正在开发一个使用webbrowser对象从html检索互联网信息的应用程序.

就是这种情况.我在Access数据库文件中有3个表.地址,投资财产和公司.首先,我的程序将地址分为不同的部分(建筑物编号,街道地址,街道名称,街道类型,邮政编码,城市,州,县).然后,它将地址存储在数据库中,然后确定找到财产的注册所有者之后确定要导航到的合适的财产评估人网站.

此时,它应该将信息存储到数据库中. datbase已通过Investment_PropertyTableAdapter成功更新,但随后在调试器崩溃后不久就更新了.程序立即将Webbrowser.navigate调用到下一页,并调用Application.DoEvents(一个等待网页完成的循环),调试器崩溃.说vshost32.exe停止工作.它没有提供任何详细信息,仅说如果有解决方案,Microsoft将发布该解决方案.仅供参考,我正在运行32 GB Windows 7和2 GB RAM.

我正在运行Visual Studio 2010并访问2007.硬件问题?不,我已经在多台计算机上运行了此代码.每次都是一样的.为什么要使用Access?因为我需要数据库能够使用可呈现且熟悉的表单与用户进行交互,以使其易于使用,而Access可以提供足够的便利.我可以说的其他信息是,我可以在拥有财产所有人姓名之前在过程的较早阶段将信息存储到db,但这当然无济于事.我感觉好像我快要用光了内存或其他什么东西了.也许某些Windows安全性正在关闭该过程.

我愿意接受任何建议.在我的进程中,在CPU下,vshost的运行速度约为"50",尽管我不确定这个数字是什么意思.该数据库是一个关系数据库,但是我试图在程序中此时修改没有任何关系的表,但是仍然没有运气.我已经完全梳理了Google的解决方案,并且没有主意.

我会付钱给可以帮助我的人,请给我发电子邮件[删除].这是文件 http://www.4shared.com/folder/KARKrRhZ/_online.html [ ^ ],您可能必须更改连接

I also have a similar problem. I have been troubleshooting this for nearly 3 days. I cannot find any information on the web. I am developing an application that retrieves information from the internet from html using the webbrowser object.

This is the situation. I have 3 tables in an access database file. Address, Investment_Property and, Corporation. First my program divides an address into its different parts ( building number, street address, street name, street type, zip code, city, state, county). Then it stores the address in the database then it determines the appropriate property appraiser website to navigate to after that it finds the registered owner of the property.

At this point it should store the the information to the database. The datbase is successfully updated through Investment_PropertyTableAdapter but then shortly after the debugger crashes. As soon the program calls Webbrowser.navigate to the next page and Application.DoEvents is called (a loop waiting for the webpage to finish) the debugger crashes. saying vshost32.exe has stopped working. It does not give any details only saying that a solution will be published by Microsoft if there is one. FYI I am running 32 bit windows 7 with 2 gb ram.

I am running visual studio 2010 and access 2007. Hardware issue? No I have ran this code on multiple machines. Same thing every time. Why use Access? because I need the database to interface with users using presentable and familiar forms for ease of use which Access provides very adequately. The other information that I can say is that I can store information to the db earlier in the process say before I have the property owner''s name, but of course that will not help. I feel like somehow I am running out of memory or something. Maybe some Windows security is shutting the process down.

I am open to any suggestions. Under CPU in my processes vshost is running at about ''50'' though I''m not entirely sure what that number means. The database is a relational database but I have attempted to modify tables with no relationships at that point in the program but still no luck. I have completely combed Google for solutions and am out of ideas.

I will pay money to someone who can help me please email me at [removed]. Heres a link for the files http://www.4shared.com/folder/KARKrRhZ/_online.html[^] you may have to change the connection thread for the main database depending where you store it on your computer.

推荐答案

这些年来,我在Access中开发了许多应用程序,强烈建议您使用SQL Server.如果要使用用Visual Studio编写的应用程序,请使用Express 2005/2008.在某些方面,访问非常有用,但我不建议将其用于健壮的应用程序或应用程序环境的后端.
I have developed many an application in Access over the years and I highly recommend going to SQL Server Express 2005/2008 if you are going to use an application written in Visual Studio. Access is great for certain things but I wouldn''t recommend using it for a back end to a robust application or application environment.


这篇关于Visual Studio 2010访问2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆