PDA

View Full Version : سوال: APPCRASH - خیلی حیاتی!



vahid_dadaism
پنج شنبه 08 تیر 1391, 19:46 عصر
دوستان من وب سایتی نوشتم با asp.net
الان که میام تو ویژوال استدیو 2010 باز میکنمش APPCrash میده...حالات مختلفی رو امتحان کردم و متوجه شدم وقتی فایل CSS می خاد روی صفحه بارگذاری بشه crash اتفاق میفته. وقتی CSS رو حذف میکنم مشکلی نیست و وقتی CSS هست crash میشه. این سایتی که تو ویژوال استدیو crash شده روی وب الان 1 ساله که با همون فایل CSS داره کاملا سالم کار میکنه. الان میخام یه چیزی به سایت اضافه کنم که مشکل برخوردم.
پروژهه ای دیگه ای که دارم رو وقتی باز می کنم هیچ موردی نیست و فقط با این یه مورد خاص مشکل هسش..
نظرتون چیه؟
سیستم عامل من ویندوز سون هست و روش IIS 7 نصب نیست. میتونه از اون باشه؟؟
///

Problem signature:
Problem Event Name: APPCRASH
Application Name: devenv.exe
Application Version: 10.0.40219.1
Application Timestamp: 4d5f2a73
Fault Module Name: fpeditax.dll
Fault Module Version: 10.0.40219.321
Fault Module Timestamp: 4ddf6e17
Exception Code: c0000005
Exception Offset: 0013f589
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033

Additional information about the problem:
LCID: 1033

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

/////
اینم محتویات CSS:
@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
font-size:11px;
font-family:tahoma;
font-weight:normal;
}

img {
border:0;
}

a {
text-decoration:none;
color:#626262;
}

a:hover {
color:#d13c91;
}

h1,h2,h3,h4,h5,h6,ul,li {
direction:rtl;
text-align:right;
list-style:none;
}

body {
background:#dcd1d6 url(images/bg.gif) repeat-x;
}

#container {
width:977px;
margin:auto;
}

#header_bottom {
background-image:url(images/header_bottom.jpg);
width:977px;
height:44px;
}

#header_bottom h1 {
float:right;
margin-top:13px;
margin-right:16px;
color:#4c0d3b;
text-shadow:1px 1px 0px rgba(256,256,256,0.1)
}

#header_bottom ul {
float:left;
margin-top:13px;
}

#header_bottom ul li{
display:inline;
margin-left:16px;
margin-right:16px;
}

#header_bottom ul li a{
color:#4c0d3b;
text-shadow:1px 1px 0px rgba(256,256,256,0.1)
}

#main_top {
background:url(images/main_top.jpg);
width:977px;
height:58px;
}

#main_middle {
background:url(images/main_middle.jpg) repeat-y;
width:977px;
}

#main_bottom {
background:url(images/main_bottom.jpg);
width:977px;
height:16px;
}

#right,#center,#left {
float:right;
width:195px;
margin-right:10px;
margin-top:-25px;
}

#center {
width:548px;
margin-top:-45px;
}

.right_block {
margin-bottom:4px;
}

.right_top {
background:url(images/right_top.gif);
width:195px;
height:46px;
}

.left_top {
background:url(images/left_top.gif);
width:195px;
height:46px;
}

.right_middle {
background:url(images/right_middle.gif) repeat-y;
width:195px;
}

.right_bottom {
background:url(images/right_bottom.gif);
width:195px;
height:9px;
}

.right_top h1 {
display:block;
float:left;
width:110px;
text-align:center;
margin-top:13px;
color:#f33f9c;
}

.left_top h1 {
display:block;
float:right;
width:110px;
text-align:center;
margin-top:13px;
color:#f33f9c;
}

.menu {
margin-right:25px;
list-style:outsite;
}

.menu li {
list-style:circle;
position: relative;
}

.menu ul {
list-style:none;
position: absolute;
top: 0px;
right: 160px;
width: 200px;
padding: 0;
display: none;
z-index:1000;
}

.menu ul li{
list-style:none;
}

.menu a:link, .menu a:visited
{
display: block;
text-align: right;
text-decoration: none;
padding: 5px;
}

.menu li:hover ul.submenu
{
display: block;
background-color:#edeaea;
border:1px solid #e2e2e2;
}
.menu ul.submenu ul
{
top: 10px;
left: 150px;
display: none;
}

.menu ul.submenu ul.submenu_sub
{
top: 10px;
right:150px;
margin-right: 351px;
display: none;
display: block;
background-color:#edeaea;
border:1px solid #e2e2e2;
}

.menu ul.submenu li:hover ul
{
display: block;
}

li.line {
border-bottom:1px solid #ededed;
list-style:none;
width:150px;
margin-top:5px;
margin-bottom:5px;
*margin-top:-5px;
*margin-bottom:4px;
}

.banner {
margin-bottom:3px;
}

.text{
width:180px;
margin:auto;
line-height:16px;
text-align:justify;
direction:rtl;
}

.center_block {
margin-bottom:7px;
}

.center_top {
background:url(images/center_top.gif);
width:548px;
height:38px;
}

.center_middle {
background:url(images/center_middle.gif) repeat-y;
width:548px;
padding-top:1px;
}

.center_bottom {
background:url(images/center_bottom.gif);
width:548px;
height:13px;
}

.center_top h1 {
text-align:center;
padding-top:10px;
color:#f33f9c;
}

.centers {
width:520px;
margin:auto;
}

.box {
*width:500px;
background:#f5f5f5;
border:1px solid #e8e8e8;
padding:5px;
margin-top:8px;
}

.pic {
float:right;
margin-left:10px;
}

.box h1,.box h2 {
margin-top:7px;
line-height:14px;
}

.box h1{
margin-top:7px;
line-height:14px;
}

.soorati {
color:#f33f9c;
}

.text_post {
float:right;
}

h1.new {
margin-top:0px;
float:right;
width:430px;
*width:420px;
}

h2.new {
margin-top:0px;
float:left;
color:#f33f9c;
}

.footer {
text-align:center;
padding-top:15px;
padding-bottom:15px;
direction:rtl;
}


/* Start Slide */

#myslide {
width:521px;
height:320px;
margin:auto;
background:url(images/bg_slide.gif) no-repeat bottom
}
#slider {
position:relative;
width:521px;
height:276px;
background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
#slider a {
border:0;
display:block;
}

.nivo-controlNav {
position:absolute;
left:20px;
bottom:-32px;
}
.nivo-controlNav a {
display:block;
width:14px;
height:14px;
background:url(images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {
background-position:0 -14px;
}

.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
a.nivo-prevNav {
left:15px;
}

.nivo-caption {
text-shadow:none;
font-family: tahoma;
right:0;
}
.nivo-caption a {
color:#efe9d1;
text-decoration:underline;
}

.clear {
clear:both;
}

.nivoSlider {
position:relative;
z-index:999;
}
.nivoSlider img {
position:absolute;
}

.nivoSlider a.nivo-imageLink {
position:absolute;
}
.nivo-slice {
display:block;
position:absolute;
}
.nivo-caption {
text-align:right;
position:absolute;
left:-16px;
bottom:-36px;
color:#fff;
opacity:0.8;
width:100%;
z-index:89;
font-size:11px;
}
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
}

.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}

.nivoSlider {
color:#FFF;
}

/* End Slide */


#header {
height: 86px;
float:left;
*margin-right:140px;
}

/* Top Level Menu */

#header ul li {
display: block;
float: right;
margin-right:20px;
}

#header ul li a {
color:#4c0d3b;
text-shadow:1px 1px 0px rgba(256,256,256,0.1);
padding-bottom:10px;
*padding-bottom:30px;
}

/* Sub Level Nav */
#header ul li ul {
background: #F4F4F4;
border: 0px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
margin: 10px -44px 0 106px;
*margin: 25px -110px 0 106px;
padding: 0 10px 0;
position:absolute;
width: 126px;
z-index:1000;
}

#header ul li ul li {
border-bottom: 1px solid #CCC;
display: block;
float: none;
height: 14px;
padding: 8px 0;
text-align: center;
width: 126px;
margin: 0;
}

#header ul li ul li a {
color: #620d20;
text-shadow: none;
}

#header ul li ul li a:hover {
color: #000;
}

#header ul li ul li:last-child:not(li.arrow) {
border: 0;
}

/* Arrow */
.arrow {
background: url(arrow.png) no-repeat;
border: 0;
display: none;
position: absolute;
top: -10px;
left: 63px;
height: 11px;
width: 20px;
text-indent: -9999px;
}

mehrzad_ali
پنج شنبه 08 تیر 1391, 20:19 عصر
http://translate.google.com/translate?sl=auto&tl=fa&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.appcrash.org%2F

http://www.google.com/#hl=en&output=search&sclient=psy-ab&q=APPCrash+&oq=APPCrash+&gs_l=hp.3..0l4.5434.5434.0.8815.1.1.0.0.0.0.375.37 5.3-1.1.0...0.0.wFrXlqida8M&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=86fa095157477f71&biw=1280&bih=854

hamid_kha
جمعه 09 تیر 1391, 11:50 صبح
http://translate.google.com/translate?sl=auto&tl=fa&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.appcrash.org%2F

http://www.google.com/#hl=en&output=search&sclient=psy-ab&q=APPCrash+&oq=APPCrash+&gs_l=hp.3..0l4.5434.5434.0.8815.1.1.0.0.0.0.375.37 5.3-1.1.0...0.0.wFrXlqida8M&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=86fa095157477f71&biw=1280&bih=854
دوست عزیز بنده به این سایت رفتم و فایلها و برنامه هایی که گفته بود رو دانلود کردم
ولی استفاده ای نمیشه ازش کرد چون license میخواد و همچنین خدمات به ایران نمیده متاسفانه:ناراحت: