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

Q: Can you use a Class Library in another environment than Studio?

Hi!

Is it possible to use a .NET Class Library in another environment. I have
this 4GL, you can use regular DLL's there, but is .NET Class Library made
for the .NET Environment only?

Regards
Martin
Nov 28 '05 #1
2 1011
Visual Systems AB (Martin Arvidsson) wrote:
Hi!

Is it possible to use a .NET Class Library in another environment. I have
this 4GL, you can use regular DLL's there, but is .NET Class Library made
for the .NET Environment only?


A .NET Class Library is only available in .NET languages. You can,
however, expose your objects as COM objects, if that helps.

Look in the help file for how to set up your library to expose the
objects as COM objects and how to register the library on the target
machine(s).

--
Lasse Vågsæther Karlsen
http://usinglvkblog.blogspot.com/
mailto:la***@vkarlsen.no
PGP KeyID: 0x2A42A1C2
Nov 28 '05 #2
Hi,

You can use it with no modification from any managed environment, if you
want to use this from an unmanaged environment ( vb6, delphi, etc ) you have
to make it COM aware, IIRC all you have to do from VS is in the project
properties page mark it as "Mark for COM interop"
Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Visual Systems AB (Martin Arvidsson)" <ma**************@vsab.net> wrote in
message news:el**************@TK2MSFTNGP09.phx.gbl...
Hi!

Is it possible to use a .NET Class Library in another environment. I have
this 4GL, you can use regular DLL's there, but is .NET Class Library made
for the .NET Environment only?

Regards
Martin

Nov 28 '05 #3

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

Similar topics

2
by: Thomas Miller | last post by:
Hello, I have built a c# class library (I will call it "Assembly1"), and built an installer that installs it. It is working well. I created a new asp.net application, right-clicked on references...
2
by: Brett | last post by:
I had a developer send me a VB.NET class library that was developed in Visual Studio .NET v1.0. I loaded the VB project and Visual Studio ..Net v1.1 and I converted the project to v1.1. I...
4
by: clintonG | last post by:
I'd like to know about application(s) or the name by which the following process is referred which would allow a business analyst to enter the following statements which when submitted would result...
0
by: funitsu | last post by:
Hi I have two applications: Windows form application and Class library. In both of them I have a code: HANDLER hRadio; BLUETOOTH_RADIO_INFO RadioInfo; .... HBLUETOOTH_RADIO_FIND hFind =...
3
by: glenn | last post by:
I am assuming that Microsoft has renamed their (dll's) and are now calling them class libraries since I can't find anything related to dll's in Visual Studio. If I am correct in this assumption...
7
by: TJ | last post by:
In C# how do you achieve pass-by-reference property declarations in the Type Library? I am writing a COM Class Library that must mimick an existing library for which the only information is the...
5
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS...
5
by: Simon Harris | last post by:
Hi All, I've recently created a web service, which uses code within a class library I created. In my development environment, I have referenced the class library - This works fine. Problem...
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.