473,626 Members | 3,247 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

strange error when deploying new code-behind assemblies

I have an asp.net application that is running and I updated code behind
assemblies after I modified some internal logic.

Then I tried to view the page and got a very strange error, something like
the following:

Could not find file "C:\WINDOWS\TEM P\qoqdmvbc.dll" .

I get errors like that in different places where I've updated assemblies.
They are all named with random alpha letters + .dll.
I'm assuming I am getting caught between the page compilation somehow
because I get the correct pages after a bit.

Can someone clarify on what is really happening?
Thanks
Jiho
Nov 18 '05 #1
1 1084
Jiho Han wrote:
I have an asp.net application that is running and I updated code behind
assemblies after I modified some internal logic.

Then I tried to view the page and got a very strange error, something like
the following:

Could not find file "C:\WINDOWS\TEM P\qoqdmvbc.dll" .

I get errors like that in different places where I've updated assemblies.
They are all named with random alpha letters + .dll.
I'm assuming I am getting caught between the page compilation somehow
because I get the correct pages after a bit.

Can someone clarify on what is really happening?
Thanks
Jiho


these are asp.net compiled code files, they are in directory

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET
Files\<yourvirt ualdirectory> , or whatever version you are using ..

i get these errors sometimes, when file locking gets asp.net confused, I
just go there and delete the <yourvirtualdir ectory> directory.., that
solves the problem,

hth
-ashish
Nov 18 '05 #2

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

Similar topics

25
3717
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's machines. The code opens MS Word through Automation and then opens a particular Word doc. It's still working fine on most machines; but on one or two of them, the user is getting an Automation Error. The code used is as follows: Dim objWord As...
7
2044
by: Ryan Ternier | last post by:
We're running a site that has required field validation on the login page. It works fine on our development / test machines. However, when I upload this site to our live server i get this error. In IE, the validation works, but no form ever gets submited. It doesn't even process the click event of the button. In mozilla, it works 100% (this is weird because it's usually the oposite). Any thoughts?
3
1695
by: Simon Harris | last post by:
Hi All, I've just tried to deploy an asp.net app. It works AOK on my development server. On the production server, I get the error below. Both servers are Windows 2000 SP4 with .Net Framework v1.1.4322 I copied the following to our production server: - Various ASPX and 1 ASCX files to /netapps/gis
2
976
by: Nathan Sokalski | last post by:
I am trying to move my ASP.NET site from my XP Pro desktop to the webhosting service where I make it public. The site runs great on my desktop, where I have it in the root directory of XP Pro's IIS. However, when I move it to the webhosting service (which uses Windows Server 2003) all the pages bring up the following error: Microsoft.VisualBasic.Collection.get_Item(Object Index) +265 localhost.index.Page_Load(Object sender, EventArgs...
0
1257
by: Mark Finkel | last post by:
I have developed a web service on my own PC which works properly. Deploying it to the production web farm I copy all .aspx files and \bin for both the service and the app that calls it. When I try to invoke the service in production I get the error below. Thanks in advance, Mark Finkel The request failed with HTTP status 400: Bad Request. Description: An unhandled exception occurred during the execution of the
6
1877
by: Michael | last post by:
Program builds solution and setup projects with no reported errors. Building and deploying as loose uncompressed files works just fine. Debug Building and deploying as a setup file results in the following error message during installation Folder "FL_msvcp71_dll_2_____X86.3643236F etc etc " cannot be installed because the file cannot be found in cabinet "_377163EC311 etc etc" This could be a network error, an error reading from the...
3
1600
by: Robbert van Geldrop | last post by:
By making a call to a webservice I receive the following error page, we did a complete new build but the error still exist: The installation of the webservice is on an win 2003 standard service pack 1 server. Server Error in '/BackupAgentServices' Application.
4
3225
by: ChrisFrohlich | last post by:
I am trying to deploy two copies of an application to a single website using two virtual directories: "2007" (Production) and "Demo". Each of these applications should point at a different DB, so my thought was to leave everything the same, make two copies of the application files, and just edit the Web.Config file in each copy of the application appropriately. When I try to bring up the Demo site however, I get the following error. ...
3
1548
by: =?Utf-8?B?eWtmZmM=?= | last post by:
I try deploying a very simple (very simple indeed) Vb.net application by following the basic steps according to some tutorials. My pc runs Visual Studio 2005 and it reports "Build successful" but I build my application. Then I run setup.exe from the debug folder on the same machine that develops this application, it went through all early steps but when coming to the appeared-to-be last step, it gave out the following error message: ...
3
3218
raveendrabikkina
by: raveendrabikkina | last post by:
3087 / 3126 02/25 10:42:08 info Recovering 1 session(s) 3088 / 3126 02/25 10:42:08 warning Deployer Service failed to deploy file:/opt/jrun4/servers/cpbepost/logs/ 3089 / 3126 * Unrecognized deployment: file:/opt/jrun4/servers/cpbepost/logs/ 3090 / 3126 02/25 10:42:08 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/opt/jrun4/lib/jrun-comp.ear 3091 / 3126 ...
0
8269
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8203
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7203
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4094
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4206
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2630
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 we have to send another system

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.