473,799 Members | 2,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Site won't compile unless DLL is in bin folder

APA
The problem is that there is no reference to the DLL anywhere in the solution. I have other developers running this identical solution with no
problems but on my machine it won't compile if I don't have this DLL in my website's bin folder. I recently formatted my hard drive and re-installed
XP Pro and it is still doing this, but only on my PC. This DLL is an OLD DLL that we used to use but was removed from the solution a year ago.

Any ideas on where this problem is coming from?
Mar 15 '07 #1
2 1822
Won't compile that is ?

My guess would be that you miss something else on your machine. If you miss
some type for proper compilation putting this old DLL in place would
(wrongly) solve the problem. On other machine they perhaps have the new DLL
that provide those types.

So if you don't need anyway this DLL I would start by removing it. Then
investigate on the compilation error message you have (for example if it
complains about a missing type see where this type is supposed to come from
and make sure to make it available to your application until it works).

Good luck.

Patrice
"APA" <bu******@hotma il.coma écrit dans le message de news:
O9************* *@TK2MSFTNGP04. phx.gbl...
The problem is that there is no reference to the DLL anywhere in the
solution. I have other developers running this identical solution with no
problems but on my machine it won't compile if I don't have this DLL in my
website's bin folder. I recently formatted my hard drive and re-installed
XP Pro and it is still doing this, but only on my PC. This DLL is an OLD
DLL that we used to use but was removed from the solution a year ago.

Any ideas on where this problem is coming from?

Mar 15 '07 #2
Is your project "updated" completely from the version-control (like VSS)?
Have you "get latest version" for the whole project first(include the
project file itself)?
Has your staff checked-in the version of project file that have the
reference removed?

Anyway, I'll suggest you to remove the "JIT-ed assemblys" from
%windir%\Micros oft.NET\Framewo rk\{version}\Te mporary ASP.NET Files\{your web
path} folder as probably the DLL in question somehow have remains in that
folder. (You shouldn't need to do this, but just for sure.)

Also, check to see if the DLL is referenced in:
a) %windir%\Micros oft.NET\Framewo rk\{version}\CO NFIG\machine.co nfig
b) "web.config " of any parent folder of your web application.
by seraching for it's name in these files. If it exist but the web
application can't find one, it'll report missing assembly.

"APA" <bu******@hotma il.com>
???????:O9***** *********@TK2MS FTNGP04.phx.gbl ...
The problem is that there is no reference to the DLL anywhere in the
solution. I have other developers running this identical solution with no
problems but on my machine it won't compile if I don't have this DLL in my
website's bin folder. I recently formatted my hard drive and re-installed
XP Pro and it is still doing this, but only on my PC. This DLL is an OLD
DLL that we used to use but was removed from the solution a year ago.

Any ideas on where this problem is coming from?

Mar 16 '07 #3

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

Similar topics

4
466
by: Vince | last post by:
I'm getting this message when I try and run a .net web app in the development system: CS0016: Could not write to output file 'c#:\windows nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET Files\ssrpttest\44d149b5\fdee4a07\c22wlbzl.dll' -- 'Access is denied. ' I just upgraded to visual studio .net 2003 and now none of my applications wil work!
4
7575
by: Jerry | last post by:
I'm having just a bit of trouble wrapping my brain around the task of working with folders that are above the site's root folder. I let users upload photos (.jpg/.gif files) which can subsequently be viewed on the site's pages. My hosting provider is requiring that any files my Web app writes get written to a folder that is above the app's root folder (for security purposes). When writing the files I understand how to use MapPath to...
1
1917
by: Daniel Bello Urizarri | last post by:
Hello: I have a web service that runs well on ASP 1.0. Now I'm migrating it to ASP 2.0, and now im at the point in wich the project runs under the ASP Developer server od the visual studio 2005, and I need to build a setup project that runs on an IIS. I used to get the compiled dll with the code of my site from the \bin folder, but now it is not there, and I cant find how to install the site. What am I doing worng?
5
2527
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant applications. I am testing an upgrade of all of the sites and have converted the main root site...although not necessarily fixed any issues. I move on instead and converted one of the virtual roots that is a seperate
8
3167
by: Graham | last post by:
I noticed a similar post awhile ago and in terms of my problem it wasnt a suitable answer so I will ask again. I have VS2005 running a on development machine in my office where I do all my development on existing and new applications. This environment also has its own Sql Server with dev versions of all our live Databases. Our live production server also its own Sql Server, these 2 Sql Servers are kept completely separate (for obvious...
9
2381
by: Alex Greenberg | last post by:
I don't know, but I find the Publish Web Site feature very lacking and weak. I mean, why does the damn thing have to delete unrelated directories like /images /documents etc. This is so impractical, what if my users generate these documents or images through their interaction with the site, and then I change some code and publish it, boom, everything is gone. I cannot put these folders outside the solution due to security/pathing...
6
2454
by: =?Utf-8?B?d2lsbGlhbQ==?= | last post by:
Hi, I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose, one is Projects which leads you to create ASP.NET Web Application or ASP.NET Web Service Application. Another one is Web Site which leads you to create ASP.NET Web Site or ASP.NET Web Service. My question is what is the difference between these...
0
2561
by: rmgalante | last post by:
I was developing a large web site in VS 2005 as a web site project. I was having problems with the VS 2005 publish tool. It was slow, and provided no feedback. It has other issues as outlined below. Here is my solution. I converted the application from a Web Site Project (WSP) to a Web Application Project (WAP). Go to http://webproject.scottgu.com/ and read about the Web Application Project in VS 2005. Why?
5
2963
by: Cirene | last post by:
When would I use "Copy Web site" over "Publish Website" or visa versa? Why would I use the Web Deployment Project vs these options? I want to make sure no one can pull up/read/download my vb source code (in ..vb files). I would prefer easy update of the site (code or aspx.) Thanks.
0
10491
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
10247
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
10031
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...
0
9079
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
7571
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
6809
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
5467
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
5593
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
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.