473,651 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error after deploy the project?? any solution????



----------------------------------------------------------------------------
----

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: File or assembly name Altiris.NS.Solu tionsCommon, or
one of its dependencies, was not found.

Source Error:

Line 1: <%@ Import namespace="Alti ris.NS.Solution sCommon.Utiliti es" %>
Line 2: <%@ Assembly Name="Altiris.N S.SolutionsComm on" %>
Line 3: <%@ Control Language="c#" AutoEventWireup ="false"
Codebehind="ctr lRunOptions.asc x.cs"
Inherits="Altir is.NS.Solutions Common.UI.Contr ols.ctrlRunOpti ons"
TargetSchema="h ttp://schemas.microso ft.com/intellisense/ie5" %>
Line 4: <script language="javas cript">

Source File: D:\Program Files\Altiris\S oftware
Delivery\BaseSW D\Controls\ctrl RunOptions.ascx Line: 2

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Altiris.NS.Sol utionsCommon' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Altiris.NS.Solu tionsCommon
(Partial)
LOG: Appbase = file:///D:/Program Files/Altiris/Software Delivery
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Altiris.NS.Solu tionsCommon
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/altiris_swd/67a20312/1feeffdd/Altiris.NS.Solu tionsCommon.DLL .
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/altiris_swd/67a20312/1feeffdd/Altiris.NS.Solu tionsCommon/Altiris.NS.So
lutionsCommon.D LL.
LOG: Attempting download of new URL file:///D:/Program
Files/Altiris/Software Delivery/bin/Altiris.NS.Solu tionsCommon.DLL .
LOG: Attempting download of new URL file:///D:/Program
Files/Altiris/Software
Delivery/bin/Altiris.NS.Solu tionsCommon/Altiris.NS.Solu tionsCommon.DLL .
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/altiris_swd/67a20312/1feeffdd/Altiris.NS.Solu tionsCommon.EXE .
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/altiris_swd/67a20312/1feeffdd/Altiris.NS.Solu tionsCommon/Altiris.NS.So
lutionsCommon.E XE.
LOG: Attempting download of new URL file:///D:/Program
Files/Altiris/Software Delivery/bin/Altiris.NS.Solu tionsCommon.EXE .
LOG: Attempting download of new URL file:///D:/Program
Files/Altiris/Software
Delivery/bin/Altiris.NS.Solu tionsCommon/Altiris.NS.Solu tionsCommon.EXE .

----------------------------------------------------------------------------
----
--
Thanks & Regards,
Ashutosh Thaokar
Nov 18 '05 #1
0 1547

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

Similar topics

1
1968
by: JJ | last post by:
Hi, I have gone the setup project route and added the setup project to my solution as in the guide. I have checked the dependancy's and they all seem to be there. Now do I just build the project then move the project files to CD or am I missing a step? Do I have to be in release mode for my App in order to do the setup build? How can I check to make sure Framework 1.1 was installed as well?
4
5407
by: james margey | last post by:
Hi to all, I have spent 3 days at this error and i have two days to go for a deadline, and i am about to go off my nut, the reason being: Microsoft dont seem to be able to provide a solution, I have trawled the web and the few that have the same error have not being provided a fix. This error occurs if i make the slightest change in my project. If i REBUILD my project no error occurs. So i keep having to rebuild my project - this is not...
4
1744
by: Flip | last post by:
What is the proper/suggested/best way to deploy a webapp to a Win2K3 Server running IIS6? I am coming from the j2ee world (easy on the flames please, I'm moving to ..NET remember :>), and I've created a solution that has my four web apps contained in their own projects (correct me if that's not the proper way, but that's an easy way to manage webapps in JBuilder), and I was hoping I could create another project (?) to copy the files over...
1
2102
by: Nalaka | last post by:
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS) First project is a webService. Second consumes the webservices by the first.
3
2387
by: ChrisFrohlich | last post by:
I'm trying to use the Office XP PIA in an ASP.NET application. It's working fine on my workstation and I can manipulate a Workbook using Microsoft.Office.Interop.Excel. When I try to deploy the application to a server, I get: "System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered." I've seen several articles that mention ways to...
0
328
by: Joe | last post by:
Hello, I just migrated a solution from Visual Studio 2003 to 2005. The solution contained a website project which I then migrated to a new Web Application project, I created a Web setup project and added the Web Application project. Everything runs beautifully on my machibe but when I deploy to another server I get the message... Description: An error occurred during the parsing of a resource required to service this request. Please...
5
2248
by: Mircea Pleteriu | last post by:
Hi, I have developed a a web application with ASP.NET 2.0 and VS 2005. My client wants to be delivered a .msi file that installs the app. My big problem is that the .msi also deploys the source code files which I strongly don't want to happen. How to create a setup project that does not include the source files but only the aspx, config and some binaries (as it was with VS 2003 setup projects)?
4
1704
by: meo | last post by:
Does .NET provide the way to deploy library to internal developer? I am trying to find the way to deploy a library file to developer for having integration to their application BUT the customer who is using that application will not use that library file. If I choose to deploy like a DLL file, the DLL file will deploy to the customer. I thought this is the easy way if customer copy DLL file to include to the project and use it.
1
6605
by: jc | last post by:
RE: It is an error to use a section registered as allowDefinition='MachineToApplication' There's an asp.net 1.1 vb.net vs 2003 solution under a virtual directory on one of our sites. I can see the solution and project files in under the folder where the IIS virtual directory is pointing. The solution is working fine.
0
1304
by: jc | last post by:
RE: It is an error to use a section registered as allowDefinition='MachineToApplication' There's an asp.net 1.1 vb.net vs 2003 solution under a virtual directory on one of our sites. I can see the solution and project files in under the folder where the IIS virtual directory is pointing. The solution is working fine.
0
8357
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
8277
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
8803
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
8465
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,...
1
6158
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
4144
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
4285
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2701
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
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.