Connecting Tech Pros Worldwide Help | Site Map

Need Help With ASP.NET

Lord Fist
Guest
 
Posts: n/a
#1: Nov 22 '05
I need some help with asp.net...
I have a problem with web.config
file....
I would like to bind extensions to
a compiler (i saw some websites
using extensions like .pyra and such),
i tried to use <compiler> tag
like this:

<compiler language="VB;VBScript"
extension=".my"
type="Microsoft.VB. VBCodeProvider,System" />

but i allways get an error msg
that assembly or namespace "System"
could not be found...
Where am i mistaking?





--------------------------------
Are u a writer? ....

www.MojBlog.com


Cor Ligthert
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Need Help With ASP.NET


Lord,

Why not ask this question in the newsgroup

microsoft.public.dotnet.framework.aspnet

I hope this helps?

Cor


Lord Fist
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Need Help With ASP.NET


> Why not ask this question in the newsgroup[color=blue]
>
> microsoft.public.dotnet.framework.aspnet[/color]

because i don't have that group on my news server :-)


Cor Ligthert
Guest
 
Posts: n/a
#4: Nov 22 '05

re: Need Help With ASP.NET


Try this than[color=blue]
>
> because i don't have that group on my news server :-)
>[/color]
Aspnet (for outlook express and other newsreaders)
<news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet>

Web interface:
<http://communities2.microsoft.com/co...s/?dg=microsof
t.public.dotnet.framework.aspnet>


I hope this helps a little bit?

Cor


Closed Thread