this application fine work in other computers.
reza toorani
Posts
-
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. -
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.the dll name is DT.dll I think that "d" is for dll name. If it is a debug build,What do I?
-
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.Thanks I download Dependency Walker files and load .exe appliaction file.error MSVCR80D.DLL file. I download this file and copy the root application.but give me error message.
-
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.I install redistributable package but give me error message
-
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.Hi I have a app which it build by VC++.When running it in my computer show message This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. but run it other computer fine it. My Computer have a C++ 2008 Redistributable. Help me
-
Create Custom .dbml fileI want design data access layer for the medium application,I want use linq to sql for it.I need which genarate code for entities of application.for that i want inherite the class of a datacontext from my class. User interface is important for that. Please help for it or give me a suoltion Thanks Judah.
-
Create Custom .dbml fileHi I want the table of a datacontext in the project inherit my base table calss.for it purpose,I want create custom the dbml files,which it be like VS2008,I can drag and drop table to the my dbml file and it inhrerits my calss. Please help me for it. Thanks.
-
Scat object refhi everybody I have a method by following signature and body:
private void LoadByItem(Item item) { MyDBDataContext my = new MyDBDataContext(); var query = from q in my.Items where q.Id == item.Id select q; item = query.First<Item>>; }
when I send the argument to the above method, after method process I get nothing in item while in the method item had value. I think after assigning item to query it work as a value type not a reference type. please let me know how can I get the reference of item without using ref in function signature. -
ASP .Net 2.0 and connect to Sql Server 2000Hi I created ASP.NET 2.0 web application that uses SQL Server 2000 database and it works perfectly when website was in the runtime mode. Then I publised application on production server. I received the error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) Why it thinks I am trying to connect to SQL Server 2005 ? There is no any 2005 server on server! This is my connection string: Server=servername;Database=SOX;User ID=userxxx;Password=******;
-
ASP.NET 2.0 and connection to SQL 2000 serverHi I created ASP.NET 2.0 web application that uses SQL Server 2000 database and it works perfectly when website was in the runtime mode. Then I publised application on production server. I received the error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) Why it thinks I am trying to connect to SQL Server 2005 ? There is no any 2005 server on server! This is my connection string: Server=servername;Database=SOX;User ID=userxxx;Password=******;
-
Cannot get network and local printers on the web serverHi I need to get the list of printers installed on the server (both network and local printers).Using .net WebServer,i can see all the installed printers ,when I run the application using IE on the server,I cannot get the list of printers . Help me.
-
Cannot get network and local printers on the web serverHi I need to get the list of printers installed on the server (both network and local printers).Using .net WebServer,i can see all the installed printers ,when I run the application using IE on the server,I cannot get the list of printers . Help me.
-
print a local report with previewHi everybody. i use local report in the my project.i went print .rdlc files which i can see preview the report as well as reporting service preview reports. .i read article in the msdn for this problem,but it explain print a local report without preview.give me a solution for this problem. please help me . thanks. As You Think So Shall You Be.
-
Go to subdomainhi ,there .i will go to subdomain from the root site .the root site have a session item which i need to it in the subdomain but when i go to the subdomain from root site not exist session items. help me . thanks
-
Event not firingChecked <%@Page CodeFile="" Inherits="" %> ,maybe these properties don't correct.
-
UrlFriendlyHi When you use urlfriendly like website\javascript on the localhost or server application you will see message "The page cannot be found ".where as use it when runtime of the webapplication you don't see message error and everything is ok. I used Application_BeginRequest event in the Global.asax file ,i give the Request.Path and mapping by url in the site,it is correct in the debug mode,but not correct the publish version. I think never fire Application_BeginRequest event in the publish version. I don't understand why don't fire event.
-
UrlFriendlyHi everybody I have a webapplication project.I make URLFriendly for it as you writing url on the addressbar like WebSite/JavaScript you will see WebSite/weblearn.aspx?article=javascript. It is right in the VS.Net (debug mode),but when publish the webapplication on the localhost or server application it don't right. I don't understand problem it. please help me for it. Thanks.
-
WebResourceHi i want to resource .aspx file in the webclass library project,i added a .aspx file in the project and register it in the AssemblyInfo such as [assembly: WebResource("SimpleControl.UI.Controls.Button.LookupDialog.aspx", "text/html")] but i see the page empty every time i am using the web resource. It is not working when ASPX server tags are being used, but Text seems working fine. Does anyone know how to resolve this issue? Best Regards, Reza
-
Permission FileHi I have a file on the server ,i want get and sets permission's file on the server , help me for set and get it. Thanks
-
Parser Htmlhi i have a html file and want parse it ,which find all of tag in the file this parser should to diagnosis the text is like tag of html. please help me. thanks. Just C#