Hello,When installing Doc2Form in my brand new Umbraco 4.9 installation, the following exception occurs:System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object. at uRepo.webservices.Repository.fetchPackageByVersion(String packageGuid, String repoVersion) in C:\WIP\our.umbraco.org.HG\uRepo\webservices\repository.asmx.cs:line 138 --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at PackageRepoWebservices.Our.Repository.fetchPackageByVersion(String packageGuid, String repoVersion) in C:\WIP\Repo\our\Repository.cs:line 378 at PackageRepoWebservices.Repository.fetchPackageByVersion(String packageGuid, Version schemaVersion) in C:\WIP\Repo\Repository.asmx.cs:line 334 It seems somthing is wrong at the other end, since the path C:\WIP... is not at my side.Since my first question is to find out whether this is a bug anyone else is having as well, I post it here.When this is a bug that should be reported to the developers, where should i report this?Anyone an idea?
I'm not sure if Doc2Form is compatiable with v4.9 of Umbraco.
However you could try filing the above as a bug report on the codeplex site for the project: http://umbracoext.codeplex.com/ - If you have the skills you can probably also get the source and figure out what is going on.
SoapException installing Doc2Form in Umbraco 4.9
Hello,When installing Doc2Form in my brand new Umbraco 4.9 installation, the following exception occurs:System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object. at uRepo.webservices.Repository.fetchPackageByVersion(String packageGuid, String repoVersion) in C:\WIP\our.umbraco.org.HG\uRepo\webservices\repository.asmx.cs:line 138 --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at PackageRepoWebservices.Our.Repository.fetchPackageByVersion(String packageGuid, String repoVersion) in C:\WIP\Repo\our\Repository.cs:line 378 at PackageRepoWebservices.Repository.fetchPackageByVersion(String packageGuid, Version schemaVersion) in C:\WIP\Repo\Repository.asmx.cs:line 334 It seems somthing is wrong at the other end, since the path C:\WIP... is not at my side.Since my first question is to find out whether this is a bug anyone else is having as well, I post it here.When this is a bug that should be reported to the developers, where should i report this?Anyone an idea?
Hi Wzoet and welcome to our :)
I'm not sure if Doc2Form is compatiable with v4.9 of Umbraco.
However you could try filing the above as a bug report on the codeplex site for the project: http://umbracoext.codeplex.com/ - If you have the skills you can probably also get the source and figure out what is going on.
Hope this helps.
/Jan
is working on a reply...