473,408 Members | 2,839 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,408 software developers and data experts.

error BC30652: Reference required to assembly

Hi,

- VB.NET
- Visual Studio 2002
- 2 Solutions

- Next errormessages in tasklist:
----------------------------
C:\Inetpub\wwwroot\myProject\BlahBlah.vb(92): Reference required to assembly
'ClassFormConfig' containing the type
'ClassFormConfig.ClassCheckControlType'. Add one to your project.
----------------------------

- Next errormessage in Output-Window:
----------------------------
C:\Inetpub\wwwroot\myProject\BlahBlah.vb(92): error BC30652: Reference
required to assembly 'ClassFormConfig' containing the type
'ClassFormConfig.ClassCheckControlType'. Add one to your project.
----------------------------

It look clear what this means, but the Class "ClassCheckControlType" is in
the same project en is declared as public!

Solution A contains:

++++++ Class1.VB +++++++
Public Class ClassCheckControlType
BlahBlah...
End Class
++++++++++++++++++++++++

and

++++++ Class2.VB +++++++
Public Class CallMe
...
Dim myObj As New CreateDropDown()
Dim huidigeControl As New ClassCheckControlType()

myObj.BuildDropDownlist(huidigeControl)
...
End Class
++++++++++++++++++++++++
Solution B contains:

++++++ Class3.VB +++++++
Imports ClassFormConfig

Public Class CreateDropDown
Public Sub BuildDropDownlist(ByVal incomingObject As ClassCheckControlType)
....
End Sub
End Class
++++++++++++++++++++++++

All references are made, what can be wrong? I can reach the properties and
methods from that class but why do I get that error?

Kind regards,
Sam
Nov 17 '05 #1
0 2448

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

Similar topics

0
by: jb_in_marietta | last post by:
I have a Dot Net project that references a COM DLL called "Crypto.dll," which is registered on my machine. I added the reference via the "Add Reference" dialog in Visual Studio Dot Net, and I am...
0
by: Vera | last post by:
Hi, I have a very annoying problem, with which I NEED HELP DESPERATELY!! It smells like a bug to me, but I'm not sure. SITUATION This description is a very much simplified version of the real...
5
by: Raterus | last post by:
I'm just throwing this error out for my sanity, I've seen posts about this, but never solutions. I'm using VS.NET 2003, Framework 1.1, and I'm getting a random error about every 1 out of 10 times...
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...
2
by: Rob G | last post by:
Hi, I am new to this ASP.NET thing and while going very slow, I am learning. Then I got a Configuration Error out of nowhere when I ran my project. I do have Excel as reference (but I haven't...
2
by: Zuel | last post by:
Hi Folks! I am developing with VB ASP .net and C#. I received an error while compiling, BC30652. This error says that a reference to an assembly missing. The Details are this. 1 VB ASP.net...
1
by: Dan | last post by:
Hi everyone, I have a web application that was built in .net. I received the source code and the DLL files, compiled the application, and when I run it on IIS, I get the following error. ...
0
by: roger23 | last post by:
I get this error C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(526,9): error MSB6006: "aspnet_compiler.exe" exited with code 1. at the end of my build...
1
by: David Lozzi | last post by:
Hello, Writing a web app in asp.net using vb. Just created a new page, added a few minor controls and now blamo, the below error: HELP Server Error in '/newsite' Application....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
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
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...
0
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...
0
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,...
0
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...

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.