Merhaba, hostu başka yere taşıdım ama taşıma işleminden sonra aşağıdaki hata mesajı ile karşılaştım ne yapabilirim, site adresi: asfsigorta.com
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'ForeCasting' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 54: void HavaDurumu()
Line 55: {
Line 56: ForeCasting.WeatherCast w = new ForeCasting.WeatherCast();
Line 57: string[] bilgiler = new string[6];
Line 58: if (System.Threading.Thread.CurrentThread.CurrentUICulture.ToString()=="tr-TR")
Source File: c:\vhosts\asfsigorta.com\httpdocs\Anasayfa.aspx.cs Line: 56
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:2.0.50727.6407; ASP.NET Version:2.0.50727.6409