Publishing Web Svc - Error
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Publishing Web Svc - Error




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Publishing Web Svc - Error  
BC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-06-04 10:51 PM

Hi all,

I have a simple orchestration I'm trying to publish as an HTTP web service
with the wizard.  I keep getting the following error.  (I also got this erro
r
when I went thru the second tutorial - the B2BOrchestrations).

Failed to create project "http://localhost/BTMemberLookup",
[System.ArtumentNullException] Value cannot be null.
Parameter name: type

Any direction would be Greatly appreciated.
Thanks.
Butch





[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Ed


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-08-04 01:47 AM

I've got the same problem.  Have you worked it out?  If so ...  how?!?!

"BC" wrote:

> Hi all,
>
>   I have a simple orchestration I'm trying to publish as an HTTP web servi
ce
> with the wizard.  I keep getting the following error.  (I also got this er
ror
> when I went thru the second tutorial - the B2BOrchestrations).
>
> Failed to create project "http://localhost/BTMemberLookup",
> [System.ArtumentNullException] Value cannot be null.
> Parameter name: type
>
> Any direction would be Greatly appreciated.
> Thanks.
> Butch





[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Vikas Nahata [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-09-04 01:47 AM

First check if you are able to create a regular C Sharp webservice using
Visual Studio .NET.
If you get the same error doing that then it means that there is some
installation issue with Visual Studio .NET

if you are able to create a C Sharp webservice successfully then
Can you follow the steps below and send the trace log file:

Make the following changes in BTSWebSvcWiz.exe.config.
Set the value of ApplicationTraceSwitch to 4.
Uncomment the trace listener
Specify a full pathname for BTSWebSvcWiz.trace.log

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
…
<system.diagnostics>
<switches>
<!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info, 4=Verbose -->
<add name="ApplicationTraceSwitch" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="Trace"
type="System.Diagnostics.TextWriterTraceListener, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
initializeData=" C:\Program Files\Microsoft BizTalk Server
2004\BTSWebSvcWiz.trace.log" />
</listeners>
</trace>
</system.diagnostics>
</configuration>

Then, run the publishing wizard and send BTSWebSvcWiz.trace.log

--------------------
| >>Thread-Topic: Publishing Web Svc - Error
| >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
| >>X-WBNR-Posting-Host: 24.1.4.59
| >>From: "examnotes" <Ed@discussions.microsoft.com>
| >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
| >>Subject: RE: Publishing Web Svc - Error
| >>Date: Tue, 7 Sep 2004 17:53:03 -0700
| >>Lines: 17
| >>Message-ID: <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >>	charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.orchestration
| >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:8078
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>I've got the same problem.  Have you worked it out?  If so ...  how?!?!
| >>
| >>"BC" wrote:
| >>
| >>> Hi all,
| >>>
| >>>   I have a simple orchestration I'm trying to publish as an HTTP web
service
| >>> with the wizard.  I keep getting the following error.  (I also got
this error
| >>> when I went thru the second tutorial - the B2BOrchestrations).
| >>>
| >>> Failed to create project "http://localhost/BTMemberLookup",
| >>> [System.ArtumentNullException] Value cannot be null.
| >>> Parameter name: type
| >>>
| >>> Any direction would be Greatly appreciated.
| >>> Thanks.
| >>> Butch
| >>

This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team






[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Ed


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-23-04 02:56 AM

Thanks for the response.  Here is the contents of the log:

 ========================================
====================================
====
INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35
INFO: Arguments:
AppTraceSwitch.TraceLevel=Verbose

VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: WebServiceBuilder.ctor()
INFO: Progress: (0, 0, 100) Creating project
"http://localhost/ExposeWebService_Proxy"...
INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
INFO: Progress: (0, 10, 100) Creating solution at "/ExposeWebService_Proxy".
ERROR: Failed to create project "http://localhost/ExposeWebService_Proxy".
[System.ArgumentNullException] Value cannot be null.
Parameter name: type
ERROR: Progress: (0, 100, 100) Failed to create project
"http://localhost/ExposeWebService_Proxy".
ERROR: CreateSolution()Value cannot be null.
Parameter name: type

INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
INFO: Return value: 0
 ========================================
====================================
====

Thanks again!

"Vikas Nahata [MSFT]" wrote:

> First check if you are able to create a regular C Sharp webservice using
> Visual Studio .NET.
> If you get the same error doing that then it means that there is some
> installation issue with Visual Studio .NET
>
> if you are able to create a C Sharp webservice successfully then
> Can you follow the steps below and send the trace log file:
>
> Make the following changes in BTSWebSvcWiz.exe.config.
> Set the value of ApplicationTraceSwitch to 4.
> Uncomment the trace listener
> Specify a full pathname for BTSWebSvcWiz.trace.log
>
> <?xml version="1.0" encoding="utf-8" ?>
> <configuration>
>    …
>   <system.diagnostics>
>     <switches>
>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info, 4=Verbose -->
>       <add name="ApplicationTraceSwitch" value="4" />
>     </switches>
>     <trace autoflush="true" indentsize="4">
>       <listeners>
>         <add name="Trace"
>           type="System.Diagnostics.TextWriterTraceListener, System,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
>           initializeData=" C:\Program Files\Microsoft BizTalk Server
> 2004\BTSWebSvcWiz.trace.log" />
>       </listeners>
>     </trace>
>   </system.diagnostics>
> </configuration>
>
> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
>
> --------------------
> | >>Thread-Topic: Publishing Web Svc - Error
> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> | >>Subject: RE: Publishing Web Svc - Error
> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
> | >>Lines: 17
> | >>Message-ID: <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >>MIME-Version: 1.0
> | >>Content-Type: text/plain;
> | >>	charset="Utf-8"
> | >>Content-Transfer-Encoding: 7bit
> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >>Content-Class: urn:content-classes:message
> | >>Importance: normal
> | >>Priority: normal
> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:8078
> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >>
> | >>I've got the same problem.  Have you worked it out?  If so ...  how?!?
!
> | >>
> | >>"BC" wrote:
> | >>
> | >>> Hi all,
> | >>>
> | >>>   I have a simple orchestration I'm trying to publish as an HTTP web
> service
> | >>> with the wizard.  I keep getting the following error.  (I also got
> this error
> | >>> when I went thru the second tutorial - the B2BOrchestrations).
> | >>>
> | >>> Failed to create project "http://localhost/BTMemberLookup",
> | >>> [System.ArtumentNullException] Value cannot be null.
> | >>> Parameter name: type
> | >>>
> | >>> Any direction would be Greatly appreciated.
> | >>> Thanks.
> | >>> Butch
> | >>
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
> EBusiness Server Team
>
>





[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Vikas Nahata [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-04-04 10:52 PM

Looks like it may be a directory permission issue. Can you try to delete
the physical directory manually if it exists and then try to publish.
Is IIS and app pools started?

Are there any IIS applications on the system? (Sharepoint, etc.)

This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team
--------------------
| >>Thread-Topic: Publishing Web Svc - Error
| >>thread-index: AcScMa7VFQuagsM8RBauKdHuQOyVTw==
| >>X-WBNR-Posting-Host: 24.1.4.59
| >>From: "examnotes" <Ed@discussions.microsoft.com>
| >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
<412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
<C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
| >>Subject: RE: Publishing Web Svc - Error
| >>Date: Thu, 16 Sep 2004 14:11:07 -0700
| >>Lines: 119
| >>Message-ID: <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >>	charset="Utf-8"
| >>Content-Transfer-Encoding: 8bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.orchestration
| >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8216
| >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>
| >>Thanks for the response.  Here is the contents of the log:
| >>
 ========================================
====================================
====
| >>INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
| >>INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
| >>PublicKeyToken=31bf3856ad364e35
| >>INFO: Arguments:
| >>AppTraceSwitch.TraceLevel=Verbose
| >>
| >>VERBOSE: ExistingProjectLocation() The system cannot find the path
specified
| >>VERBOSE: ExistingProjectLocation() The system cannot find the path
specified
| >>VERBOSE: ExistingProjectLocation() The system cannot find the path
specified
| >>VERBOSE: WebServiceBuilder.ctor()
| >>INFO: Progress: (0, 0, 100) Creating project
| >>"http://localhost/ExposeWebService_Proxy"...
| >>INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
| >>INFO: Progress: (0, 10, 100) Creating solution at
"/ExposeWebService_Proxy".
| >>ERROR: Failed to create project
"http://localhost/ExposeWebService_Proxy".
| >>[System.ArgumentNullException] Value cannot be null.
| >>Parameter name: type
| >>ERROR: Progress: (0, 100, 100) Failed to create project
| >>"http://localhost/ExposeWebService_Proxy".
| >>ERROR: CreateSolution()Value cannot be null.
| >>Parameter name: type
| >>
| >>INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
| >>INFO: Return value: 0
 ========================================
====================================
====
| >>
| >>Thanks again!
| >>
| >>"Vikas Nahata [MSFT]" wrote:
| >>
| >>> First check if you are able to create a regular C Sharp webservice
using
| >>> Visual Studio .NET.
| >>> If you get the same error doing that then it means that there is some
| >>> installation issue with Visual Studio .NET
| >>>
| >>> if you are able to create a C Sharp webservice successfully then
| >>> Can you follow the steps below and send the trace log file:
| >>>
| >>> Make the following changes in BTSWebSvcWiz.exe.config.
| >>> Set the value of ApplicationTraceSwitch to 4.
| >>> Uncomment the trace listener
| >>> Specify a full pathname for BTSWebSvcWiz.trace.log
| >>>
| >>> <?xml version="1.0" encoding="utf-8" ?>
| >>> <configuration>
| >>>    …
| >>>   <system.diagnostics>
| >>>     <switches>
| >>>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info, 4=Verbose -->
| >>>       <add name="ApplicationTraceSwitch" value="4" />
| >>>     </switches>
| >>>     <trace autoflush="true" indentsize="4">
| >>>       <listeners>
| >>>         <add name="Trace"
| >>>           type="System.Diagnostics.TextWriterTraceListener, System,
| >>> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
| >>>           initializeData=" C:\Program Files\Microsoft BizTalk Server
| >>> 2004\BTSWebSvcWiz.trace.log" />
| >>>       </listeners>
| >>>     </trace>
| >>>   </system.diagnostics>
| >>> </configuration>
| >>>
| >>> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
| >>>
| >>> --------------------
| >>> | >>Thread-Topic: Publishing Web Svc - Error
| >>> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
| >>> | >>X-WBNR-Posting-Host: 24.1.4.59
| >>> | >>From: "examnotes" <Ed@discussions.microsoft.com>
| >>> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
| >>> | >>Subject: RE: Publishing Web Svc - Error
| >>> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
| >>> | >>Lines: 17
| >>> | >>Message-ID: <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
| >>> | >>MIME-Version: 1.0
| >>> | >>Content-Type: text/plain;
| >>> | >>	charset="Utf-8"
| >>> | >>Content-Transfer-Encoding: 7bit
| >>> | >>X-Newsreader: Microsoft CDO for Windows 2000
| >>> | >>Content-Class: urn:content-classes:message
| >>> | >>Importance: normal
| >>> | >>Priority: normal
| >>> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>> | >>Newsgroups: microsoft.public.biztalk.orchestration
| >>> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >>> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>> | >>Xref: cpmsftngxa10.phx.gbl
microsoft.public.biztalk.orchestration:8078
| >>> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >>> | >>
| >>> | >>I've got the same problem.  Have you worked it out?  If so ...
how?!?!
| >>> | >>
| >>> | >>"BC" wrote:
| >>> | >>
| >>> | >>> Hi all,
| >>> | >>>
| >>> | >>>   I have a simple orchestration I'm trying to publish as an
HTTP web
| >>> service
| >>> | >>> with the wizard.  I keep getting the following error.  (I also
got
| >>> this error
| >>> | >>> when I went thru the second tutorial - the B2BOrchestrations).
| >>> | >>>
| >>> | >>> Failed to create project "http://localhost/BTMemberLookup",
| >>> | >>> [System.ArtumentNullException] Value cannot be null.
| >>> | >>> Parameter name: type
| >>> | >>>
| >>> | >>> Any direction would be Greatly appreciated.
| >>> | >>> Thanks.
| >>> | >>> Butch
| >>> | >>
| >>>
| >>> This posting is provided "AS IS" with no warranties, and confers no
rights.
| >>>
| >>> EBusiness Server Team
| >>>
| >>>
| >>






[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Ed


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-05-04 10:54 PM

Vikas,

The directory never get's created.  IIS is running.  I can create web
services but then if I turn around and run the wizard it still fails.  I
don't have any other IIS applications installed.

Thanks!!

ed

"Vikas Nahata [MSFT]" wrote:

> Looks like it may be a directory permission issue. Can you try to delete
> the physical directory manually if it exists and then try to publish.
> Is IIS and app pools started?
>
> Are there any IIS applications on the system? (Sharepoint, etc.)
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
> EBusiness Server Team
> --------------------
> | >>Thread-Topic: Publishing Web Svc - Error
> | >>thread-index: AcScMa7VFQuagsM8RBauKdHuQOyVTw==
> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
> | >>Subject: RE: Publishing Web Svc - Error
> | >>Date: Thu, 16 Sep 2004 14:11:07 -0700
> | >>Lines: 119
> | >>Message-ID: <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
> | >>MIME-Version: 1.0
> | >>Content-Type: text/plain;
> | >>	charset="Utf-8"
> | >>Content-Transfer-Encoding: 8bit
> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >>Content-Class: urn:content-classes:message
> | >>Importance: normal
> | >>Priority: normal
> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8216
> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >>
> | >>Thanks for the response.  Here is the contents of the log:
> | >>
>  ========================================
==================================
==
> ====
> | >>INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
> | >>INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
> | >>PublicKeyToken=31bf3856ad364e35
> | >>INFO: Arguments:
> | >>AppTraceSwitch.TraceLevel=Verbose
> | >>
> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
> specified
> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
> specified
> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
> specified
> | >>VERBOSE: WebServiceBuilder.ctor()
> | >>INFO: Progress: (0, 0, 100) Creating project
> | >>"http://localhost/ExposeWebService_Proxy"...
> | >>INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
> | >>INFO: Progress: (0, 10, 100) Creating solution at
> "/ExposeWebService_Proxy".
> | >>ERROR: Failed to create project
> "http://localhost/ExposeWebService_Proxy".
> | >>[System.ArgumentNullException] Value cannot be null.
> | >>Parameter name: type
> | >>ERROR: Progress: (0, 100, 100) Failed to create project
> | >>"http://localhost/ExposeWebService_Proxy".
> | >>ERROR: CreateSolution()Value cannot be null.
> | >>Parameter name: type
> | >>
> | >>INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
> | >>INFO: Return value: 0
>  ========================================
==================================
==
> ====
> | >>
> | >>Thanks again!
> | >>
> | >>"Vikas Nahata [MSFT]" wrote:
> | >>
> | >>> First check if you are able to create a regular C Sharp webservice
> using
> | >>> Visual Studio .NET.
> | >>> If you get the same error doing that then it means that there is som
e
> | >>> installation issue with Visual Studio .NET
> | >>>
> | >>> if you are able to create a C Sharp webservice successfully then
> | >>> Can you follow the steps below and send the trace log file:
> | >>>
> | >>> Make the following changes in BTSWebSvcWiz.exe.config.
> | >>> Set the value of ApplicationTraceSwitch to 4.
> | >>> Uncomment the trace listener
> | >>> Specify a full pathname for BTSWebSvcWiz.trace.log
> | >>>
> | >>> <?xml version="1.0" encoding="utf-8" ?>
> | >>> <configuration>
> | >>>    …
> | >>>   <system.diagnostics>
> | >>>     <switches>
> | >>>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info, 4=Verbose -
->
> | >>>       <add name="ApplicationTraceSwitch" value="4" />
> | >>>     </switches>
> | >>>     <trace autoflush="true" indentsize="4">
> | >>>       <listeners>
> | >>>         <add name="Trace"
> | >>>           type="System.Diagnostics.TextWriterTraceListener, System,
> | >>> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
"
> | >>>           initializeData=" C:\Program Files\Microsoft BizTalk Server
> | >>> 2004\BTSWebSvcWiz.trace.log" />
> | >>>       </listeners>
> | >>>     </trace>
> | >>>   </system.diagnostics>
> | >>> </configuration>
> | >>>
> | >>> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
> | >>>
> | >>> --------------------
> | >>> | >>Thread-Topic: Publishing Web Svc - Error
> | >>> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
> | >>> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >>> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >>> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com
>
> | >>> | >>Subject: RE: Publishing Web Svc - Error
> | >>> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
> | >>> | >>Lines: 17
> | >>> | >>Message-ID: <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >>> | >>MIME-Version: 1.0
> | >>> | >>Content-Type: text/plain;
> | >>> | >>	charset="Utf-8"
> | >>> | >>Content-Transfer-Encoding: 7bit
> | >>> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >>> | >>Content-Class: urn:content-classes:message
> | >>> | >>Importance: normal
> | >>> | >>Priority: normal
> | >>> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >>> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >>> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >>> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >>> | >>Xref: cpmsftngxa10.phx.gbl
> microsoft.public.biztalk.orchestration:8078
> | >>> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >>> | >>
> | >>> | >>I've got the same problem.  Have you worked it out?  If so ...
> how?!?!
> | >>> | >>
> | >>> | >>"BC" wrote:
> | >>> | >>
> | >>> | >>> Hi all,
> | >>> | >>>
> | >>> | >>>   I have a simple orchestration I'm trying to publish as an
> HTTP web
> | >>> service
> | >>> | >>> with the wizard.  I keep getting the following error.  (I also
> got
> | >>> this error
> | >>> | >>> when I went thru the second tutorial - the B2BOrchestrations).
> | >>> | >>>
> | >>> | >>> Failed to create project "http://localhost/BTMemberLookup",
> | >>> | >>> [System.ArtumentNullException] Value cannot be null.
> | >>> | >>> Parameter name: type
> | >>> | >>>
> | >>> | >>> Any direction would be Greatly appreciated.
> | >>> | >>> Thanks.
> | >>> | >>> Butch
> | >>> | >>
> | >>>
> | >>> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> | >>>
> | >>> EBusiness Server Team
> | >>>
> | >>>
> | >>
>
>





[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Andrew Luty [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-16-04 02:09 AM

Can you check the values under the following registry key:
HKEY_CLASSES_ROOT\VisualStudio.Solution?
You can do this with the registry editor utility: Start --> Run -->
RegEdit.exe.

If the key is not present, then a repair of Visual Studio may help.  If the
key is present, the values underneath should indicate version 7.1 of Visual
Studio.  Here's what should be in the registry:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VisualStudio.Solution]
@="Microsoft Visual Studio Solution Object"

[HKEY_CLASSES_ROOT\VisualStudio.Solution\CLSID]
@="{246C57AE-40DD-4d6b-9E8D-B0F5757BB2A8}"

[HKEY_CLASSES_ROOT\VisualStudio.Solution\CurVer]
@="VisualStudio.Solution.7.1"


--------------------
| >Thread-Topic: Publishing Web Svc - Error
| >thread-index: AcSrDNFouC12VhZeQl2l4kEYL+IDLQ==
| >X-WBNR-Posting-Host: 63.166.226.83
| >From: "examnotes" <Ed@discussions.microsoft.com>
| >References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
<412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
<C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
<AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
<hQH1NlkqEHA.740@cpmsftngxa06.phx.gbl>
| >Subject: RE: Publishing Web Svc - Error
| >Date: Tue, 5 Oct 2004 11:55:01 -0700
| >Lines: 183
| >Message-ID: <39F62218-9233-47A0-9E3C-DC57F4B9D32D@microsoft.com>
| >MIME-Version: 1.0
| >Content-Type: text/plain;
| >	charset="Utf-8"
| >Content-Transfer-Encoding: 8bit
| >X-Newsreader: Microsoft CDO for Windows 2000
| >Content-Class: urn:content-classes:message
| >Importance: normal
| >Priority: normal
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >Newsgroups: microsoft.public.biztalk.orchestration
| >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8510
| >X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >
| >Vikas,
| >
| >The directory never get's created.  IIS is running.  I can create web
| >services but then if I turn around and run the wizard it still fails.  I
| >don't have any other IIS applications installed.
| >
| >Thanks!!
| >
| >ed
| >
| >"Vikas Nahata [MSFT]" wrote:
| >
| >> Looks like it may be a directory permission issue. Can you try to
delete
| >> the physical directory manually if it exists and then try to publish.
| >> Is IIS and app pools started?
| >>
| >> Are there any IIS applications on the system? (Sharepoint, etc.)
| >>
| >> This posting is provided "AS IS" with no warranties, and confers no
rights.
| >>
| >> EBusiness Server Team
| >> --------------------
| >> | >>Thread-Topic: Publishing Web Svc - Error
| >> | >>thread-index: AcScMa7VFQuagsM8RBauKdHuQOyVTw==
| >> | >>X-WBNR-Posting-Host: 24.1.4.59
| >> | >>From: "examnotes" <Ed@discussions.microsoft.com>
| >> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
| >> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
| >> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
| >> | >>Subject: RE: Publishing Web Svc - Error
| >> | >>Date: Thu, 16 Sep 2004 14:11:07 -0700
| >> | >>Lines: 119
| >> | >>Message-ID: <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
| >> | >>MIME-Version: 1.0
| >> | >>Content-Type: text/plain;
| >> | >>	charset="Utf-8"
| >> | >>Content-Transfer-Encoding: 8bit
| >> | >>X-Newsreader: Microsoft CDO for Windows 2000
| >> | >>Content-Class: urn:content-classes:message
| >> | >>Importance: normal
| >> | >>Priority: normal
| >> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >> | >>Newsgroups: microsoft.public.biztalk.orchestration
| >> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >> | >>Xref: cpmsftngxa06.phx.gbl
microsoft.public.biztalk.orchestration:8216
| >> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >> | >>
| >> | >>Thanks for the response.  Here is the contents of the log:
| >> | >>
| >>
 ========================================
====================================
| >> ====
| >> | >>INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
| >> | >>INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
| >> | >>PublicKeyToken=31bf3856ad364e35
| >> | >>INFO: Arguments:
| >> | >>AppTraceSwitch.TraceLevel=Verbose
| >> | >>
| >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
| >> specified
| >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
| >> specified
| >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the path
| >> specified
| >> | >>VERBOSE: WebServiceBuilder.ctor()
| >> | >>INFO: Progress: (0, 0, 100) Creating project
| >> | >>"http://localhost/ExposeWebService_Proxy"...
| >> | >>INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
| >> | >>INFO: Progress: (0, 10, 100) Creating solution at
| >> "/ExposeWebService_Proxy".
| >> | >>ERROR: Failed to create project
| >> "http://localhost/ExposeWebService_Proxy".
| >> | >>[System.ArgumentNullException] Value cannot be null.
| >> | >>Parameter name: type
| >> | >>ERROR: Progress: (0, 100, 100) Failed to create project
| >> | >>"http://localhost/ExposeWebService_Proxy".
| >> | >>ERROR: CreateSolution()Value cannot be null.
| >> | >>Parameter name: type
| >> | >>
| >> | >>INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
| >> | >>INFO: Return value: 0
| >>
 ========================================
====================================
| >> ====
| >> | >>
| >> | >>Thanks again!
| >> | >>
| >> | >>"Vikas Nahata [MSFT]" wrote:
| >> | >>
| >> | >>> First check if you are able to create a regular C Sharp
webservice
| >> using
| >> | >>> Visual Studio .NET.
| >> | >>> If you get the same error doing that then it means that there is
some
| >> | >>> installation issue with Visual Studio .NET
| >> | >>>
| >> | >>> if you are able to create a C Sharp webservice successfully then
| >> | >>> Can you follow the steps below and send the trace log file:
| >> | >>>
| >> | >>> Make the following changes in BTSWebSvcWiz.exe.config.
| >> | >>> Set the value of ApplicationTraceSwitch to 4.
| >> | >>> Uncomment the trace listener
| >> | >>> Specify a full pathname for BTSWebSvcWiz.trace.log
| >> | >>>
| >> | >>> <?xml version="1.0" encoding="utf-8" ?>
| >> | >>> <configuration>
| >> | >>>    …
| >> | >>>   <system.diagnostics>
| >> | >>>     <switches>
| >> | >>>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info,
4=Verbose -->
| >> | >>>       <add name="ApplicationTraceSwitch" value="4" />
| >> | >>>     </switches>
| >> | >>>     <trace autoflush="true" indentsize="4">
| >> | >>>       <listeners>
| >> | >>>         <add name="Trace"
| >> | >>>           type="System.Diagnostics.TextWriterTraceListener,
System,
| >> | >>> Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
| >> | >>>           initializeData=" C:\Program Files\Microsoft BizTalk
Server
| >> | >>> 2004\BTSWebSvcWiz.trace.log" />
| >> | >>>       </listeners>
| >> | >>>     </trace>
| >> | >>>   </system.diagnostics>
| >> | >>> </configuration>
| >> | >>>
| >> | >>> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
| >> | >>>
| >> | >>> --------------------
| >> | >>> | >>Thread-Topic: Publishing Web Svc - Error
| >> | >>> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
| >> | >>> | >>X-WBNR-Posting-Host: 24.1.4.59
| >> | >>> | >>From: "examnotes" <Ed@discussions.microsoft.com>
| >> | >>> | >>References:
<17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
| >> | >>> | >>Subject: RE: Publishing Web Svc - Error
| >> | >>> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
| >> | >>> | >>Lines: 17
| >> | >>> | >>Message-ID:
<412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
| >> | >>> | >>MIME-Version: 1.0
| >> | >>> | >>Content-Type: text/plain;
| >> | >>> | >>	charset="Utf-8"
| >> | >>> | >>Content-Transfer-Encoding: 7bit
| >> | >>> | >>X-Newsreader: Microsoft CDO for Windows 2000
| >> | >>> | >>Content-Class: urn:content-classes:message
| >> | >>> | >>Importance: normal
| >> | >>> | >>Priority: normal
| >> | >>> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >> | >>> | >>Newsgroups: microsoft.public.biztalk.orchestration
| >> | >>> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >> | >>> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >> | >>> | >>Xref: cpmsftngxa10.phx.gbl
| >> microsoft.public.biztalk.orchestration:8078
| >> | >>> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
| >> | >>> | >>
| >> | >>> | >>I've got the same problem.  Have you worked it out?  If so
..
| >> how?!?!
| >> | >>> | >>
| >> | >>> | >>"BC" wrote:
| >> | >>> | >>
| >> | >>> | >>> Hi all,
| >> | >>> | >>>
| >> | >>> | >>>   I have a simple orchestration I'm trying to publish as
an
| >> HTTP web
| >> | >>> service
| >> | >>> | >>> with the wizard.  I keep getting the following error.  (I
also
| >> got
| >> | >>> this error
| >> | >>> | >>> when I went thru the second tutorial - the
B2BOrchestrations).
| >> | >>> | >>>
| >> | >>> | >>> Failed to create project "http://localhost/BTMemberLookup",
| >> | >>> | >>> [System.ArtumentNullException] Value cannot be null.
| >> | >>> | >>> Parameter name: type
| >> | >>> | >>>
| >> | >>> | >>> Any direction would be Greatly appreciated.
| >> | >>> | >>> Thanks.
| >> | >>> | >>> Butch
| >> | >>> | >>
| >> | >>>
| >> | >>> This posting is provided "AS IS" with no warranties, and confers
no
| >> rights.
| >> | >>>
| >> | >>> EBusiness Server Team
| >> | >>>
| >> | >>>
| >> | >>
| >>
| >>
| >






[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Ed


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-18-04 10:48 PM

Andrew,

The keys were present however there were no values.  I'll try repairing and
advise.

Thanks for your help!

ed

"Andrew Luty [MSFT]" wrote:

> Can you check the values under the following registry key:
> HKEY_CLASSES_ROOT\VisualStudio.Solution?
> You can do this with the registry editor utility: Start --> Run -->
> RegEdit.exe.
>
> If the key is not present, then a repair of Visual Studio may help.  If th
e
> key is present, the values underneath should indicate version 7.1 of Visua
l
> Studio.  Here's what should be in the registry:
>
> Windows Registry Editor Version 5.00
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution]
> @="Microsoft Visual Studio Solution Object"
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution\CLSID]
> @="{246C57AE-40DD-4d6b-9E8D-B0F5757BB2A8}"
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution\CurVer]
> @="VisualStudio.Solution.7.1"
>
>
> --------------------
> | >Thread-Topic: Publishing Web Svc - Error
> | >thread-index: AcSrDNFouC12VhZeQl2l4kEYL+IDLQ==
> | >X-WBNR-Posting-Host: 63.166.226.83
> | >From: "examnotes" <Ed@discussions.microsoft.com>
> | >References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
> <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
> <hQH1NlkqEHA.740@cpmsftngxa06.phx.gbl>
> | >Subject: RE: Publishing Web Svc - Error
> | >Date: Tue, 5 Oct 2004 11:55:01 -0700
> | >Lines: 183
> | >Message-ID: <39F62218-9233-47A0-9E3C-DC57F4B9D32D@microsoft.com>
> | >MIME-Version: 1.0
> | >Content-Type: text/plain;
> | >	charset="Utf-8"
> | >Content-Transfer-Encoding: 8bit
> | >X-Newsreader: Microsoft CDO for Windows 2000
> | >Content-Class: urn:content-classes:message
> | >Importance: normal
> | >Priority: normal
> | >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >Newsgroups: microsoft.public.biztalk.orchestration
> | >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8510
> | >X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >
> | >Vikas,
> | >
> | >The directory never get's created.  IIS is running.  I can create web
> | >services but then if I turn around and run the wizard it still fails.  
I
> | >don't have any other IIS applications installed.
> | >
> | >Thanks!!
> | >
> | >ed
> | >
> | >"Vikas Nahata [MSFT]" wrote:
> | >
> | >> Looks like it may be a directory permission issue. Can you try to
> delete
> | >> the physical directory manually if it exists and then try to publish.
> | >> Is IIS and app pools started?
> | >>
> | >> Are there any IIS applications on the system? (Sharepoint, etc.)
> | >>
> | >> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> | >>
> | >> EBusiness Server Team
> | >> --------------------
> | >> | >>Thread-Topic: Publishing Web Svc - Error
> | >> | >>thread-index: AcScMa7VFQuagsM8RBauKdHuQOyVTw==
> | >> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> | >> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
> | >> | >>Subject: RE: Publishing Web Svc - Error
> | >> | >>Date: Thu, 16 Sep 2004 14:11:07 -0700
> | >> | >>Lines: 119
> | >> | >>Message-ID: <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
> | >> | >>MIME-Version: 1.0
> | >> | >>Content-Type: text/plain;
> | >> | >>	charset="Utf-8"
> | >> | >>Content-Transfer-Encoding: 8bit
> | >> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >> | >>Content-Class: urn:content-classes:message
> | >> | >>Importance: normal
> | >> | >>Priority: normal
> | >> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >> | >>Xref: cpmsftngxa06.phx.gbl
> microsoft.public.biztalk.orchestration:8216
> | >> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >> | >>
> | >> | >>Thanks for the response.  Here is the contents of the log:
> | >> | >>
> | >>
>  ========================================
==================================
==
> | >> ====
> | >> | >>INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
> | >> | >>INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
> | >> | >>PublicKeyToken=31bf3856ad364e35
> | >> | >>INFO: Arguments:
> | >> | >>AppTraceSwitch.TraceLevel=Verbose
> | >> | >>
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: WebServiceBuilder.ctor()
> | >> | >>INFO: Progress: (0, 0, 100) Creating project
> | >> | >>"http://localhost/ExposeWebService_Proxy"...
> | >> | >>INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
> | >> | >>INFO: Progress: (0, 10, 100) Creating solution at
> | >> "/ExposeWebService_Proxy".
> | >> | >>ERROR: Failed to create project
> | >> "http://localhost/ExposeWebService_Proxy".
> | >> | >>[System.ArgumentNullException] Value cannot be null.
> | >> | >>Parameter name: type
> | >> | >>ERROR: Progress: (0, 100, 100) Failed to create project
> | >> | >>"http://localhost/ExposeWebService_Proxy".
> | >> | >>ERROR: CreateSolution()Value cannot be null.
> | >> | >>Parameter name: type
> | >> | >>
> | >> | >>INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
> | >> | >>INFO: Return value: 0
> | >>
>  ========================================
==================================
==
> | >> ====
> | >> | >>
> | >> | >>Thanks again!
> | >> | >>
> | >> | >>"Vikas Nahata [MSFT]" wrote:
> | >> | >>
> | >> | >>> First check if you are able to create a regular C Sharp
> webservice
> | >> using
> | >> | >>> Visual Studio .NET.
> | >> | >>> If you get the same error doing that then it means that there i
s
> some
> | >> | >>> installation issue with Visual Studio .NET
> | >> | >>>
> | >> | >>> if you are able to create a C Sharp webservice successfully the
n
> | >> | >>> Can you follow the steps below and send the trace log file:
> | >> | >>>
> | >> | >>> Make the following changes in BTSWebSvcWiz.exe.config.
> | >> | >>> Set the value of ApplicationTraceSwitch to 4.
> | >> | >>> Uncomment the trace listener
> | >> | >>> Specify a full pathname for BTSWebSvcWiz.trace.log
> | >> | >>>
> | >> | >>> <?xml version="1.0" encoding="utf-8" ?>
> | >> | >>> <configuration>
> | >> | >>>    …
> | >> | >>>   <system.diagnostics>
> | >> | >>>     <switches>
> | >> | >>>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info,
> 4=Verbose -->
> | >> | >>>       <add name="ApplicationTraceSwitch" value="4" />
> | >> | >>>     </switches>
> | >> | >>>     <trace autoflush="true" indentsize="4">
> | >> | >>>       <listeners>
> | >> | >>>         <add name="Trace"
> | >> | >>>           type="System.Diagnostics.TextWriterTraceListener,
> System,
> | >> | >>> Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089"
> | >> | >>>           initializeData=" C:\Program Files\Microsoft BizTalk
> Server
> | >> | >>> 2004\BTSWebSvcWiz.trace.log" />
> | >> | >>>       </listeners>
> | >> | >>>     </trace>
> | >> | >>>   </system.diagnostics>
> | >> | >>> </configuration>
> | >> | >>>
> | >> | >>> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
> | >> | >>>
> | >> | >>> --------------------
> | >> | >>> | >>Thread-Topic: Publishing Web Svc - Error
> | >> | >>> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
> | >> | >>> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >> | >>> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >> | >>> | >>References:
> <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> | >> | >>> | >>Subject: RE: Publishing Web Svc - Error
> | >> | >>> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
> | >> | >>> | >>Lines: 17
> | >> | >>> | >>Message-ID:
> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >> | >>> | >>MIME-Version: 1.0
> | >> | >>> | >>Content-Type: text/plain;
> | >> | >>> | >>	charset="Utf-8"
> | >> | >>> | >>Content-Transfer-Encoding: 7bit
> | >> | >>> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >> | >>> | >>Content-Class: urn:content-classes:message
> | >> | >>> | >>Importance: normal
> | >> | >>> | >>Priority: normal
> | >> | >>> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >> | >>> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >> | >>> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >> | >>> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >> | >>> | >>Xref: cpmsftngxa10.phx.gbl
> | >> microsoft.public.biztalk.orchestration:8078
> | >> | >>> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >> | >>> | >>
> | >> | >>> | >>I've got the same problem.  Have you worked it out?  If so
> ...
> | >> how?!?!
> | >> | >>> | >>
> | >> | >>> | >>"BC" wrote:
> | >> | >>> | >>
> | >> | >>> | >>> Hi all,
> | >> | >>> | >>>
> | >> | >>> | >>>   I have a simple orchestration I'm trying to publish as
> an
> | >> HTTP web
> | >> | >>> service
> | >> | >>> | >>> with the wizard.  I keep getting the following error.  (I
> also
> | >> got
> | >> | >>> this error
> | >> | >>> | >>> when I went thru the second tutorial - the
> B2BOrchestrations).
> | >> | >>> | >>>
> | >> | >>> | >>> Failed to create project "http://localhost/BTMemberLookup
",
> | >> | >>> | >>> [System.ArtumentNullException] Value cannot be null.
> | >> | >>> | >>> Parameter name: type
> | >> | >>> | >>>
> | >> | >>> | >>> Any direction would be Greatly appreciated.
> | >> | >>> | >>> Thanks.
> | >> | >>> | >>> Butch
> | >> | >>> | >>
> | >> | >>>
> | >> | >>> This posting is provided "AS IS" with no warranties, and confer
s
> no
> | >> rights.
> | >> | >>>
> | >> | >>> EBusiness Server Team
> | >> | >>>
> | >> | >>>
> | >> | >>
> | >>
> | >>
> | >
>
>





[ Post a follow-up to this message ]



    RE: Publishing Web Svc - Error  
Ed


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-27-04 01:46 AM

Adding the registry items fixed the error.  I wasn't able to test.  Followin
g
making the change I updated dbghelp.dll on my machine and ended up having to
refront the machine!  After I get everything else re-installed, I'll test it
out again.

Thanks for the help!

ed

"Andrew Luty [MSFT]" wrote:

> Can you check the values under the following registry key:
> HKEY_CLASSES_ROOT\VisualStudio.Solution?
> You can do this with the registry editor utility: Start --> Run -->
> RegEdit.exe.
>
> If the key is not present, then a repair of Visual Studio may help.  If th
e
> key is present, the values underneath should indicate version 7.1 of Visua
l
> Studio.  Here's what should be in the registry:
>
> Windows Registry Editor Version 5.00
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution]
> @="Microsoft Visual Studio Solution Object"
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution\CLSID]
> @="{246C57AE-40DD-4d6b-9E8D-B0F5757BB2A8}"
>
> [HKEY_CLASSES_ROOT\VisualStudio.Solution\CurVer]
> @="VisualStudio.Solution.7.1"
>
>
> --------------------
> | >Thread-Topic: Publishing Web Svc - Error
> | >thread-index: AcSrDNFouC12VhZeQl2l4kEYL+IDLQ==
> | >X-WBNR-Posting-Host: 63.166.226.83
> | >From: "examnotes" <Ed@discussions.microsoft.com>
> | >References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
> <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
> <hQH1NlkqEHA.740@cpmsftngxa06.phx.gbl>
> | >Subject: RE: Publishing Web Svc - Error
> | >Date: Tue, 5 Oct 2004 11:55:01 -0700
> | >Lines: 183
> | >Message-ID: <39F62218-9233-47A0-9E3C-DC57F4B9D32D@microsoft.com>
> | >MIME-Version: 1.0
> | >Content-Type: text/plain;
> | >	charset="Utf-8"
> | >Content-Transfer-Encoding: 8bit
> | >X-Newsreader: Microsoft CDO for Windows 2000
> | >Content-Class: urn:content-classes:message
> | >Importance: normal
> | >Priority: normal
> | >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >Newsgroups: microsoft.public.biztalk.orchestration
> | >NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:8510
> | >X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >
> | >Vikas,
> | >
> | >The directory never get's created.  IIS is running.  I can create web
> | >services but then if I turn around and run the wizard it still fails.  
I
> | >don't have any other IIS applications installed.
> | >
> | >Thanks!!
> | >
> | >ed
> | >
> | >"Vikas Nahata [MSFT]" wrote:
> | >
> | >> Looks like it may be a directory permission issue. Can you try to
> delete
> | >> the physical directory manually if it exists and then try to publish.
> | >> Is IIS and app pools started?
> | >>
> | >> Are there any IIS applications on the system? (Sharepoint, etc.)
> | >>
> | >> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> | >>
> | >> EBusiness Server Team
> | >> --------------------
> | >> | >>Thread-Topic: Publishing Web Svc - Error
> | >> | >>thread-index: AcScMa7VFQuagsM8RBauKdHuQOyVTw==
> | >> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >> | >>References:  <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> | >> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >> <C2I2ixglEHA.3436@cpmsftngxa10.phx.gbl>
> | >> | >>Subject: RE: Publishing Web Svc - Error
> | >> | >>Date: Thu, 16 Sep 2004 14:11:07 -0700
> | >> | >>Lines: 119
> | >> | >>Message-ID: <AD6DD242-58A7-487C-A253-F882BDB215BB@microsoft.com>
> | >> | >>MIME-Version: 1.0
> | >> | >>Content-Type: text/plain;
> | >> | >>	charset="Utf-8"
> | >> | >>Content-Transfer-Encoding: 8bit
> | >> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >> | >>Content-Class: urn:content-classes:message
> | >> | >>Importance: normal
> | >> | >>Priority: normal
> | >> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >> | >>Xref: cpmsftngxa06.phx.gbl
> microsoft.public.biztalk.orchestration:8216
> | >> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >> | >>
> | >> | >>Thanks for the response.  Here is the contents of the log:
> | >> | >>
> | >>
>  ========================================
==================================
==
> | >> ====
> | >> | >>INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-10 11:10:47Z
> | >> | >>INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
> | >> | >>PublicKeyToken=31bf3856ad364e35
> | >> | >>INFO: Arguments:
> | >> | >>AppTraceSwitch.TraceLevel=Verbose
> | >> | >>
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: ExistingProjectLocation() The system cannot find the pat
h
> | >> specified
> | >> | >>VERBOSE: WebServiceBuilder.ctor()
> | >> | >>INFO: Progress: (0, 0, 100) Creating project
> | >> | >>"http://localhost/ExposeWebService_Proxy"...
> | >> | >>INFO: CreateSolution: http://localhost/ExposeWebService_Proxy
> | >> | >>INFO: Progress: (0, 10, 100) Creating solution at
> | >> "/ExposeWebService_Proxy".
> | >> | >>ERROR: Failed to create project
> | >> "http://localhost/ExposeWebService_Proxy".
> | >> | >>[System.ArgumentNullException] Value cannot be null.
> | >> | >>Parameter name: type
> | >> | >>ERROR: Progress: (0, 100, 100) Failed to create project
> | >> | >>"http://localhost/ExposeWebService_Proxy".
> | >> | >>ERROR: CreateSolution()Value cannot be null.
> | >> | >>Parameter name: type
> | >> | >>
> | >> | >>INFO: END BTSWebSvcWiz.exe @ 2004-09-10 11:11:16Z
> | >> | >>INFO: Return value: 0
> | >>
>  ========================================
==================================
==
> | >> ====
> | >> | >>
> | >> | >>Thanks again!
> | >> | >>
> | >> | >>"Vikas Nahata [MSFT]" wrote:
> | >> | >>
> | >> | >>> First check if you are able to create a regular C Sharp
> webservice
> | >> using
> | >> | >>> Visual Studio .NET.
> | >> | >>> If you get the same error doing that then it means that there i
s
> some
> | >> | >>> installation issue with Visual Studio .NET
> | >> | >>>
> | >> | >>> if you are able to create a C Sharp webservice successfully the
n
> | >> | >>> Can you follow the steps below and send the trace log file:
> | >> | >>>
> | >> | >>> Make the following changes in BTSWebSvcWiz.exe.config.
> | >> | >>> Set the value of ApplicationTraceSwitch to 4.
> | >> | >>> Uncomment the trace listener
> | >> | >>> Specify a full pathname for BTSWebSvcWiz.trace.log
> | >> | >>>
> | >> | >>> <?xml version="1.0" encoding="utf-8" ?>
> | >> | >>> <configuration>
> | >> | >>>    …
> | >> | >>>   <system.diagnostics>
> | >> | >>>     <switches>
> | >> | >>>       <!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info,
> 4=Verbose -->
> | >> | >>>       <add name="ApplicationTraceSwitch" value="4" />
> | >> | >>>     </switches>
> | >> | >>>     <trace autoflush="true" indentsize="4">
> | >> | >>>       <listeners>
> | >> | >>>         <add name="Trace"
> | >> | >>>           type="System.Diagnostics.TextWriterTraceListener,
> System,
> | >> | >>> Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089"
> | >> | >>>           initializeData=" C:\Program Files\Microsoft BizTalk
> Server
> | >> | >>> 2004\BTSWebSvcWiz.trace.log" />
> | >> | >>>       </listeners>
> | >> | >>>     </trace>
> | >> | >>>   </system.diagnostics>
> | >> | >>> </configuration>
> | >> | >>>
> | >> | >>> Then, run the publishing wizard and send BTSWebSvcWiz.trace.log
> | >> | >>>
> | >> | >>> --------------------
> | >> | >>> | >>Thread-Topic: Publishing Web Svc - Error
> | >> | >>> | >>thread-index: AcSVPjJOy8hOXeIfSdSZF6XvTYrzgw==
> | >> | >>> | >>X-WBNR-Posting-Host: 24.1.4.59
> | >> | >>> | >>From: "examnotes" <Ed@discussions.microsoft.com>
> | >> | >>> | >>References:
> <17FD73A4-6F35-4A3A-A405-E313C1FA3DB2@microsoft.com>
> | >> | >>> | >>Subject: RE: Publishing Web Svc - Error
> | >> | >>> | >>Date: Tue, 7 Sep 2004 17:53:03 -0700
> | >> | >>> | >>Lines: 17
> | >> | >>> | >>Message-ID:
> <412E1272-A479-4E03-BF4F-7F37C5CB6250@microsoft.com>
> | >> | >>> | >>MIME-Version: 1.0
> | >> | >>> | >>Content-Type: text/plain;
> | >> | >>> | >>	charset="Utf-8"
> | >> | >>> | >>Content-Transfer-Encoding: 7bit
> | >> | >>> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >> | >>> | >>Content-Class: urn:content-classes:message
> | >> | >>> | >>Importance: normal
> | >> | >>> | >>Priority: normal
> | >> | >>> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >> | >>> | >>Newsgroups: microsoft.public.biztalk.orchestration
> | >> | >>> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >> | >>> | >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >> | >>> | >>Xref: cpmsftngxa10.phx.gbl
> | >> microsoft.public.biztalk.orchestration:8078
> | >> | >>> | >>X-Tomcat-NG: microsoft.public.biztalk.orchestration
> | >> | >>> | >>
> | >> | >>> | >>I've got the same problem.  Have you worked it out?  If so
> ...
> | >> how?!?!
> | >> | >>> | >>
> | >> | >>> | >>"BC" wrote:
> | >> | >>> | >>
> | >> | >>> | >>> Hi all,
> | >> | >>> | >>>
> | >> | >>> | >>>   I have a simple orchestration I'm trying to publish as
> an
> | >> HTTP web
> | >> | >>> service
> | >> | >>> | >>> with the wizard.  I keep getting the following error.  (I
> also
> | >> got
> | >> | >>> this error
> | >> | >>> | >>> when I went thru the second tutorial - the
> B2BOrchestrations).
> | >> | >>> | >>>
> | >> | >>> | >>> Failed to create project "http://localhost/BTMemberLookup
",
> | >> | >>> | >>> [System.ArtumentNullException] Value cannot be null.
> | >> | >>> | >>> Parameter name: type
> | >> | >>> | >>>
> | >> | >>> | >>> Any direction would be Greatly appreciated.
> | >> | >>> | >>> Thanks.
> | >> | >>> | >>> Butch
> | >> | >>> | >>
> | >> | >>>
> | >> | >>> This posting is provided "AS IS" with no warranties, and confer
s
> no
> | >> rights.
> | >> | >>>
> | >> | >>> EBusiness Server Team
> | >> | >>>
> | >> | >>>
> | >> | >>
> | >>
> | >>
> | >
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:54 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump: