Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: bad file name or number
I'm assuming your VB.NET dll does some kind of file access.
When it runs from ASP.NET, you're (by default) running under the ASPNET user
account.
Make sure this user account has the necessary permissions to the folder(s)
that your DLL is accessing.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Rajesh Ranglani" <rajeshr@infobahnlimited.com> wrote in message
news:uD%23fpq5WDHA.2568@tk2msftngp13.phx.gbl...> Hi
> I have created an ASP .NET application which invokes a VB.NET dll
> On my development server this application woks fine but when i install it
> (using the installer or even manually)
> on the production server it gives me an error
> system.io.exception bad file name or number
>
> Tried to resolve this error but have been going round in circles
> can some one help me break this loop
>
> The production server has the .net Framework installed version 1.03##
> tried after installing version 1.1 but to no avail
>
> Please help me
>
>
Steve C. Orr, MCSD Guest
-
Count Number of Downloads for PDF File
Is there a way using Cold Fusion to count the number of times a particular PDF (or Word) file is downloaded by site visitors? Thanks -
install HTML::Template - Problem reading cache file / Bad file number
i get the following error when i try to install HTML::Template to my local space, ie, not as root: +---------------------------- % perl -MCPAN... -
Can I display a month from a number in a csv file?
Greetings from a second day newbie to php. I think I have figured out a way to explode a field in a csv file (like 11-08-03) and implode it as... -
File system number restriction on AIX
Alejandra Recio <arecio@campus.mty.itesm.mx> wrote in message news:<3F4E6193.C5BFB7F@campus.mty.itesm.mx>... You can create 512 LV's on a VG, so... -
select() max number of file descriptors
It seems that my system's select call has a limitation of 1024 open file descriptors. I need to learn about this restriction as I am programming... -
Rajesh Ranglani #2
Re: bad file name or number
Thanks man
it worked like acharm
had to remove all the writeofile calls
and the dll is perfect
i am really grateful
Thanks again
Rajesh
"Rajesh Ranglani" <rajeshr@infobahnlimited.com> wrote in message news:...> Hi
> I have created an ASP .NET application which invokes a VB.NET dll
> On my development server this application woks fine but when i install it
> (using the installer or even manually)
> on the production server it gives me an error
> system.io.exception bad file name or number
>
> Tried to resolve this error but have been going round in circles
> can some one help me break this loop
>
> The production server has the .net Framework installed version 1.03##
> tried after installing version 1.1 but to no avail
>
> Please help me
>
>
Rajesh Ranglani Guest



Reply With Quote

