473,465 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Could not load the assembly 'App_Web_dqk773cr'.

Hi!

I think I am on my final error message before I get a clean compile. Where
do I find that file mentioned to compile it? Still new to C#, ASP.Net and
Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.

Thanks!!!

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #1
9 1377
Hi,

"CdnRebel via DotNetMonster.com" <u35447@uwewrote in message
news:754dfeee576d3@uwe...
Hi!

I think I am on my final error message before I get a clean compile.
Where
do I find that file mentioned to compile it? Still new to C#, ASP.Net and
Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.
This error happens from time to time, what I do is remove all the files
inside the debug directory and force a rebuild of all the project.
Jul 17 '07 #2
This really looks like an ASP.NET group question, not a C# language group one.
The file you describe is probably in your Temporary ASP.NET Files directory
and might be gone. Try cleaning the contents of that folder. Also, it would
be helpful if you provide more specifics in your posts.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com

"CdnRebel via DotNetMonster.com" wrote:
Hi!

I think I am on my final error message before I get a clean compile. Where
do I find that file mentioned to compile it? Still new to C#, ASP.Net and
Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.

Thanks!!!

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #3
Hi Ignacio,

I think the problem is that I don't know enough about Visual Studio and at
this point I don't have a lot of time to take to learn it. I have cleaned
out all the files in the Temporary ASP.Net files. I don't know where the
debug directory is. I tried copying the website folder on my desk top that
I've been working with and deleting the .sln files and at this point I don't
have a .csproj file and when I opened the copied website folder, I tried
running a debug and just got the same error messages and the .sln file didn't
get created properly and I can't even get the build page option when I right
click on the C# files with my mouse. On top of that, when I move my updated
files into the test region on the website, I am getting an error message on
the web.config file and I still haven't been to sleep since Sunday night.
The guy who said he would help me last night bailed without a word and I am
operating without a cell phone because some sleeze decided to pick up off the
subway tracks and rack up long distance charges on it after agreeing to drop
it off at the subway turnstile for me and I really need to get this website
up and running today.

Thanks anyways,

Mary

Ignacio Machin ( .NET/ C# MVP ) wrote:
>Hi,
>Hi!
[quoted text clipped - 3 lines]
>Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.

This error happens from time to time, what I do is remove all the files
inside the debug directory and force a rebuild of all the project.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #4
This post (http://forums.asp.net/p/1129404/1787360.aspx) looks like it solved
your problem before.
"CdnRebel via DotNetMonster.com" wrote:
Hi!

I think I am on my final error message before I get a clean compile. Where
do I find that file mentioned to compile it? Still new to C#, ASP.Net and
Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.

Thanks!!!

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #5
HI,

"CdnRebel via DotNetMonster.com" <u35447@uwewrote in message
news:75503286a7b2b@uwe...
Hi Ignacio,

I think the problem is that I don't know enough about Visual Studio and at
this point I don't have a lot of time to take to learn it.
You better make some time, or find something else to work with.
I have cleaned
out all the files in the Temporary ASP.Net files.
Good for saving space, not useful at all in your problem though.
>I don't know where the
debug directory is.
right below the bin directory (right next to the release directory)

I tried copying the website folder on my desk top that
I've been working with and deleting the .sln files and at this point I
don't
have a .csproj file and when I opened the copied website folder,
The .sln is the solution file, you DO NOT WANT to delete this file
Do a full recompile of the app
Jul 17 '07 #6
Hi Ignacio,

I don't have the time to learn more about Visual Studio because I was given a
deadline of yesterday to complete the website changes supposedly with help,
before he went for outside help. I've now been up about 34 hours and I've
found 124 errors which are going to take some concentrated thought for
resolution. So I am calling it quits for today. If I have time in the next
week or tomorrow, I'll have a look at it, but I also have another website to
change in the next week or so and I have agents in the states submitting me
for QA tester contracts in Cleveland (not first choice, but I need the money)
and COBOL programming in Maryland ( a bit better). I cleaned out the
Temporary ASP.Net files on the advice of someone at a forum, but I am still
not entirely clear whether the Publish Website Option and / the Build
Solution option compiles the website or just the C# files. So I am unsure
what a full recompile means. It was also suggested to me at one point that I
delete the solution file. At one point, Visual Studio 2005 created a good
half dozen files in my bin file, but hasn't done that since. Also, there is
no debug or release directory in the website or any website that I've seen.
Otherwise, I wouldn't have needed to comment. I used DreamWeaver previously.

So thanks to you and everyone else who have been of help over the past couple
of weeks.

Mary

Ignacio Machin ( .NET/ C# MVP ) wrote:
>HI,
>Hi Ignacio,

I think the problem is that I don't know enough about Visual Studio and at
this point I don't have a lot of time to take to learn it.

You better make some time, or find something else to work with.
>I have cleaned
out all the files in the Temporary ASP.Net files.

Good for saving space, not useful at all in your problem though.
>>I don't know where the
debug directory is.

right below the bin directory (right next to the release directory)

I tried copying the website folder on my desk top that
>I've been working with and deleting the .sln files and at this point I
don't
have a .csproj file and when I opened the copied website folder,

The .sln is the solution file, you DO NOT WANT to delete this file

Do a full recompile of the app
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #7
Unless, you really know the answer, don't bother on getting back to me on
this. I have another 123 errors to resolve, so I should get it resolved at
some point.
Thanks,
Mary

CdnRebel wrote:
>By the way, the Global.asax file just contains the one line:

<%@ Application Inherits="Furniture.Global" Language="C#" %>

So do I go through 40+ files to specify the correct pointer and at this point
I'm not sure which file it should point at, to get a clean compile and
possibly have to reverse the changes when I move them on to the website or
are there specific places where I would look to make the changes? I'm not
even sure what to look for.

Thanks,
Mary
>>>This post (http://forums.asp.net/p/1129404/1787360.aspx) looks like it solved
your problem before.
[quoted text clipped - 16 lines]
>>
Thanks!!
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200707/1

Jul 17 '07 #8
Hi,

This sometimes happens during the JIT compilation of ASPX pages
by .NET.

In the Visual Studio Solution Explorer, right-click on the solution
and select "Rebuild Solution" and that should fix it.

If that doesn't work try "Clean Solution" and then "Build Solution"
from the same place as above.

RKW.
http://codinghelper.org
On Jul 17, 9:29 pm, "CdnRebel via DotNetMonster.com" <u35447@uwe>
wrote:
Hi!

I think I am on my final error message before I get a clean compile. Where
do I find that file mentioned to compile it? Still new to C#, ASP.Net and
Visual Studio and about to get my first clean compile. Can someone help?
I've been at this all night.

Thanks!!!

--
Message posted via DotNetMonster.comhttp://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-csharp/200707/1

Jul 18 '07 #9
Hi,

I may be doing something wrong. I right clicked on the solution icon in the
Solution Explorer window above the listing of my website folder and there is
no Clean Solution option.

Thanks,
Mary

R. K. Wijayaratne wrote:
>Hi,

This sometimes happens during the JIT compilation of ASPX pages
by .NET.

In the Visual Studio Solution Explorer, right-click on the solution
and select "Rebuild Solution" and that should fix it.

If that doesn't work try "Clean Solution" and then "Build Solution"
from the same place as above.

RKW.
http://codinghelper.org

On Jul 17, 9:29 pm, "CdnRebel via DotNetMonster.com" <u35447@uwe>
wrote:
>Hi!
[quoted text clipped - 7 lines]
>--
Message posted via DotNetMonster.comhttp://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-csharp/200707/1
--
Message posted via http://www.dotnetmonster.com

Jul 18 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eric Falsken | last post by:
Eric Falsken <eric@db4o.com> wrote on 04 Dec 2005: > craigkenisston@hotmail.com wrote on 19 Nov 2005: > >> I'm working in the migration of an asp.net application in 1.1 to 2.0. >> I'm new to...
0
by: qiang | last post by:
Hi everyone, Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when...
1
by: urs | last post by:
Two days ago, I built an ASP.NET 2.0 application and published it on a shared IIS 6 Web server. After publishing, and during the whole day, it worked fine. The server remained untouched since....
1
by: ddelaney | last post by:
I've seen this posted before in many places, but have yet to find a real fix. I have a web application on dev server right now, and randomly, hours or days, it returns the expception posted below. ...
4
by: Richard Bysouth | last post by:
Hi I am running a site built on asp.net 1.1 on a windows server 2003 (which is running asp.net 2.0 - shared hosting at my webhost). The site is low traffic and very simple (mostly static text...
2
by: antonyliu2002 | last post by:
I am testing AJAX. I've downloaded the AJAX Extension and the CTP December package and installed on BOTH my development machine and the production server. Then I created a very very simple web...
3
by: pratikkagda | last post by:
Hi all, My system contains Framework 3.5 with visual studio 2008 as well as 2005; here I have developed an application with crystal report with framework 2.0. It is working great in my system but...
0
by: Andy | last post by:
Thanks Peter, I thought I'd give an update on this problem. My application had 2 assemblies that contained classed for the Data access and business logic layer. It was on one of them that I was...
1
by: Steve Wofford | last post by:
I am recieving the following. This happens when I moved it from my development system to our production SBS 2003 w/ latest .net frameworks and service packs . I developed under XPSP2 and VS2008. ...
4
by: lasida | last post by:
Hi, I have developed an application in C#. Now I'm working on a tool which is again written in c# which will give me all the assemblies referenced by my application. In the code i need to get...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.