473,656 Members | 2,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

desperate - cannot edit web form html or css without rebuilding

KJ
I am building an ASP.NET 2.0 Web Site in VS 2005 Team Edition SP1.
Every time I edit any HTML (not just server controls, even if I edit a
div), or even if I edit the stylesheet (yes, the .css file), I get the
error below. This is getting to be a nightmare, and I'd love some
suggestions on how to stop it. I have the Edit and Continue setting
enabled, but that doesn't help any. Please help if you can. The error
follows:
Server Error in '/Sites.MySite' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.

Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Mic rosoft.NET
\Framework\v2.0 .50727\Temporar y ASP.NET Files\sites.mys ite
\2f75a5d7\2a72c 2ee\App_Web_4fb guju3.dll' could not be found

Source Error:

[No relevant source lines]

Source File: Line: 0

Apr 6 '07 #1
1 1569
Well, first of all, when using ASP.NET you should have all data that you
expect to change frequently come from external data sources (database, xml
file, text file, etc.) so that you can change those sources without needing
to recompile. But in your case it looks like your code is trying to use a
*.dll that doesn't exist yet. I am guessing that this *.dll is one that is
generated when you compile your code. I haven't seen how your site is set
up, so I can't say for sure, but try taking a look at this.
--
Nathan Sokalski
nj********@hotm ail.com
http://www.nathansokalski.com/

"KJ" <n_**********@m ail.comwrote in message
news:11******** **************@ d57g2000hsg.goo glegroups.com.. .
>I am building an ASP.NET 2.0 Web Site in VS 2005 Team Edition SP1.
Every time I edit any HTML (not just server controls, even if I edit a
div), or even if I edit the stylesheet (yes, the .css file), I get the
error below. This is getting to be a nightmare, and I'd love some
suggestions on how to stop it. I have the Edit and Continue setting
enabled, but that doesn't help any. Please help if you can. The error
follows:
Server Error in '/Sites.MySite' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.

Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Mic rosoft.NET
\Framework\v2.0 .50727\Temporar y ASP.NET Files\sites.mys ite
\2f75a5d7\2a72c 2ee\App_Web_4fb guju3.dll' could not be found

Source Error:

[No relevant source lines]

Source File: Line: 0

Apr 10 '07 #2

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

Similar topics

4
3194
by: Craig | last post by:
I have a page that has a few columns and totals. I've been asked to amke sure that not only is the totals boxes readonly, they must not accept focus from the cursor. However, setting the bo to Disabled makes the font go inverted it seems. I'd like to be able to still control the colour of these boxes, both the background and foreground, but not makethem the light grey that they are going at the moment.
8
5462
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
4
3709
by: Glenn M | last post by:
I have a shared XML file on a server . i also have one xslt file that performs a simple transform on in to view the data. now i want to have another page that lets users modify the shared xml file via some editable controls such as text boxes , option boxes etc. how can i implment this , should i use another xslt file with <INPUT> controls . if so how can i save the result back using the asp.net
9
1370
by: Steve | last post by:
I have an XML control on a page which is populated dynamically from an XML string and then transformed using an external XLST file. This works perfectly. Once a user competes parts of the XML form on the page contained within the XML control, I want to extract the FULL XML content as a string. How do I do this. TIA
0
1191
by: Joergen Bech | last post by:
Help! Looking for a .Net-kompatible component for converting between HTML and RTF (both ways). Asked this question a few days ago and received this link: http://www.windowsforms.com/Samples/download.aspx?PageId=1&ItemId=186&tabindex=4 This was useful, but only converting in one direction. And XHTML is a bit too strict. Only commercial product I found was the ActiveUp ActiveRTF:
2
4876
by: this one | last post by:
I have the following code <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" src="..\include\gen_validatorv2.js" type="text/javascript"></script> </head>
7
1677
by: Ladysniper | last post by:
DESPERATE doesn't begin to describe it. Can someone PLEASE tell me what is WRONG with this code? Now..a bit of background. It is a search results page for http://www.azsoma.info/directory.htm. (use Scottsdale for the city) If you go look, you see that the search results post (I do have my table borders up for debugging) but it doesn't line up with the table above it...the whole scroll background doesn't show up and I cannot get
16
2524
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client uses IE to talk with a server. The user on the client (IE) sees an ASP net page containing a TextBox. He can write some text in this text box and push a submit button.
1
2841
by: edfialk | last post by:
Hi all, I'm desperately trying to get a simple mysql connection working in php 4.3.9 and I think I have a doozy for you guys. First of all, I didn't set up ANY of this system, I'm just working with it. So, on Redhat, we have two versions of PHP - Apache uses 4.3.9, there's also a 4.4.2 that is default from command-line. 4.3.9 was installed by RPM, 4.4.2 was built from source. I can get mysql.so loaded and working fine in 4.4.2, but...
0
8382
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
8816
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...
0
8717
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8498
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
8600
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
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
5629
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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.