October 4, 2010 at 1:56 am
hi all..,
i have done a registration form using asp.net& C Sharp using SQL server..
it's working good..
now i want copy the project to my thumb drive and try to run in my PC from thumb drive..
it' working on my PC..when i try to run from other PC it's not working..
where should i make changes to run the project in any PC from thumb drive..
October 4, 2010 at 3:22 am
You may want to change the Protection Level setting of the package not to include "Userkey" details. More information here
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
October 4, 2010 at 6:21 am
are you including all the custom DLL's your project is referencing?
dlls that are part of the target framework (2.0.3.5,4.0 etc) do not have to be copied local, but any other files, such as xml files, dlls for custom grids, etc have to be included in the deployment folder; can you be more specific about the error you get?
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply