Problem with a clickonce application

D

David

Hi all,

I have created a clickonce application, deployed it and checked it works
locally.

However, I have now had two people download it and both have come up with
the same error.

The application requires that assembly system.web.extension version
1.0.61025.0 be installed in the global assembly (GAC) first

It has been written in .NET 2.0 (initially) and when the first person
reported the error, I re-built in .NET 3.5. However, both are getting the
error.

What do I need to do to fix this? A search on google is showing me MS SQL or
ASP.NET. Is it something I can fix in my application or do I need to
distribute a DLL?

Thanks.
 
D

David

It seems that I had somehow got System.Web.Extension as a reference into my
application. (Before I moved it to ClickOnce, I had it as a desktop app).

It seems that System.Web.Extension is used for AJAX so I don't know why it
would appear in my desktop app. I have removed it from the references,
re-built (no errors) and re-published. My app seems fine now. It has always
worked locally and appears to have worked fine as a desktop app in the past.

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top