i need to create pdf files to word format using C# and i want it to be done only wusing c# and no 3rd party apps/controls, is it possible to do this? if yes how? by the way i added the refferance of MS Office Object 2012, but it seems i have to have a 3rd party app along with it...
nvarunkumar
Posts
-
Convert PDF to Word using C# -
how to make a duplicate database with new name in SQL Server 2008because i have backup and restore at runtime in asp .net, so if i get the query i can put it in sqlcommand in asp...
-
how to make a duplicate database with new name in SQL Server 2008when i try to restore it says the mdf file location is in correct but when i try to run the same query in sql it works perfectly, any idea on what iam doing wrong.... also how do i know the logical name of the db, since i will be restoring it in the runtime i cant afford it to come randomly, when i tested sometimes it comes as master and mastlog and sometimes it comes as the db name i have backed up...
-
how to make a duplicate database with new name in SQL Server 2008thank you that worked for an extent, but still finding a bit of problem when trying to restore the database from sql query using c# in asp .net
-
how to make a duplicate database with new name in SQL Server 2008i need to make a duplicate copy of an existing database with a new name in sql server and this has to be done using QUERY ONLY, i tried to take a backup and restore but that restores with the same name...
-
Deploying Asp .Net 4.0 website on ISS 5.1thank you for the help, tried all of them dint work though :(
-
Failed to Access ISS Metabase - errori have published a website in VS 2010 and added it in ISS 5.1 using virtual directory now when i try to run it i get an error saying... Failed to access IIS metabase 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.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase. i tried changing the permissions but still get the same error can someone pls help me out on this...
-
Deploying Asp .Net 4.0 website on ISS 5.1this question has been asked so many time and i have gone through almost all of those answers, but i still get the page not found error when i try to browse my published website... this is what i have done i have created a new website in VS 2010 then published and using ISS 5.1 i have created a virtual Directory for it, even after all this my pages have not been able to work... am i missing something basic here, pls help me out...