|
| Fellow CMS expets:
I need some help here.
I have created a C# VS.NET '05 Windows application TestWs.exe.
This application required a web service to contact a remote MCMS
successfully. Note: This is a requirement for contacting remote MCMS sites.
The data I return is a DataSet of Postings.
On the client side of the application, I retriev the data set from my web
service call and shove it back into a collection object because not all of my
DataSet types are prmiitive and I needed to do this. So far so good.
Next, I match this colleciton object up against my web logs to determine
number of hits per page (by GUID becuase GUIDs is what's in the log files).
The application works great on my development box.
So in VS.NET I right clicked my project and chose "Publish". I created the
manifest as a shared network drive.
All is well.
Next, on my client machine, when I install it from my shared drive, I first
got a bunch oif errors saying I had to GAC the following dlls on my client
machine.
HttpTransferDeclaration.dll
Microsoft.ContentManagement.Common.dll
Microsoft.ContentManagement.Interop.Publishing.dll
Microsoft.ContentManagement.Publishing.dll
After GACing these, the installer worked!
But when I launch the application, I get this error:
Can anyone assit?
EventType clr20r3, P1 testws.exe, P2 1.0.0.0, P3 44eca7f6, P4
microsoft.contentmanagement.publishing, P5 5.0.1200.0, P6 4369803d, P7 da, P8
6, P9 pszqoadhx1u5zahbhohghldgiy4qixhx, P10 NIL.
Thanks
Tom
|
|