11 Şubat 2016 Perşembe

The operation could not be completed

cshtml dosyaları açılmıyor ve "The operation could not be completed" hatası veriyorsa
"Users\<CurrentUser>\AppData\Local\Microsoft\VisualStudio\<version>\" adresinden versiyon numarası neyse onu siliyoruz. Düzeliyor

ayrıca webpages versiyonundan da sorun olabiliyor

<appSettings>
    <add key="webpages:Version" value="2.0.?.?" />
  </appSettings>
 
versiyon numarası "3.0.0.0" yapınca da düzeliyor. 

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...