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

Assemblies and Application Blocks problem

Hi everybody
I do not have Visual Studio. I only use Notepad and WebMatrix. My problems
are :

1.
I have DotNet Framework installed and it is working fine. I have Env.
variable as follows :
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.e xe
But when I try to make an assembly of myself by using the following command
from WinXP's command prompt
vbc /t:library /out:FileName.dll FileName.vb
It says
'vbc' is not recognized as an internal or external command, operable program
or batch file.
Can someone tell me how can I make my own assemblies ?

2.
I downloaded and installed Data Access Application Block. In the articles I
read on the net and in the documentation it talks about
opening Application Block Project in Visual Studio and build the project.
What should I do if I do not have Visual Studio. Can someone tell me the
steps how to fix this or give a link to an article.

Thanks in advance
Raja
Nov 17 '05 #1
2 2769
I can't help you with the second problem, but I can help you with the first.
Add the framework tools directory to the PATH environment variable like
this:

SET PATH=%PATH%;C:\WINDOWS\Microsoft.NET\Framework\v1. 1.4322\;

If you create a batch file and name it anything (like vbprompt.bat) and add
that line to it, then create a shortcut on your computer that runs the
following:

%compsec% /k "vbprompt.bat"

Where vbprompt.bat is the full path to your batch file, then you can run
that shortcut any time and the command prompt will open up with all the
environment variables in the batch file configured.

Hope that helps,
David

"Rajesh Madhra" <ma****@yahoo.com> wrote in message
news:eR*************@TK2MSFTNGP10.phx.gbl...
Hi everybody
I do not have Visual Studio. I only use Notepad and WebMatrix. My problems
are :

1.
I have DotNet Framework installed and it is working fine. I have Env.
variable as follows :
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.e xe
But when I try to make an assembly of myself by using the following command from WinXP's command prompt
vbc /t:library /out:FileName.dll FileName.vb
It says
'vbc' is not recognized as an internal or external command, operable program or batch file.
Can someone tell me how can I make my own assemblies ?

2.
I downloaded and installed Data Access Application Block. In the articles I read on the net and in the documentation it talks about
opening Application Block Project in Visual Studio and build the project.
What should I do if I do not have Visual Studio. Can someone tell me the
steps how to fix this or give a link to an article.

Thanks in advance
Raja

Nov 17 '05 #2
I can't help you with the second problem, but I can help you with the first.
Add the framework tools directory to the PATH environment variable like
this:

SET PATH=%PATH%;C:\WINDOWS\Microsoft.NET\Framework\v1. 1.4322\;

If you create a batch file and name it anything (like vbprompt.bat) and add
that line to it, then create a shortcut on your computer that runs the
following:

%compsec% /k "vbprompt.bat"

Where vbprompt.bat is the full path to your batch file, then you can run
that shortcut any time and the command prompt will open up with all the
environment variables in the batch file configured.

Hope that helps,
David

"Rajesh Madhra" <ma****@yahoo.com> wrote in message
news:eR*************@TK2MSFTNGP10.phx.gbl...
Hi everybody
I do not have Visual Studio. I only use Notepad and WebMatrix. My problems
are :

1.
I have DotNet Framework installed and it is working fine. I have Env.
variable as follows :
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.e xe
But when I try to make an assembly of myself by using the following command from WinXP's command prompt
vbc /t:library /out:FileName.dll FileName.vb
It says
'vbc' is not recognized as an internal or external command, operable program or batch file.
Can someone tell me how can I make my own assemblies ?

2.
I downloaded and installed Data Access Application Block. In the articles I read on the net and in the documentation it talks about
opening Application Block Project in Visual Studio and build the project.
What should I do if I do not have Visual Studio. Can someone tell me the
steps how to fix this or give a link to an article.

Thanks in advance
Raja

Nov 17 '05 #3

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

Similar topics

9
by: Ender | last post by:
I have an application that I would like third party developers to be able to create Plug-ins that will be dynamically loaded into our application to extend functionality. I have utilized the...
0
by: Rajesh Madhra | last post by:
Hi everybody I do not have Visual Studio. I only use Notepad and WebMatrix. My problems are : 1. I have DotNet Framework installed and it is working fine. I have Env. variable as follows :...
2
by: Mike M | last post by:
Hello, I created a simple C# library assembly that exposes general facilities I would like to use in my ASP.NET web applications. If I added the assembly into the bin directory of my asp.net...
8
by: Jason | last post by:
In my ASP.NET 1.1 solutions, I created several web projects and compiled them each into an assembly. The assembly names reflected the functionality of the feature (Membership.dll, Dues.dll, etc)....
3
by: Claudio Pacciarini | last post by:
Hi everyone, I have a question about .NET code sharing and reuse, and also about application design best practices / guidelines. Currently, we have many different .NET projects in source...
2
by: Greg Nagel | last post by:
Hi All I've been experiencing OutOfMemory errors on our prodution webserver for a few weeks now. I've finally managed to isolate (I think) the problem to our use of c# script blocks in our xsl...
4
by: =?Utf-8?B?VzFsZDBuZTc0?= | last post by:
When one architects a new project one of the first steps in the decision is to decide on the layers. (In my opinion anyway) One architecture that I have used before is to go solid OO and create...
5
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
I am experiencing a lot of speed issues on initial app loads where we are referencing 3rd party 1.1 assemblies from 2.0 code. Those 1.1 assemblies reference things like System.Windows.Forms...
2
by: Smithers | last post by:
I have a Windows Forms application that implements a plug-in architecture whereby required assemblies are identified and loaded dynamically. Here are the relevant classes: A = application =...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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,...

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.