Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / September 2005

Tip: Looking for answers? Try searching our database.

Grouping files in Web Matrix

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sathyaish - 06 Sep 2005 01:50 GMT
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?
Mona - 07 Sep 2005 12:36 GMT
Hi Sathyaish,

Regarding this issue of grouping of the Skillset.vb, I would like to tell
you that to compile your source files into a DLL and reference "that". In
order to compile all .vb files in a directory to skillset.dll , I would
suggest you to 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.

Hope this helps.

Regards,

Mona [Grapecity]

> 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?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.