Release compilation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
Anyone have had problems when opening a project after compiling in release
mode?
My asp.net project can't be opened any more, visual studio 'argues' that
my iis aspnet is version 1.0, which IS NOT the case, other failure after
release compilation of only this project is that visual studio cannot Debug
asp.net because it is not supported. After running dotnetfx.exe, and
aspnet_regiis -i, every other project came back to normal, except for the
original project.....
Hope i've been clear with my 'explanation'
Any suggestions?
Thx!
 
Tosca,

Can it be that you are doing it directly from VSNet and there is a problem
with the release directory?

Just a gues

Cor
 
Hi!
Thx for answering so soon, i am compiling directly with VSNet, but every
other project works fine, except for this one. What should i check with
release directory?
 
Tosca,

A lot just clean it (to show it you can in solution explorer set the option
in top to show all files) and build new.

I advice to make a backup before.

I hope this helps

Cor
 
Back
Top