473,671 Members | 2,588 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Clearcase with IIS 5.1 and ASP.NET?

I'm trying to use Clearcase to manage source for an ASP.NET
application. I believe that I have configured IIS properly and set up
my VS.NET solution and project files, but my pages do not work.

Specifically, when I try to load the page from a browser (or debugging
in VS.NET), I get this error page:

Parser Error Message: Could not load type 'srdm.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Glo bal.asax.cs"
Inherits="srdm. Global" %>

If I place a plain old HTML file in the same directory, it loads fine
from a browser. My assumption is that IIS and/or ASP.NET cannot find,
open, or load the DLL that contains the object code from my compiled
Global.asax.cs file. I have rebuilt my application (deleting the dll)
numerous times but to no avail.

The application works perfectly when it is stored in a local disk
directory.

Has anyone out there successfully used ASP.NET + IIS 5.1 + Clearcase?

Thanks,
Ed
Nov 18 '05 #1
2 1292
Not that anyone cares, but I found the answer to my problem to be that
the default setting for .NET security does not permit a .NET DLL to be
executed from a shared directory. When ASP.NET tried to invoke the
code in my application's DLL, it was unable to do so.

Setting the trust level for the local intranet to be "Full trust"
fixed the problem.
Nov 18 '05 #2
Ed....
okay i guess we're all busy with our own thing most of the times... but it
does certainly help knowing how someone sorted something...
its possible that one of us might face a similar problem.... (can never tell
when it might be useful)
Thanks for posting your comments back...

--
Regards,

HD

"Ed Dennison" <tu******@yahoo .com> wrote in message
news:b6******** *************** ***@posting.goo gle.com...
Not that anyone cares, but I found the answer to my problem to be that
the default setting for .NET security does not permit a .NET DLL to be
executed from a shared directory. When ASP.NET tried to invoke the
code in my application's DLL, it was unable to do so.

Setting the trust level for the local intranet to be "Full trust"
fixed the problem.

Nov 18 '05 #3

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

Similar topics

1
4316
by: Tony George | last post by:
Hi, I'm having a problem using the Copy module on a ClearCase view that's been set as "readonly" (i.e. ct chview -readonly <view tag>). I want to copy a file out of this view and put it in another directory that's outside of ClearCase. The strange thing is that the copy command actually copies correctly. The problem is that it returns a "0" errorcode because of the fact that the view is readonly. I guess "copy" still tries to write...
0
499
by: Rachel Michelson | last post by:
Hello, I have a C++ project that is built using Visual Studio .NET. The source code is configuration-managed in Clearcase so that I build out of a Snapshot view on my Windows XP PC. I am able to check files in/out from the Visual Studio. When building my project, I would like to generate a build log that contains clearcase version-extended pathnames to the source files , as in file.c@@/main/3. This way I know exactly what version of...
3
2162
by: Robb Gilmore | last post by:
Hi, I use VSS for visual studio .net 2003 development. However I recently installed the Clearcase client for use with Rational App Developer 6. When I did that, Clearcase unexp;ectledly took over all source control operations within VS.NET. How do I tell VS.NET not to use Clearcase, but to go back to using VSS instead? thanks Robb
10
2921
by: Andrew Baker | last post by:
I have just found a very serious bug in the way Visual Studio interfaces with Clearcase... I found that once you have opened a code file in the IDE, the IDE caches this file and does not re-read it's contents EVEN IF YOU CHECKOUT THE FILE FROM CLEARCASE. This means that all of the work that was carried out on the file in any subsequent checkins will be lost. The only way round this seems to be to remember to close all the code panes...
3
2862
by: Stefan Slapeta | last post by:
Has anybody already made experiences with clearcase under VS 7.1? It's not possible to convert any VS 6.0 project that has been under source control. If you do so, you get an "Unknown error" with almost every further action you do in VS! Furthermore, I get a linker error with these "semi converted" projects: cannot find libmmt.lib. Thanks for your help Stefan
4
4634
by: rohinichandrap | last post by:
Hi , I have quite a few questions about Visual Studio :Net 2003 and clear case Could anyone please help me with the answers. I have converted a workspace abc.dsw from visual studio 6 to visual studio .Net 2003 which has three projects a.dsp,b.dsp,c.dsp.
6
3033
by: Budyanto | last post by:
Hi, I have a visual c++ project that refuses to build when the project is in clearcase. It kept complaining that it could not open an include file. I'm pretty sure that all my include paths are set correctly because other files in the same directory could be included successfully. In fact I did not include this file directly. It was included from a file I included. But I also tried including it directly and it could not be opened also.
1
1392
by: Cindy Liu | last post by:
Hi, I have a weired problem recently. I uses Windows 2003 Server and ClearCase as source control. When I checked out a file from ClearCase, VS 2003 still see it as ReadOnly. When trying to save the modified file, I got "Access is denied" error. I don't have this problem with VS 6.0 on the same machine. Anyone has an idea> Thanks in advance!!! Cindy
1
1986
by: Homer | last post by:
Hi All, In my work place we are still using VS6.00 with C++ and are not allowed to use a newer version (to connect to source control). We also use ClearCase as source control software. What I did was to install VS 2008 Beta 1 on my machine and made a copy of my source directory to use VS2008 with it. I want to use VS2008 only as my editor and don't want to check-in/check-out with it (since my company doesn't like it). When I open my...
0
8485
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
8403
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
8930
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
8828
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...
0
8677
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
6238
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
5704
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
4417
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
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.