N
nish
hi,
i upgraded from vs2003 to vs2005.
upgraded from framework 1.1 to 2.0.
did a conversion on my code.
my site is working on my local machine, however it is failing on
production.
i believe the problem is with the dll file. the dlls are now being
stored in temporary asp.net files folder. the dll files within the
/bin/ folder have been EXCLUDED from the project. this works fine on
my local machine.
i copied over my files on to the production server and the sites work
fine except that all the datasets that were CACHED (within global.asax)
are now all null. I am receiving a nullreference exception.
my question is as follows:
there is no dll to be found on the production machine since nothing was
compiled there and vs2005 was not installed. in this case should i
copy the dlls within my /temporary asp.net files/ folder into the same
folder in production???
will this fix the error.
please advise.
thanks,
nisha
i upgraded from vs2003 to vs2005.
upgraded from framework 1.1 to 2.0.
did a conversion on my code.
my site is working on my local machine, however it is failing on
production.
i believe the problem is with the dll file. the dlls are now being
stored in temporary asp.net files folder. the dll files within the
/bin/ folder have been EXCLUDED from the project. this works fine on
my local machine.
i copied over my files on to the production server and the sites work
fine except that all the datasets that were CACHED (within global.asax)
are now all null. I am receiving a nullreference exception.
my question is as follows:
there is no dll to be found on the production machine since nothing was
compiled there and vs2005 was not installed. in this case should i
copy the dlls within my /temporary asp.net files/ folder into the same
folder in production???
will this fix the error.
please advise.
thanks,
nisha