473,382 Members | 1,717 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,382 software developers and data experts.

There is no source code... strange bug !?

Hi all,

I'm working on a solution which contains WebServices (C#), C# libraries
and some unmanaged DLLs (C++).

Here the layout of the calls :

WebService (C#) <-> C# DLL <-> unmanaged DLL

In fact, I've got 3 unmanaged DLLs ; they're plugins. So, they implement
a common interface ; I'll call these DLL A, B and C.

The project runs _perfectly_ when I use A and B.

When I want to use C (this plugin uses ADO), I've got the following
error (DEBUG mode) :

"There is no source code for the current location".

And then, the webservice blocks... nothing else happens.

In RELEASE mode, no error, but again, the webservice blocks when my C#
DLL tries to invoke a method of the unmanaged DLL.

Here a sample of the C# DLL code :

MethodInfo method = m_dllMethodList.GetMethod("mdmInit");
return (int)method.Invoke(null, null);

The error appeares on the second line. No exception caugth.

No problem if I use A or B.

I've read all pages which deal with 'There is no source code
available...' found on the Web and on groups... nothing can resolve my
issue :\

Any help will be welcome.
Thanks.

--
Delf
Jul 21 '05 #1
0 1213

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

Similar topics

4
by: Ray | last post by:
I have an application that is suddenly having some very strange problems. If I step through the following code; With AppSetting conRules.ConnectionString = "Data Source=" & .Svr & ";Initial...
20
by: Clark | last post by:
Hi all. I'm looking for good C source code to study and be able to advance my C programming skills. Do you recomend any open source project in particular that in your opinion has good writen C...
3
by: Ed Crowley | last post by:
I have a problem with one of the classes in my project; when I step through the code the IDE appears to be stepping through lines that do not "exist" such as blank lines and random lines within...
0
by: Delf | last post by:
Hi all, I'm working on a solution which contains WebServices (C#), C# libraries and some unmanaged DLLs (C++). Here the layout of the calls : WebService (C#) <-> C# DLL <-> unmanaged DLL ...
34
by: priyanka | last post by:
Hi, I was wondering if we could parse or do something in the executable( whose source language was C). How can I use some scripting language like perl/python to find out the information about...
0
by: rn5a | last post by:
A ASP.NET page has only a DataGrid control whose ID is "DGrid1". The Page_Load sub looks like this:: Sub Page_Load(.....) 'binding the DataGrid 'to some data source Dim child As Control For...
9
by: phenrol | last post by:
I am trying to access a pointer to a class that I defined in a separate source file from another one. Here is an example of what I have: //myclass.h file class testclass { public:...
6
by: borophyll | last post by:
Hi Please let me know if I have this clear. The basic source character set is the list of (96) characters that all implementations must have in their vocabulary. All other characters...
33
by: Peng Yu | last post by:
Hi, __PRETTY_FUNCTION__ is a macro that gives function name, etc. I'm wondering if there is a macro to get the class name inside a member function. Thanks, Peng
1
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.