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

Grouping files in Web Matrix

I am using Web Matrix with v.1.1 of the framework. I don't see a
concept of a project or solution in Web Matrix, so here's my problem.

I have one aspx file that wants to use a class file called
"SkillSet.vb". Skillset.vb in turn wants to use another class file
"Skill.vb". How do I group them all together if I am using Web Matrix?

Nov 19 '05 #1
2 1016
you could compile them together into a DLL
"Sathyaish" <sa*******@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I am using Web Matrix with v.1.1 of the framework. I don't see a
concept of a project or solution in Web Matrix, so here's my problem.

I have one aspx file that wants to use a class file called
"SkillSet.vb". Skillset.vb in turn wants to use another class file
"Skill.vb". How do I group them all together if I am using Web Matrix?

Nov 19 '05 #2
Sathyaish :

Compile your source files into a DLL and reference *that*.

To compile all .vb files in a directory to skillset.dll , use :

vbc /t:library /out:skillset.dll *.vb

If you need to reference a library/libraries, add it/them, separated by slashes :

vbc /t:library /r:system.dll /r:system.data.dll /out:skillset.dll *.vb

Now, you can reference "skillset.dll" in WebMatrix.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
===========================

"Sathyaish" <sa*******@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I am using Web Matrix with v.1.1 of the framework. I don't see a
concept of a project or solution in Web Matrix, so here's my problem.

I have one aspx file that wants to use a class file called
"SkillSet.vb". Skillset.vb in turn wants to use another class file
"Skill.vb". How do I group them all together if I am using Web Matrix?

Nov 19 '05 #3

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

Similar topics

3
by: Graham | last post by:
Hi, I am having trouble getting XSL to count the members of a group. What I am trying to do is group by <objectid.Contactid> and count the number of <activityid>'s for each <objectid.contactid>....
7
by: Roman Töngi | last post by:
When I declare a function prototype in a header-file, have I to include this header-file in the implemenation file? Example: //main #include "myfunction.h" int main() { myFunction(); return...
1
by: kbailey | last post by:
what a waste of money. visual studio does not handle user control files - these are files with and ascx extension are are refered to in the help as 'user-authored server controls'. the VS...
1
by: Sathyaish | last post by:
I am using Web Matrix with v.1.1 of the framework. I don't see a concept of a project or solution in Web Matrix, so here's my problem. I have one aspx file that wants to use a class file called...
8
by: Mike MacSween | last post by:
tblCourses one to many to tblEvents. A course may have an intro workshop (a type of event), a mid course workshop, a final exam. Or any combination. Or something different in the future. At...
2
by: John Spiegel | last post by:
Hi all, I'm working with the .NET framework and Web Matrix and am having trouble finding how to tie together the files when deriving classes. What I've got is a TestBase.cs file that defines a...
2
by: Madhusudhanan Chandrasekaran | last post by:
Hi: This question is not directed "entirely" at python only. But since I want to know how to do it in python, I am posting here. I am constructing a huge matrix (m x n), whose columns n are...
103
by: aboxylica | last post by:
hey! I have a program that takes two input files(one in the matrix form) and one in the sequence form.Now my problem is that i have to give the matrix file(containing many matrices) and sequence...
1
by: dwaterpolo | last post by:
Hi Everyone, I am trying to read two text files swY40p10t3ctw45.col.txt and solution.txt and compare them, the first text file has a bunch of values listed like: y y y y y y y
1
by: Sandeep Singh | last post by:
Hi, How to do group by in XSLT ? I tried on the following codes: <files> <file name="swablr.eps" size="4313" project="mars"/> <file name="batboy.wks" size="424" ...
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: 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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.