473,503 Members | 9,887 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sorry to be such a pain

I am building an ASP.NET form called default.aspx on an intranet
server. It worked fine until I added a reference to ADO under the COM
tab.

When I did, I get this error referencing the web.config file in the
application directory:

Server Error in '/testing2' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly
'Microsoft.VisualStudio.Tools.Applications.Runtime , Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its
dependencies. The system cannot find the file specified.

Source Error:
Line 37: </customErrors>
Line 38: -->
Line 39: <compilation debug="true" urlLinePragmas="true">
Line 40: <assemblies>
Line 41: <add
assembly="Microsoft.VisualStudio.Tools.Application s.Runtime,
Version=8.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation></system.web>
Source File: c:\inetpub\wwwroot\testing2\web.config Line: 39

Assembly Load Trace: The following information can be helpful to
determine why the assembly
'Microsoft.VisualStudio.Tools.Applications.Runtime , Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44;
ASP.NET Version:2.0.50215.44





I need the ADO to fill a combo box on the form.

Nov 19 '05 #1
5 1245
Can you use ADO.NET instead of ADO?
Just reference the System.Data namespace in your project and you're off
to a better start I think.

Nov 19 '05 #2
"Brent White" <bw****@badgersportswear.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
I am building an ASP.NET form called default.aspx on an intranet
server. It worked fine until I added a reference to ADO under the COM
tab.


Why on earth would you want to use ADO/COM in ASP.NET?????
Nov 19 '05 #3
"Mark Rae" wrote:
"Brent White" <bw****@badgersportswear.com> wrote in message
news:11**********************@g43g2000cwa.googleg roups.com...
I am building an ASP.NET form called default.aspx on an intranet
server. It worked fine until I added a reference to ADO under the COM tab.


Why on earth would you want to use ADO/COM in ASP.NET?????


I'm a long-standing VB6 Programmer, so I know ADO very well. I don't
know ASP.NET very well, but I'm learning.

Let me try the system.data thing and see how that works.

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #4
"xhead" wrote:
Can you use ADO.NET instead of ADO?
Just reference the System.Data namespace in your project and you're off
to a better start I think.


I have tried that and was glad to know I could use the familiar ADODB
commands as I had before.

That seemed to work. I want to use .NET but it's had a learning curve
to it.

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #5
re:
I want to use .NET but it's had a learning curve to it.
heh, heh...

Welcome to the club, Brent!

;-)

It's the best club in the world...

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Espańol : http://asp.net.do/foros/
======================================
"Brent" <bw****@badgersportswear.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl... "xhead" wrote:
Can you use ADO.NET instead of ADO?
Just reference the System.Data namespace in your project and you're off
to a better start I think.


I have tried that and was glad to know I could use the familiar ADODB
commands as I had before.

That seemed to work. I want to use .NET but it's had a learning curve
to it.

Nov 19 '05 #6

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

Similar topics

4
3050
by: Christine McGavran | last post by:
To continue a previous thread, sort of... I have defined a schema for describing a windows-style user interface. My application correctly parses and uses that schema. I'm now trying to get that...
3
1222
by: Wizard | last post by:
Hi All, Sorry for been a pain in the ass, but im looking everywhere and can't seem to find the answers. I would like to build a small ASP based site. I have 4 departments, and what i would...
8
1018
by: MadCrazyNewbie | last post by:
Hey Group, Sorry but i`ve been searching everywhere for this even went out and bought a ADO book and still carn`t find what im looking for:( I have the following code for my postion changed: ...
4
1107
by: Bob | last post by:
I found it a real pain working with the datasets and table adapters and bound records. Here's why. During development I find I occasionally have to change some part of a table definition. Say I...
1
1626
by: YesGoGoGo | last post by:
hello! I use asp+vb before and new to ASP.NET. And I have to write a new function with C# I draw a prototype and the picture is here--- http://0rz.net/af1hy let me explain this process in detail...
0
1172
by: Paul | last post by:
Cures for Cancer–AIDS–Chronic Fatigue–Chronic Pain–Diabetes… …and the list could go on. There is a Medical/Pharmaceutical Cartel in America that is more evil than the Arms Dealers and...
6
1954
by: JohnQ | last post by:
I like, non-copyable, non-assignable and, most often, non-default-constructable also, as a starting point for class design: class SomeClass { SomeClass(); // disallow default construction...
7
1288
by: Beorn | last post by:
Consider this example: ... for i in range(5): ... def g(): return x + i ... yield g I would expect the value of x used in g to be that at the function declaration time,...
0
7095
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...
0
7361
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...
1
7015
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...
0
5602
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,...
1
5026
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...
0
4693
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...
0
3183
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...
0
3173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.