I have workgroup 2005 installed and when i right click on the replication folder a messagebox comes up: TITLE: New Publication Wizard ------------------------------ Microsoft SQL Server Management Studio is unable to access replication components because replication is not installed on this instance of SQL Server. For information about installing replication, see the topic Installing Replication in SQL Server Books Online. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server+Management+Studio&ProdVer=9.00.3054.00&EvtSrc=Microsoft.SqlServer.Management.UI.ReplUtilitiesErrorSR&EvtID=ReplicationNotInstalled&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: Replication components are not installed on this server. Run SQL Server Setup again and select the option to install replication. (Microsoft SQL Server, Error: 21028) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3054&EvtSrc=MSSQLServer&EvtID=21028&LinkId=20476 //////////////////////////////////// but when i run the setup again it says replication already installed. any ideas will be much appreciated
robmays
Posts
-
replication -
DataGridView that searches like outlookexcellent ,dont like to spend money. can you give me some simple c# code to steer me in the right direction? that you would use in the events.
-
datatableI have had the same problem and solved it by using different datasources and not binding all combo boxes to the same datasource. So change this line dtUsers = dsUsers.Tables["Users"]; to another source
-
DataGridView that searches like outlookDoes the datagridview in vs2005 work like outlook. ie I know it works the same when you click the column headings but in outlook you can move to rows in that column by pressing say 's' to move the record selector to the beginning of all the 'S' in the column you have just ordered by. if it does how do you active that functionality. If not is there one can buy that will do the same?
-
DataGridViewHow can i hide the row indicator column. Its the first column that as the user moves up and down the grid a black triangle shows in the first column to show the user the current row. I want to hide this column?
-
how can I save a localreport .rdlc as a pdf file?I need to do this in code. The website is on a shared database server running sql2005 express. Render to a pdf is ok but i want to save the local report like c:\test.pdf. There is no report server.
-
Register a java ArrayIm using asp 2.0 and I want to use thier new postback methods to populate dropdowns without postbacks. When a user selects a value from one dropdown, it repopulates the other dropdown. Can i have some help and ideas on how best to achieve this?
-
Microsoft.ReportViewer.ProcessingObjectModel [modified]Can you show me how to copy this dll so as i can put it in my bin directory it has to be done from a command prompt and thats where i get stuck:sigh: -- modified at 13:23 Monday 12th June, 2006
-
deploy crystal report vs 2005 what do i needthis also failed Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 8: asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> Line 9: Line 10: CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" Red LINES on line 10*************************** Line 11: Height="1105px" ReportSourceID="CrystalReportSource1" Width="875px" /> Line 12: CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> -- modified at 9:57 Monday 12th June, 2006
-
deploy crystal report vs 2005 what do i needwhere did all that come from! I deleted it all but still get the error on this line of code CrystalDecisions.CrystalReports.Engine.ReportDocument rd = new CrystalDecisions.CrystalReports.Engine.ReportDocument(); error Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer,
-
deploy crystal report vs 2005 what do i needI am trying to deploy a webpage with crystal report viewer on a shared web server. I get a lot of errors dll not found but when i add the dll to the bin directory. Hers is onf of my errors Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer any tips or ideas on a how to get crystal working on the shared webserver. All works fine on my local machine.
-
problem with gridviewim using the Row_Command event. neither of these 2 lines of code give me the cell text string email = ((TextBox)GridView1.Rows[index].FindControl("txtEmail")).Text; string email = GridView1.Rows[index].Cells[6].Text; all cells are asp:BoundField except the email which is asp:TemplateField the row does have an email address but it comes out as empty string.:(
-
dropdownlist SelectedIndexChanged not firingif you have copied this control it may have the wrong event on the aspx page check the control on aspx page
-
why is the text value of cell not workingim using the Row_Command event. neither of these 2 lines of code give me the cell text string email = ((TextBox)GridView1.Rows[index].FindControl("txtEmail")).Text; string email = GridView1.Rows[index].Cells[6].Text; all cells are asp:BoundField except the email which is asp:TemplateField code on my page aspx <
-
creating urlwhy did i not think of that? simple when you know how. many thanks, I must need a cup of tea.
-
creating urlI use a sqldatareader to bring back data but where i bring back a web address ie www.exservices.co.uk i want that to display as link in a textbox any ideas?? this.txtWebAddress.Text = reader["WebAddress"].ToString();
-
Crystal reports sharingI have a Windows application written c# 1.1 that uses embedded crystal reports. I have 60 users who all use the exe which is accssed from a shared folder on the network. The problem is I still need to install the application on all client machines so as crystal registers properly. Is there away around this so as I dont have to install the application on all client machines?
-
Is there an easy wat to create an *.xls file on the c:\Drive from a datasetwe are not on office 2003 yet and it seems a lot of work to get an excel file all i am after is to take the rows in a datagrid and email to a receipient
-
Is there an easy wat to create an *.xls file on the c:\Drive from a datasetthe download is not available do you have the full address
-
Is there an easy wat to create an *.xls file on the c:\Drive from a datasetI want to create the file so as i can send it as an email attachment?