[MonoDevelop] Also a DEPLOY TO WEB problem

Robert Jordan robertj at gmx.net
Fri Jul 10 10:10:30 EDT 2009


clemenslinders wrote:
> Hi Chris,
> 
>> .mdb is the extension used by mono for storing debugging information.
>> Look on Windows when you build an app -- you will see
>> SimpelTest.dll.pdb.
> 
> I build the project (or all projects) and when I open the BIN map where the
> dll is located, than still there is no .dll.mdb or .mdb
> So unfortunately I do not see SimpelTest.dll.pdb??

Under Windows, MonoDevelop compiles by default with MS.NET's C# compiler 
and this guy does not generate *.mdbs. I don't how to change this.

You could try to deploy "Release" instead because this configuration
does not produce debugging symbols. Maybe "Web Deployment" is smart
enough to not try to deploy the missing *.mdbs in this case.

Robert



More information about the Monodevelop-list mailing list