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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
V

vikash_singh

@vikash_singh
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • set default icon in windows app
    V vikash_singh

    how to set default user selected icon for windows application while deploying the windows application. when i installed my deployed win application i am getting default type(file) icon for installed application. can any one suggest step how to do............

    .NET (Core and Framework) tutorial

  • Opacity mask in IE8
    V vikash_singh

    hi friends, On a web page, when iam clicking a button it is displaying a popup but i applied prop "Opacity" in CSS to that popup. which is not working. mine IE VERSION IS 8.0. where the same opacity is working fine in mozilla firefox.

    ASP.NET css announcement

  • ora-12528 tns listener all appropriate instances are blocking new connections
    V vikash_singh

    hi friends please help, while logging into database iam getting following error:-

    ora-12528 tns listener all appropriate instances are blocking new connections

    i tried every thing that i found in forums problem still continues.....

    Database help database

  • The ORA-01033: ORACLE initialization or shutdown in progress
    V vikash_singh

    hi guys please help me. while connecting to oracle database it shows the following error.

    The ORA-01033: ORACLE initialization or shutdown in progress

    i tried to login from command prompt.. c:\sqlplus/nolog sql:\connect sys/manager as sysdba but is throws error:- "insufficient privileges". cannot connect to Database..... i restarted all oracle services. but the same error continues..... from last 2 days it is showing the same error.

    Database database oracle help

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    hey it's working yaar ! i placed

    "identity" tab with property "imposonate=true",username="XXX" password="XXX">

    in web.config and it's working fine

    ASP.NET help sysadmin asp-net database com

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    hey it's working yaar ! i placed "identity" tab with property "imposonate=true" in web.config and it's working fine

    ASP.NET help sysadmin asp-net database com

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    Thanks for suggestion i tried what u said but MS-word(open, create, save) is working fine on server and in web app export/import using localhost is also working smoothly on server. every thing is ok but when the same web app accessed from my local machine it shows the following error.

    System.Runtime.InteropServices.COMException: Word has encountered the problem

    ASP.NET help sysadmin asp-net database com

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    i removed worddoc.active() function from code bcoz it was showing error in server. so now after publishing i am getting new error.... error is:---

    System.Runtime.InteropServices.COMException: Word has encountered a problem.

    ASP.NET help sysadmin asp-net database com

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    yes, we installed ms-office 2007

    ASP.NET help sysadmin asp-net database com

  • System.Runtime.InteropServices.COMException: Cannot activate application
    V vikash_singh

    hi guys please help me ! iam using "Microsoft.Office.Interop.Word.ApplicationClass" for exporting data from DB to word document. it works fine on server where i published the application. but from my machine is shows the following error:-"System.Runtime.InteropServices.COMException: Cannot activate application" code is....... public static bool Export( string questionID, int questionNumber, object filename ) try { bool result=false; object missing = System.Reflection.Missing.Value; Microsoft.Office.Interop.Word.ApplicationClass wordApp = new Microsoft.Office.Interop.Word.ApplicationClass(); Microsoft.Office.Interop.Word.Document wordDoc = wordApp.Documents.Add( ref missing, ref missing, ref missing, ref missing ); ................... wordApp.Selection.TypeParagraph(); wordDoc.SaveAs( ref filename, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing ); wordDoc.Close( ref missing, ref missing, ref missing ); wordApp.Application.Quit( ref missing, ref missing, ref missing ); return result; } -------------------- 1. already i configured security setting for word in DCOMcnfg(added network service, aspnet and set access permission to full control and rebooted the system) though iam getting the same error. 2. i changed application platform to x86 still problem continues..... waiting for help ! thanx

    ASP.NET help sysadmin asp-net database com
  • Login

  • Don't have an account? Register

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