473,320 Members | 2,189 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Why is my Assemblie binding log viewer empty??

Hey everybody
Im trying to use the 'Assemblie binding log viewer' to debug a simple
..NET web application.
This application includes one html page which is trying to bind to an
assembly (myDLL)
on a button click event, and then call some method in that
dll(AddClass.Add(arg1,arg2)).
I had tried using a configuration file but also without it I get the same
error:
'AddClass' is undefined...

Any way my question is about the 'Assemblie binding log viewer' - why is it
still
empty after I fail to bind to myDll??
I have the 'log failures' check box checked,I do a refresh and also selected
the default
logging option .
Thanks in advance for your help!

P.S -
Here is the html code:

<head>
<title></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="VisualStudio.HTML" name="ProgId">
<meta content="Microsoft Visual Studio .NET 7.1" name="Originator">
<!-- Reference to the configuration file. -->
<!-- link rel="Configuration"
href="127.0.0.1/assembliesTest/myDllConfig.config"/-->
<script language="javascript" id="clientEventHandlersJS">

function Button1_onclick() {
sum = AddClass.Add(10,20);
Text1.value = sum;
}
</script>
</head>
<body>
<object id="myDll" width=100 height=100
classid="myDll.dll" VIEWASTEXT></object>

<INPUT id="Button1" type="button" value="Button" name="Button1"
onclick="return Button1_onclick()"><INPUT id="Text1" type="text" size="17"
name="Text1">
</body>
</html>
Nov 15 '05 #1
0 900

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

Similar topics

0
by: makys | last post by:
Hi, I have 9i R2 (9.2.0.1.0) on W2000. I can't start a CUBE Viewer application. I right-click in one of the demo OLAP cubes in Enterprise Manager Console and choose "CUBE Viewer". After...
0
by: Rea Peleg | last post by:
Hey everybody Im trying to use the 'Assemblie binding log viewer' to debug a simple ..NET web application. This application includes one html page which is trying to bind to an assembly (myDLL)...
1
by: Ben Reese | last post by:
When you bind a text box to a field that contains null values the text box displays an empty string. Great! My Database field is an integer and I want an empty text box to represent a NULL...
1
by: Antero | last post by:
I'm desperate! :-/. I'm desperately trying to bind to objects together to share same data and to display it in a windows forms. I'm trying to bind an custom object to custom control property. I...
0
by: Stoyan | last post by:
Somebody manage to do this? "If you want to replace the satellite resources (satellite assemblies once compiled), you can do so at any time, without having to recompile your main assembly ." I...
0
by: CES | last post by:
This is probably a stupid question but is their a way of adding a pointer to an assemblies within the code as apposed to adding an assemblie referance in the Machine.Config file? I'm on a...
19
by: Simon Verona | last post by:
I'm not sure if I'm going down the correct route... I have a class which exposes a number of properties of an object (in this case the object represents a customer). Can I then use this...
3
by: Bob Clegg | last post by:
I am in the same boat as Moondog on the 2nd July. I have a report designed against a dataset. Proved the datasset is OK by dropping a datagrid onto the form and it binds OK to the data. But the...
0
by: Tumurbaatar S. | last post by:
It's my first project using the Crystal report. I created a report with the report designer and linked it to a web form as: 1. put CrystalReportViewer in my page (its ID: Viewer). 2. put...
0
by: sudhaMurugesan | last post by:
Hi all, I have a problem in binding report. i bind 1st report p1.report in the page load. the same page contains a link to other report and when the user clicks the link the p2. report...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

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.