Viewing 15 posts - 2,206 through 2,220 (of 3,366 total)
This problem is related to the new data access in Windows 2008 and Vista in regular development you could just manually reference MDAC and your code will run. I...
February 20, 2009 at 7:45 pm
You are developing in VS2005 which is not compatible with Win2008/Vista so you need to make sure IIS 7 is installed and configured in IIS 6 mode. You may...
February 20, 2009 at 3:38 pm
AppDomain 50 (dbname.dbo[runtime].62) is marked for unload due to memory pressure.
I would ask what are you loading at AppDomain 50 at runtime that is not cleaning up your resources?
You may...
February 20, 2009 at 2:31 pm
You should be using 2 file connections, 1 for the source and 1 for the destinition. Each would point to the appropriate server (my guess here, as I haven't...
February 20, 2009 at 12:14 pm
I am glad I could help, why Microsoft will not document this I don't know.
🙂
February 20, 2009 at 12:05 pm
File access fails because the current user does not have the required permissions to write to the file share that the connection manager accesses. For example, this scenario can occur...
February 20, 2009 at 11:48 am
I don't think it relates to UNC but rather the permissions of the owner of the package and the account used to run the Agent. In configuration manager the...
February 20, 2009 at 11:37 am
The link you are going to use shows ADO.NET code will work any time because that code was written in 2002. I also thinks you cannot use the SQL Server...
February 20, 2009 at 10:56 am
Though the Windows Service Identity is displayed as running, it is running on the NT Authority\Local Service.
I am assuming you are talking about Network service my SSRS runs with...
February 20, 2009 at 7:07 am
It is only available on 32Bit
I should add the SQL Server 2008 Express comes in x64 but not itanium and the SQL Server Express 2005 is only x86 that...
February 20, 2009 at 6:58 am
Here are two options not using SMO but general ADO.NET not the DAAB you could try both or just use SMO.
February 19, 2009 at 8:57 pm
I have seen SSRS users who have not made sure Windows authentication is enabled so check the basics then go to the location below to run aspnet_regiis with the -i...
February 19, 2009 at 6:34 pm
No if that is what you want then you may need SMO I am talking about creating new table and other objects in ADO.NET.
February 19, 2009 at 4:04 pm
Table at runtime it is better to use DAAB because you can create tables, Database and other objects with ADO.NET ExecuteNonQuery. The reason if you had used DMO to...
February 19, 2009 at 3:35 pm
The thing is what is relevant to Winform is not relevant to Asp.net in localization and even Winform some forms are part of the operating system so to develop for...
February 19, 2009 at 3:01 pm
Viewing 15 posts - 2,206 through 2,220 (of 3,366 total)