473,320 Members | 1,580 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.

compiler error when using a cule.net assembly in vb.net

hi,

I've a problem with vbc

I've created an assembly with the new dotnet language cule.net
(http://www.culeplace.net/) and tried to use the class of this assembly
in a vb.net class.

but I always get an error:

vbc : Befehlszeilenfehler BC2010 : Die Kompilierung ist fehlgeschlagen:
"0xC0000005"

I reported this to cule.net support and they sent me following answer:

***
We have looked at your issue, we can reproduce it, but we cannot
explain the problem. It is definately a GPF from within the VB.Net
compiler. We have no way of knowing why. We have looked at the
resultant CULEClass.dll and it appears in everyway to be a normal .Net
assembly. We are successful in using the .Net assembly from both other
CULE.net programs and C# programs.

Are only conclusion is that there is a bug in the VB.net compiler.
***

Does anyone know, where to look for the problem?

If someone wants to have a look at the CULEClass.dll I can provide
it...

thanks in advance for any suggestion
chris

Nov 21 '05 #1
3 1165
Chris,

VBNet needs that the DLL is more CLR compliant than C#. Things which work
in C# don't work in VBNet.

By instance when they have used upercases and lowercases to distinct
variables. That is not CLR allowed.

Therefore this sentence says nothing.
We are successful in using the .Net assembly from both other
CULE.net programs and C# programs.


Maybe can this helps you
http://msdn.microsoft.com/library/de...mberstopic.asp

I hope this helps something,

Cor


Nov 21 '05 #2
Cor,

"Cor Ligthert" <no************@planet.nl> schrieb:
VBNet needs that the DLL is more CLR compliant than C#. Things which work
in C# don't work in VBNet.

By instance when they have used upercases and lowercases to distinct
variables. That is not CLR allowed.


"CLR" -> "CLS".

:-)

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
Herfried,

I will remember it, I could not come on the letter even not with searching
(While I know that CLR is the runtime so that was it not).

http://msdn.microsoft.com/library/de...pliantcode.asp

Thanks,

Cor
Nov 21 '05 #4

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

Similar topics

2
by: Mike Fisher | last post by:
I'm seeing an error when I try to run/debug a web service. Although it doesn't happen every time, it does occur more than half of the times I hit F5. It appears to be returned by the the JIT...
1
by: Invalidlastname | last post by:
Hi, Our developer team recently started getting the compilation error, see below, once a while running the asp.net web application from Visual Studio 2003 (in debug mode), and we have to rebuild the...
9
by: JTrigger | last post by:
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the following error when I try to bring it up in the web...
3
by: Hamilton | last post by:
Hi there, I've seen this error appear a few times in newsgroups but unfortunately I haven't found one that actually provides a solution. I'm basically deploying a new website into an area at a...
4
by: james margey | last post by:
Hi to all, I have spent 3 days at this error and i have two days to go for a deadline, and i am about to go off my nut, the reason being: Microsoft dont seem to be able to provide a solution, I...
1
by: Razzie | last post by:
Hi all, I was working on a little project, worked fine, but now all of a sudden I get: The compiler failed with error code -1073741502 as an error message (when running the site, not...
1
by: keithb | last post by:
This application works without error in the development environment using the VS web server. When I publish the site to my IIS 6.0 server, I get this error at runtime when I open the Change...
0
by: erik.erikson | last post by:
I am getting a compiler error that I can't well explain or even understand the origin of (though I boiled it down close...). Below is a bare-bones example. What I am doing is defining the...
0
by: gmsieling | last post by:
We're getting compiler error CS0006, with increasing frequency. It says that a randomly named DLL was not found. This happens at random intervals when you try to run the application. We're using the...
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...
0
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...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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)...
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...

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.