openxml-sdkasp.net-development-serv

Godaddy with Open XML SDK


I am trying to load the Open XML SDK library in my webpage on Godaddy.

I am not able to load the dll properly.

I asked the technical support, but all they said is create a folder in their IIS setting and something about "ASP.NET application DLLs" which I don't get.

I think this library should be ok since it just manipulates XML files.

The error I'm getting is:

CS0246: The type or namespace name 'DocumentFormat' could not be found (are you missing a using directive or an assembly reference?)

Solution

  • I was able to solve the error by using the tick box "Create Application Root".

    Note that the application created using the IIS manager on GoDaddy should be the same name as the application created on GoDaddy using the FTP.

    This was answered using GoDaddy support.