I have some crystal reports in my maintanance project.when ever we are editing anything inside the crystal report (Cry_variablepay.rpt),its automatically generating another crystal report file (Cry_variablepay1.rpt) in the project file itself. the application shows build error showing that "the namespace already contains a definition for Cry_variables" ......ie; the newly created crystal report file has the same namespace as the older one. so i cant able to build the project wthout error...can anybdy suggest the reason and solution...
accessred
Posts
-
crystal report duplication -
database name extracting and table retrievelin my application i have one textbox ,button and a drop down box.when i am clicking the button it will browse the database and will appear in the text box.i have done that.now what i want is,to fetch the database tables from the browsed database and to list in the dropdown box. the query for that is
select table_name, column_name, data_type, character_maximum_length, is_nullable from information_schema.columns where table_name in (select name from sysobjects where xtype='U') order by table_name
but i want the c# code for that.where do i put this query? -
problem with menui have created a menu inside a panel.the menu items are Image buttons..how can i assign a certain function for a perticular image button inside that menu??when ever i am tryng to write the code it is selecting the menu as a whole..can't select a perticular menu item... i have creted this menu using menu control.pls help.
"I am burning...the only thing rest in me is you..."
-
IIS and browsers.i am not using sharepoint..i ve uninstalled mozilla also..but still the problm is there..may be that is prblm wth my frame work or iis..
"I am burning...the only thing rest in me is you..."
-
IIS and browsers.no database..even a simple default.aspx is not running bcos of this problm..it showing the error "cannot connect wth the local server".. u mentioned:Go to "Set Program Access and Defaults" --where is it? in control panel?i tried wth the specified option in IE and mosilla..but no use.
"I am burning...the only thing rest in me is you..."
-
IIS and browsers.i have an application developed in VS 2005.while running in Mozilla fire fox it is showing Server connection error. but in IE,it is running fine. that is,i cant connect to local server when i am using mozilla fire fox. i think i set fire fox as default browaser while installing..how to rectify this problem? how can i set IE as default browser again??
"I am burning...the only thing rest in me is you..."
-
windows service :) [modified]i tried the following windows service application to send the email alerts automatically.. mean on a specific date and time. but when i am running this i am getting the msg:"The goodday service on local computer started and then stopped .Some services stop automatically if they have no work to do, for example, the performance logs and Alerts service" how to rectify it?? this s the application:http://www.codeproject.com/KB/cs/WIndows_Service.aspx[^]
modified on Wednesday, January 02, 2008 11:17:19 AM
-
fileupload problemi am using vs 2005 . i am a beginer.i want to upload a file. i have a file upload control and a upload button .when clicking upload button file shud be uploaded and should get a message in a label.how to do ity? pls help.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsIts working fine now.Thank you very much.Actually i m new to frame work 2.0 and form tag.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsIts working fine now.Thank you very much.Actually i m new to frame work 2.0 and form tag.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsIts working fine now.Thank you very much.Actually i m new to frame work 2.0 and form tag.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsIts working fine now.Thank you very much.Actually i m new to frame work 2.0 and form tag.
"I am burning...the only thing rest in me is you..."
-
problem with web controls@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="Untitled Page" %>
-
problem with web controlswhile removing that,it shows an error in the cell itself:"Error creating control-Text box: no "runat=server" ttribute is present on the text tag.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsi have done the same.normally it shud come.but now this error is coming.while placing html controls its not showing error.but while dragging other webcontrols and server controls,its showing error.
"I am burning...the only thing rest in me is you..."
-
problem with web controlsi am making a website in VS 2005 wth framework 2.0. i have created a masterpage.and placed a content holder there. in the next default page,which is inherited the masterpage contains a table with 10 x 10 rows and columns.problem is that i cant place any textbox or other web controls in that table.when placing this error is coming**:"Control 'ctl00_ContentPlaceHolder1_TextBox1' of type 'TextBox' must be placed inside a form tag with runat=server."** all other labels are coming.how to solve this?
"I am burning...the only thing rest in me is you..."
-
automated mailthanks very mch.. i 'll update u the result.
"I am burning...the only thing rest in me is you..."
-
automated mailwill this automatically attach the report while sending? anyway thanks very mch 4 ur help. :)
"I am burning...the only thing rest in me is you..."
-
automated maili am asking how to send e mail(a text file attachment stored in the system) using vb,there we can set the time to send.
"I am burning...the only thing rest in me is you..."
-
problem with db connectionthe error message is: " no active database connection.check your network settings." this massge comes in a msge box when we r giving username and password .
"I am burning...the only thing rest in me is you..."