CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 8/17/2006 2:26:54 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 40 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
jwelsh
Asp.Net User
Autodesk DWF Viewer no longer working in my VS2005 app!8/17/2006 2:26:54 PM

0/0

Hi,

 

I?m having issues using Autodesk?s DWF Viewer in a VS2005 ASP.NET application.  The problem started around the time I upgraded from VS2003.  I don?t know the exact timing of the problem, because the DWF file viewing is just a part of a fairly large system, so it took me a while to come across this problem.

 

The DWF files are stored in BLOB fields in an Oracle database.  The application retrieves the files from Oracle and displays them in a new browser window, using the Autodesk software.  This was working fine in my VS2003 application, but now it only opens the new browser window.  Nothing else happens; no errors, no Autodesk software, nothing, just an empty window.

 

The DWF MIME type is registered on my PC and our server.  I can open DWF files by double clicking on them, or even by directly opening them through Internet Explorer.  The application runs successfully under Firefox, which tells me the problem is related to IE.

 

I have had several other people test this problem.  Out of that group, the application works fine for everyone, except for two other developers that also have VS2005 installed on their PCs (they are the only two out of my test group with VS).  They are having the exact same problem that I?m experiencing.  I?ve tried reinstalling both Autodesk and IE, but the problem still occurs.  I?m running IE 6, and I?ve tried both Autodesk 6.5 and 7.

 

I?d appreciate any help on this issue.  Thanks!

samsp
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!8/18/2006 9:47:47 PM

0/0

The problem is that vs2005 registered a file type for .aspx and thats causing the problem. See the last post in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=152498&SiteID=1
jwelsh
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!8/21/2006 12:49:29 PM

0/0

That was exactly the problem.  I renamed the key and it is working fine again.

Is it safe to assume that deleting or renaming this key will not cause me other problems?

Thanks for your help!

MrBala
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!10/23/2007 10:52:35 AM

0/0

 Hi,

    I'm new .net . How to open a dwf file in Asp.Net? How to edit that file(it means, i want to add some remarks in that files where ever i click on that file) & Save it in SqlServer Database. How shall I do it? Can you explain?

    1. I want to show the dwf in ASP.Net web page.

    2. I want to edit it , where ever i click on the dwf file.

    3. I want to save it in the SqlServer database.

Kindly reply me!. I'm waiting for your reply !... 

By

Bala.R


 


 

 

Mikhail Arkhipo
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!10/23/2007 4:20:31 PM

0/0

Try DWF Viewer: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=8678872


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
jwelsh
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!10/23/2007 4:36:26 PM

0/0

Hi,

I'm not sure that I can answer all your questions, but here goes.

1.  In order to get the DWF files to show on my pages, the DWF file extension had to be registered on our web server (our server administrator did that for me).  Next I had to write some .NET code to retrieve the file from the database and display it.  To display a document, I used the following code:

            Dim msDoc As System.IO.MemoryStream

                  (Insert code to retrieve your DWF file as a memory stream into msDoc)Session("Action") = ""            Response.Clear()            Response.Buffer = True            Response.ContentType = "drawing/x-dwf"            If msDoc.Length = 0 Then                  (If here, you had an error retrieving the DWF file)            Else                  Response.BinaryWrite(msDoc.ToArray())            End If

2.  I don't know if there is a way to edit a DWF file this way.  We are using the free DWF viewer to view and print the files.

3.  I'm using Oracle, and storing the DWF file in a BLOB field.  I assume you will need to do something similar in SQL Server.

I hope this helps!

MrBala
Asp.Net User
Re: Autodesk DWF Viewer no longer working in my VS2005 app!10/26/2007 9:32:02 AM

0/0

 Hi,

 I'm new to .Net. I want to store a flash file in sql server 2000 & How to retrive it & display in aspx page.

I don't know how to store that file in sql server 2000 using .Net

Please help me.


Thanks & Regards,

Bala.R 

7 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Autodesk DWF Viewer no longer working in my VS2005 app! - ASP.NET ... Autodesk DWF Viewer no longer working in my VS2005 app! Last post 10-26-2007 5: 32 AM by MrBala. 6 replies. Sort Posts: ...
Outside The Box Autodesk has since clarified that they are working on a new DWF format called DWFx .... I installed the Microsoft XPS Document Writer and XPS Viewer on my ...
Through the Interface: June 2006 NET), you will no longer be able to build your application once Civil 3D 2007 .... Applications with the DWF Viewer embedded, showing how it can be used to ...
Beyond the Paper: This sample requires Autodesk DWF Viewer 7.0 or Autodesk Design Review 2007. .... Please welcome Geoff to the Autodesk blogosphere. I am no longer the new ...
Install skin -> found - ng.asp-net-forum.dotnetnuke ... autodesk dwf viewer no longer working in my vs2005 app! can't add microsoft sql server from visual studio ยท partially trusted callers ...
AutoCAD DWF Invoking the Autodesk DWF Viewer from the AutoCAD Command Line - a lisp script to .... Project Freewheel: Can I Print My DWF File? - no, not yet as Project ...
Beyond the Paper: Drawing files with .dst file associations that are no longer valid will invoke a dialog ... Invoking the Autodesk DWF Viewer from the AutoCAD command line ...
Through the Interface: July 2006 When you come to execute your code, you should find that it no longer steps ..... I haven't written about the API capabilities of the DWF Viewer, as yet, ...
JTB World Blog: July 2006 Using VBScript (file with VBS extension) Autodesk DWF Viewer 7.0 can be ..... No admin rights to execute the application now. It works for restricted users ...
Help on Malware removal - SpybotSD not a valid Win32 application ... Autodesk Architectural Desktop 2005 Autodesk DWF Viewer .... the startup is still as in my first post ie taking much longer than normal. ...




Search This Site:










blowfish encryption/decryption algorithm for asp.net

another javascript intellisense question

upgrading error from dnn3.0.1 to 3.1.1

single blog upgrade problem!

html vs asp table

moving dnn to production server

designer support, seems logically broken

use createuserwizard without logging in as user

system.security.securityexception: request failed.

problem after upgrading

strange issue with system.web.mail

xml or ms access blog for personal starter kit

about controls in datagrid

please help!!!!

creating user accounts from an e-maillist

anyone good at data access subjects?

url rewriter

deployment

image rotating on the fly and save

forum sorting problems

how asp.net to upload and save text files in the database as blobs?

asp.net configuration

applicationid and other nightmares (roles.isuserinrole uses wrong appname)

need help with webcontrols source code asap

using jit compilation instead of manual compilation?

proper loop placement - c#

using visual studio 2005 with installshield 12 to get the installer for a web application

redirectfromloginpage

just installed .net framework 3.5

writing a connection string

 
All Times Are GMT