Sunday, November 8, 2009

Error loading feeds from flash and opening asp.net program without sln file

1. to load the xml feeds, make sure that the url is correct, then recompile it for projector mode (in exe)

2. within vs.net, create a new project and then import all the files from the other server into the folder (if you have subversion, commit it to SVN). The program should not work and should prompt errors mainly about being unable to find certain objects, even though it clearly exist.

The idea is that designer.cs file is missing for the individual document, hence you need to generate it by right clicking on the file and select the "Convert to web application" option. Sometimes if the designer file exist by default and it still throw the error, remove the designer file and try again.

No comments: