I have moved on now to Microsoft Visual Web Developer 2010 as my
platform.
This website was designed using some other software, and has file
types I am unfamiliar with, such as aspx.designer.cs and csproj and
csproj.user. There is also a .dll and a .pdb file with the name of the
website. I suspect that some of these items are precompiled as I get a
lot of warnings like this:

c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
\oceanled\751bc164\c2a49b1d\App_Web_o2ctw5v5.0.cs(195): warning
CS0436: The type 'OceanLED.Controls.UploadProductInstanceCSV' in 'c:
\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
\oceanled\751bc164\c2a49b1d\App_Web_o2ctw5v5.0.cs' conflicts with the
imported type 'OceanLED.Controls.UploadProductInstanceCSV' in 'c:
\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
\oceanled\751bc164\c2a49b1d\assembly\dl3\ec1c4a9d
\00c8c6d3_d4f6ca01\OceanLED.DLL'. Using the type defined in 'c:\WINDOWS
\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\oceanled
\751bc164\c2a49b1d\App_Web_o2ctw5v5.0.cs'.

I have tried using aspnet_compiler.exe with the -c option to ensure
that the pre-compiled application is fully rebuilt:

aspnet_compiler -v /OceanLED -p c:/inetpub/wwwroot/OceanLED -c >
MyOutput

It still didn't work.

My changes to files in /OceanLED/Datalayer are being ignored.
My aspx.cs code files have the reference: using OceanLED.DataLayer;



On 26 Aug, 18:31, Stephen Russell <[email protected]> wrote:
> On Thu, Aug 26, 2010 at 10:35 AM, stapes <[email protected]> wrote:
> > Problem has not gone away. Is there some way parts of the project
> > could be ready compiled? For instance - as a .dll or .pdb. Both these
> > file types exist. I have tried excluding them from the project, but
> > this just brings up more errors. In the meantime, my edits are being
> > ignored. If I add a breakpoint, it says 'Breakpoint will not currently
> > be hit. Source code differs from the original'. What is the original?
> > Why does it not use my latest versions?
>
> ----------------------
>
> What is your browser?
>
> Here’s how to ensure the VS debugger attaches to the Silverlight app
> for debugging:
>
>     * In Firefox address bar type about:config
>     * Read the warning, choose your preference to always remind you or
> not and accept
>     * In the search bar of the config options now type: npctrl
>     * You should then see the entry: dom.ipc.plugins.enabled.npctrl.dll
>     * Change the value from true to false (simply double-clicking will
> change this for you)
>     * Restart Firefox
>
> And your debugging should come back to normal.  It has frustrated me
> more than once.  Hopefully it helps some others.
>
> This might be your answer?
>
> --
> Stephen Russell
>
> Sr. Production Systems Programmer
> CIMSgts
>
> 901.246-0159 cell

Reply via email to