Hi Hongye,
Thanks.
I did everything in the blog, and things have improved.
Several things remain a problem.
All breakpoints in Global.asax.cs are ignored.
If I attempt to Step-in(F11) at certain breakpoints for example at:
this._MovieSet = base.CreateQuery<Movie>("[MovieSet]");
cause a warning dialog that ultimately ends up doing nothing or displaying disassembly (because of lack of symbols and source).
Dialog:
Microsoft Visual Studio Warning
Message:
"The debugger must execute this untrusted command to obtain source code from source server"
sd.exe -p DDRTSD:4000 print -o "C:\Users\mike\AppData\Local\SOURCE~1Command:
\DEVDIV\depot\DevDiv\releases\Orcas\SP\ndp\fx\src\DataEntity\System\Data\Objects\ObjectContext.cs\4\ObjectContext.cs" -q //depot/DevDiv/releases/Orcas/SP/ndp/fx/src/DataEntity/System/Data/Objects/ObjectContext.cs#4
Message continued:
"If the symbol file is not from a Known....."
Buttons:
Run Don't Run
The path in the command "C:\Users\mike\AppData\Local\SOURCE~1\DEVDIV\depot\DevDiv\releases\Orcas\SP\ndp\fx\src\DataEntity\System\Data\Objects\ObjectContext.cs\4\" exists, but the folder is empty (no ObjectContext.cs). There is also no symbol information, so I can only elect for disassembly.
In the above case I am attempting to see the code that interacts with SQL Server.
Thanks again.
Regards,
Mike