Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 2.0 and Visual Studio. 2005 > Visual Studio 2005
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 8th, 2007, 07:13 AM
Authorized User
 
Join Date: Dec 2004
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to eelisMX
Default Assemblies won't load from network folder

Hi,

We have a VS2005 web-application solution located on XP machine. The
project is done by several team members. Assemlies are defined in
web.config under <compilation> and namespaces under
<pages><namespaces>.
All the computers use sourcesafe 2005 and open the project from
sourcesafe.
Everything works fine on the local machine.

A network machine with XP Pro lists many errors such as "Type
'SqlDataReader' is not defined", "Type 'StringBuilder' is not
defined", and so on. The namespaces are defined in web.config so there
might be a parameter missing there that prevent it being loaded on to
the network machines.

Another network machine with Win2k has also error of type (in addition
to above mentioned errors):
"ASP.NET runtime error: Could not load file or assembly
'Microsoft.Practices.ObjectBuilder, Version=1.0.51205.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies.
Failed to grant minimum permission requests. (Exception from HRESULT:
0x80131417)"
In addition, VS cannot populate the ASP.NET component dropdown-list
and its associated events that are normally located on the .vb pages
under the toolbar. The Intellisense does not work for the ASP.NET
components as well.

Note also that the bin directory for the assemblies was configured
with PolicyLevel=FullTrust in Microsoft .NET Framework 2.0
Configuration (this was suggested by some posts).

Thanks in advance!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Where are the custom assemblies? johnperez BOOK: Expert SQL Server 2005 Integration Services ISBN: 978-0-470-13411-5 0 December 20th, 2007 06:50 PM
Assemblies smashingpravin .NET Framework 1.x 1 January 2nd, 2007 02:10 AM
Set Permission for a folder in network with vb.net hossrad Visual Studio 2005 0 December 4th, 2006 01:59 AM
Making a folder virtual folder on button click in CsharpHelp C# 0 October 26th, 2005 05:57 AM
Assemblies leeperm C# 2 April 29th, 2004 08:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.