Forum

hosting değişimi
 
Bildirimler
Hepsini Temizle

hosting değişimi

17 Yazılar
2 Üyeler
0 Reactions
614 Görüntüleme
(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

selam öncelikle konuyu nereye acacagımı bilemedim yanlış oldusa özür dilerim 

kendim bir windows sever yapmıştım daha önceden hosting firmasında  calışan firma sicriptimi kendi serverimde calıştıramadım bu aşagıda belirtiğim hatayı alıyorum  bunla ilgili yardımcı olursanız sevinirim kolay gelsin

Server Error in '/' Application.


The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.

Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.

Exception Details: System.InvalidOperationException: The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.

Source Error:

Line 15:         OleDbConnection conn = new OleDbConnection();
Line 16:         conn.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0; Data Source=" + Server.MapPath("~/App_Data\\neon.mdb");
Line 17:         conn.Open();
Line 18:        
Line 19:     }

Source File: c:\HostingSpaces\gelisimneon\gelisimneon.com\wwwroot\referanslar.aspx.cs    Line: 17

Stack Trace:

[InvalidOperationException: The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.]
   System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +1757474
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +1770220
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +100
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) +61
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +948
   System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +6711619
   System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +26
   System.Data.OleDb.OleDbConnection.Open() +48
   referanslar.Page_Load(Object sender, EventArgs e) in c:\HostingSpaces\gelisimneon\gelisimneon.com\wwwroot\referanslar.aspx.cs:17
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

 
Gönderildi : 23/05/2014 01:17

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Application pool ayarlarında 32 bit'i true olarak işaretleyerek dener misiniz?

 
Gönderildi : 23/05/2014 01:59

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

Application pool ayarlarında 32 bit'i true olarak işaretleyerek dener misiniz?

öncelikle ilginiz icin teşekkür ederim bahsettiğiniz applicatin poll ayarını 32bit yaptım fakat bi değişiklik olmadı

 
Gönderildi : 23/05/2014 11:59

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Şu uygulamayı kurduktan sonra dener misin 

http://www.microsoft.com/en-us/download/details.aspx?id=13255

 
Gönderildi : 23/05/2014 12:21

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

Şu uygulamayı kurduktan sonra dener misin 

http://www.microsoft.com/en-us/download/details.aspx?id=13255

malesef bu dediğinizide yaptım ama sonuc değişmedi herhangi bir ayar gerektiriyormu

 

 
Gönderildi : 23/05/2014 21:21

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

selam öncelikle konuyu nereye acacagımı bilemedim yanlış oldusa özür dilerim 

kendim bir windows sever yapmıştım daha önceden hosting firmasında  calışan firma sicriptimi kendi serverimde calıştıramadım bu aşagıda belirtiğim hatayı alıyorum  bunla ilgili yardımcı olursanız sevinirim kolay gelsin

Server Error in '/' Application.


 

The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.

Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.

Exception Details: System.InvalidOperationException: The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.

Source Error:

Line 15:         OleDbConnection conn = new OleDbConnection();
Line 16:         conn.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0; Data Source=" + Server.MapPath("~/App_Data\\neon.mdb");
Line 17:         conn.Open();
Line 18:        
Line 19:     }

Source File: c:\HostingSpaces\gelisimneon\gelisimneon.com\wwwroot\referanslar.aspx.cs    Line: 17

Stack Trace:

[InvalidOperationException: The 'Microsoft.Jet.OleDb.4.0' provider is not registered on the local machine.]
   System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +1757474
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +1770220
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +100
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) +61
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +948
   System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +6711619
   System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +26
   System.Data.OleDb.OleDbConnection.Open() +48
   referanslar.Page_Load(Object sender, EventArgs e) in c:\HostingSpaces\gelisimneon\gelisimneon.com\wwwroot\referanslar.aspx.cs:17
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

 
Gönderildi : 26/05/2014 18:31

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Sitenin veritabanı access midir ?

 
Gönderildi : 26/05/2014 18:34

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

evet bi arkadaş yapmıştı fakat oda anlayamadı ne oldugunu sunucuda eksik bi şey var dedi

 
Gönderildi : 26/05/2014 18:35

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Sitenin uygulama havuzunun ekran görüntüsünü yollar mısınız ?

 
Gönderildi : 26/05/2014 18:39

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

uygulama havuzu derken pek anlamadım orasını

 
Gönderildi : 26/05/2014 18:40

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

http://www.ironspeed.com/Designer/10.2.1/WebHelp/Part_VI/Microsoft_Jet_OLEDB_4_0_provider_is_not_registered.htm

 

Şuradaki linkte ekran görüntüleri de bulunuyor.  Bunu denermisin

 
Gönderildi : 26/05/2014 19:09

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

 görüntü budur umarım

 

 

 
Gönderildi : 26/05/2014 19:32

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Evet ekran görüntüsü bu ama asorun olan sitede bu app pool'mu kullanılıyor bilmek gerek IIS te site üzerine tıkla sağ menüde Basic Settings var onu açınca. App pool bölümünde hangi pool adı varsa ayarı bunun üzerinde yapmamız lazım. Ayrıca websitepanel kullanıyorsun anladığım kadarı ile dedicated application pool seçerek oradan Integrated yerine classic olanı seçip seçtiğin App poolda 32 bit olmasına dikkat etmelisin.

 
Gönderildi : 26/05/2014 19:40

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

http://www.gelisimneon.com/referanslar.aspx

dedidinizi yaptım şimdi hata iceriği değişti

 

 
Gönderildi : 26/05/2014 19:47

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Bu site için frameworkü 4.0 olarak ayarlayıp dener misiniz?

 
Gönderildi : 26/05/2014 19:50

(@serkanemirbayer)
Gönderiler: 64
Trusted Member
Konu başlatıcı
 

cok teşekkür ederim sorun cözüldü sayenizde valla süpersiniz

http://www.gelisimneon.com/referanslar.aspx

 
Gönderildi : 26/05/2014 19:55

(@ozgurmazlum)
Gönderiler: 2208
Illustrious Member
 

Estagfurullah cozulduğune sevindim.

 
Gönderildi : 26/05/2014 20:01

Paylaş: