Re: getting access to classes in separate vb files
- From: "Marina" <someone@xxxxxxxxxx>
- Date: Wed, 4 Jan 2006 14:57:27 -0500
I have heard of complaints about some companies doing this. I'm not sure why
they do this, but it must be something about having the compiled DLL vs just
the source code for it. As far as I understand it, they don't want any DLL's
being uploaded into the bin directory of the application. I would think it
would be just the .aspx files - and all code would have to be inline. And
yes, it all gets compiled eventually anyway, so I'm not sure why they care
about the timing of the compile.
In any case, I am in complete agreement that switching hosts is the real
solution to the problem.
"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> wrote in message
news:uuSAieWEGHA.1288@xxxxxxxxxxxxxxxxxxxxxxx
> "As you might know"? I do not know that. I have never heard of a hosting
> company that prevents .NET assemblies because they are integral to the
> usage of .NET. What company are you talking about? If they truly prevent
> this, then you might want to switch companies. By the way, .NET will not
> execute without assemblies (.dll or exes). All code is compiled, even
> when included in webpages. They are ALL compiled to dlls before being
> executed. So can you clarify what you mean by them not allowing dlls?
>
> "Humberto Alvarez" <humalvarez@xxxxxxxxx> wrote in message
> news:uxUhyWWEGHA.984@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi
>>
>> As you might know, some asp.net host companies don't like dll in their
>> servers, so one has to upload the source files, right?
>>
>> Well, the problem is that I have class libraries (.vb files) and I want
>> to access methods in those classes from the webform source code
>> (webform.aspx.vb). I upload files in the same directory but errors
>> appear. The only way to have the application working is copying all class
>> libraries into the webform.aspx.vb file.
>>
>> Is there someway to have the application working with different classes
>> in separate files? Maybe a header or something that I can write in
>> webform.aspx.vb?
>>
>> Thanks,
>> Humberto
>>
>
>
.
- References:
- getting access to classes in separate vb files
- From: Humberto Alvarez
- Re: getting access to classes in separate vb files
- From: Peter Rilling
- getting access to classes in separate vb files
- Prev by Date: Re: Losing data in a textbox on postback
- Next by Date: Re: getting access to classes in separate vb files
- Previous by thread: Re: getting access to classes in separate vb files
- Next by thread: Re: getting access to classes in separate vb files
- Index(es):
Relevant Pages
|
Loading