Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

reza toorani

@reza toorani
About
Posts
32
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    R reza toorani

    this application fine work in other computers.

    C / C++ / MFC help c++ workspace

  • This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    R reza toorani

    the dll name is DT.dll I think that "d" is for dll name. If it is a debug build,What do I?

    C / C++ / MFC help c++ workspace

  • This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    R reza toorani

    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.

    C / C++ / MFC help c++ workspace

  • This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    R reza toorani

    I install redistributable package but give me error message

    C / C++ / MFC help c++ workspace

  • This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    R reza toorani

    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

    C / C++ / MFC help c++ workspace

  • Create Custom .dbml file
    R reza toorani

    I 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.

    LINQ help

  • Create Custom .dbml file
    R reza toorani

    Hi 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.

    LINQ help

  • Scat object ref
    R reza toorani

    hi 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.

    LINQ database question

  • ASP .Net 2.0 and connect to Sql Server 2000
    R reza toorani

    Hi 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=******;

    Database database csharp asp-net sql-server sysadmin

  • ASP.NET 2.0 and connection to SQL 2000 server
    R reza toorani

    Hi 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 database csharp asp-net sql-server sysadmin

  • Cannot get network and local printers on the web server
    R reza toorani

    Hi 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.

    Web Development sysadmin csharp help

  • Cannot get network and local printers on the web server
    R reza toorani

    Hi 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.

    ASP.NET sysadmin csharp help

  • print a local report with preview
    R reza toorani

    Hi 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.

    ASP.NET help

  • Go to subdomain
    R reza toorani

    hi ,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

    ASP.NET help

  • Event not firing
    R reza toorani

    Checked <%@Page CodeFile="" Inherits="" %> ,maybe these properties don't correct.

    ASP.NET question sysadmin help

  • UrlFriendly
    R reza toorani

    Hi 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.

    ASP.NET help csharp javascript visual-studio sysadmin

  • UrlFriendly
    R reza toorani

    Hi 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.

    ASP.NET help csharp javascript visual-studio sysadmin

  • WebResource
    R reza toorani

    Hi 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

    ASP.NET html design sysadmin help tutorial

  • Permission File
    R reza toorani

    Hi 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

    ASP.NET sysadmin help

  • Parser Html
    R reza toorani

    hi 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#

    Web Development csharp html help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups