Click here to Skip to main content
15,895,667 members
Home / Discussions / Database
   

Database

 
AnswerRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 4:53
professionalMycroft Holmes17-Sep-10 4:53 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac17-Sep-10 6:04
Spawn@Melmac17-Sep-10 6:04 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 13:47
professionalMycroft Holmes17-Sep-10 13:47 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac18-Sep-10 6:19
Spawn@Melmac18-Sep-10 6:19 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes18-Sep-10 13:04
professionalMycroft Holmes18-Sep-10 13:04 
QuestionWhich version ODP.net is exactly required for oracle 11.2 and .net 2.0? Pin
padmanabhan N16-Sep-10 20:44
padmanabhan N16-Sep-10 20:44 
AnswerRe: Which version ODP.net is exactly required for oracle 11.2 and .net 2.0? Pin
Rob Smiley18-Sep-10 0:05
Rob Smiley18-Sep-10 0:05 
QuestionReport Definition is not valid. [modified] Pin
gmhanna16-Sep-10 16:25
gmhanna16-Sep-10 16:25 
Hi,

Let me start off by giving some background on the events that have lead up to this issue that I'm having. I started with VS2008 and SQLEXPRESS. A few months later, I installed VS2010 and converted my project. A week or so later, I decided that I wanted to install SQL Server 2008 R2, so I installed that as well, not uninstalling SQLEXPRESS. My application has been running great and the reports were working fine for the past several months. I then rebuilt my entire application. Now I can not get my application to compile and I've been spinning my wheels in the mud for a week.

What I am seeing is the message in VS2010 that states: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' which cannot be upgraded.

Not being a SQL Expert from an Admin side I have read a lot of forums which basically said that I needed to get the Report Server running and grant the roles accordingly. The Report Server now works and I can create reports using Report Server R3 no problem, however I'm still getting the error when trying to compile.

In the ReportViewer Tasks in VS2010, where you can select the report, I'm using a local report, not a server report. IE: ApplicationName.Reportname.rdlc

I am guessing the issue is the NameSpace is for a Server report and not a local report, and I should have some type of ConnectString? I really don't know what the problem is.

Any help is greatly appreciated.

*** UPDATE *** - I still have the issue with a brand new application built with VS2010 using the same table stored in SQL Server 2008 R2. Am I restricted to using Server Based reports after installing SQL Server 2008 R2?

<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition">
<DataSources>
<DataSource Name="KTReunionDataSet">
<ConnectionProperties>
<DataProvider>System.Data.DataSet</DataProvider>
<ConnectString>/* Local Connection */</ConnectString>
</ConnectionProperties>
<rd:DataSourceID>0a8b6f23-4772-446f-9b27-5f180b760bc4</rd:DataSourceID>
</DataSource>
</DataSources>
Glenn
modified on Thursday, September 16, 2010 11:13 PM

Questionunable to Access complete database features Pin
sanjaypujari16-Sep-10 6:26
sanjaypujari16-Sep-10 6:26 
AnswerRe: unable to Access complete database features Pin
Pete O'Hanlon16-Sep-10 8:08
mvePete O'Hanlon16-Sep-10 8:08 
QuestionSET XACT_ABORT ON Pin
eraser95015-Sep-10 21:03
eraser95015-Sep-10 21:03 
AnswerRe: SET XACT_ABORT ON Pin
Mycroft Holmes15-Sep-10 23:03
professionalMycroft Holmes15-Sep-10 23:03 
AnswerRe: SET XACT_ABORT ON Pin
Pete O'Hanlon16-Sep-10 8:07
mvePete O'Hanlon16-Sep-10 8:07 
GeneralRe: SET XACT_ABORT ON Pin
eraser95019-Sep-10 21:23
eraser95019-Sep-10 21:23 
QuestionProblem in restoring SQL Server MDF File database Pin
kirankkk200915-Sep-10 20:06
kirankkk200915-Sep-10 20:06 
AnswerRe: Problem in restoring SQL Server MDF File database Pin
Mycroft Holmes15-Sep-10 22:59
professionalMycroft Holmes15-Sep-10 22:59 
QuestionIs this unique ID generation procedure correct ? Pin
virang_2115-Sep-10 19:11
virang_2115-Sep-10 19:11 
AnswerRe: Is this unique ID generation procedure correct ? Pin
Mycroft Holmes15-Sep-10 19:55
professionalMycroft Holmes15-Sep-10 19:55 
AnswerRe: Is this unique ID generation procedure correct ? Pin
David Skelly15-Sep-10 22:52
David Skelly15-Sep-10 22:52 
QuestionT-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
Steven J Jowett13-Sep-10 5:54
Steven J Jowett13-Sep-10 5:54 
AnswerRe: T-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
Stryder_113-Sep-10 8:00
Stryder_113-Sep-10 8:00 
AnswerRe: T-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
David Mujica13-Sep-10 8:06
David Mujica13-Sep-10 8:06 
GeneralRe: T-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
Steven J Jowett13-Sep-10 12:08
Steven J Jowett13-Sep-10 12:08 
AnswerRe: T-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
Mycroft Holmes13-Sep-10 12:34
professionalMycroft Holmes13-Sep-10 12:34 
AnswerRe: T-SQL 2005 Inner join data from a view to the resultset of a stored procedure. Pin
PIEBALDconsult13-Sep-10 17:01
mvePIEBALDconsult13-Sep-10 17:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.