|
-
Jun 5th, 2003, 12:50 PM
#1
Thread Starter
Frenzied Member
How to compile !?
How do i compile my .ascx files(user controls) ?? I know it's to be done with a command line, but how exactly ?
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jun 5th, 2003, 01:00 PM
#2
you dont. .ascx files are compiled on the run when the site is first loaded
-
Jun 9th, 2003, 02:15 AM
#3
New Member
VB
just compile all your vb files with visual studio or a .bat file
something like
vbc /t:library /out:your.dll /r:System.dll,System.Web.dll *.vb >> your_result.txt
a more complete with options
rem Use this batch to recompile DotNetNuke without using visual studio
rem
rem Compiling DotNetNuke.dll
vbc /t:library /optimize /out:bin\DotNetNuke.dll *.vb /recurse:Admin\*.vb Components\*.vb controls\*.vb /recurse esktopModules\*.vb /r:System.web.dll /r:System.data.dll /r:system.dll /r:System.Web.Mobile.dll /r:System.XML.dll /r:system.drawing.dll /libpath:C:\WINNT\Microsoft.NET\Framework\v1.0.3705\ /imports:system,system.web,Microsoft.VisualBasic,system.data,system.xml,system.data.common,system.dat a.oledb,system.data.sqlclient,system.web.ui,system.web.ui.design,system.web.ui.htmlcontrols,system.d rawing.image,system.Web.UI.WebControls,system.collections,system.web.mail /r:bin\freetextbox.dll /r:bin\SolpartWebControls.dll /optionexplicit-
-
Jun 9th, 2003, 09:25 AM
#4
That answer is bogus. You can't compile .ascx.
-
Jun 9th, 2003, 12:24 PM
#5
New Member
css too
I don't speak of .as?x , but of *.vb
you cannot compile css too that's right ;-))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|