Ask a Question related to ASP.NET General, Design and Development.
-
Sacha Korell #1
Error: A reference to ''C:\tools\functions.dll' could not be added...
I am trying to set a reference to a 32 bit DLL that was compiled with Visual
Basic, to be able to access its functions, but I'm getting the following
error:
A reference to 'C:\tools\functions.dll' could not be added. This is not a
valid assembly or COM component. Only assemblies with extension 'dll' and
COM components can be referenced. Please make sure that the file is
accessible, and that it is a valid assembly or COM component."
I am using ASP.NET (VB.NET) in framework version 1.0.
Any ideas what the problem could be?
Thanks in advance,
Sacha
Sacha Korell Guest
-
A reference to acrobat.tlb could not be added.
It seems that acrobat.tlb (from the latest version of Acrobat - installed today) cannot be imported into a Visual Studio project. Does anyone else... -
#26307 [Opn->Bgs]: Variable reference assignments in functions
ID: 26307 Updated by: sniper@php.net Reported By: soywiz at hotmail dot com -Status: Open +Status: ... -
#26307 [NEW]: Variable reference assignments in functions
From: soywiz at hotmail dot com Operating system: Windows PHP version: 4.3.4 PHP Bug Type: Variables related Bug... -
functions return by reference question
If I want a function to return by reference, I do this? function & myCoolFunction() { $queryObject = new queryObject(); return $queryObject; }... -
#25484 [Opn]: functions which accept a reference from inside a loop lose their value
ID: 25484 User updated by: nick at itomic dot com Reported By: nick at itomic dot com Status: Open Bug Type: ...



Reply With Quote

