dmeikle
May 25th, 2005, 01:11 PM
have a client with an already deployed site. He's provided the source code and had me make changes and add new aspx files.
it builds and runs smoothly on my dev box. when I upload the files it kicks an error that the file is not located in (what I am assuming is the project DLL in bin file) projectname.classname.
also, after some jerry rigging and tweeking I managed to get the files to recognize without hte DLL (I removed the inherits attribute, since it's only used by visual studio and added a src="nameofclassfile" instead). But now it's nickel n diming me to death with odd compile errors: instr not defined (added an imports for System at the top of the page, although locally it compiled without)... now the error is for other items...this is the server at compile time... when I do it locally, it's perfect...
how do you add or update files on an already deployed site without these hassles?
it builds and runs smoothly on my dev box. when I upload the files it kicks an error that the file is not located in (what I am assuming is the project DLL in bin file) projectname.classname.
also, after some jerry rigging and tweeking I managed to get the files to recognize without hte DLL (I removed the inherits attribute, since it's only used by visual studio and added a src="nameofclassfile" instead). But now it's nickel n diming me to death with odd compile errors: instr not defined (added an imports for System at the top of the page, although locally it compiled without)... now the error is for other items...this is the server at compile time... when I do it locally, it's perfect...
how do you add or update files on an already deployed site without these hassles?