Welcome to Clarion Community Sign in | Join | Faq

General

Started by kskartha at 07-23-2008 4:45 AM. Topic has 1 replies.

Print Search
Sort Posts:    
   07-23-2008, 4:45 AM
kskartha is not online. Last active: 8/1/2008 8:59:10 PM kskartha

Top 100 Posts
Joined on 11-29-2007
Kottayam
Posts 6
CodeDom provider Error
Reply Quote

Hi,

I am using clarion.net.2.0.3669. While compiling  Clarion.net-Asp.net web page, I am getting an error as below;

Error ASPPARSE: The CodeDom provider type "ClarionCompiler.CodeProvider, SoftVelocity.Clarion.ClarionCodeProvider, PublicKeyToken=4aca31c24e330653" could not be located.

Can anyone help me on this...

 

Thanks

 


Sunil Kartha K
CCS Technologies(P) Ltd.
http://www.ccstechnologies.in
   Report 
   08-16-2008, 10:59 AM
Matti K is not online. Last active: 9/2/2008 2:55:32 PM Matti K

Top 200 Posts
Joined on 08-12-2008
Posts 3
Re: CodeDom provider Error
Reply Quote
Hello kskartha,

I have asked near same question in news.softvelocity.com
You found samples folder readme.text under MyFirstWebSite.

It's this:
To run the Web app from your browser:

1) The Virtual directory needs to be created in ISS. This step is usually done by the QuickStart,
   but you can also create it using your IIS Manager.


2) If the Virtual directory was not created by the Clarion.NET IDE then create your WebApp and
then create a BIN subdirectory directory within your WebApp directory.


For example, if your project is contained in C:\Clarion.NET\Samples\MyFirstWebSite
Create a BIN folder there (C:\Clarion.NET\Samples\MyFirstWebSite\BIN).

In both cases, a BIN folder is required!

3) Copy to the BIN directory within your WebApp directory the required files.
*) If you have the SoftVelocity.Clarion.* files in the GAC as done by the install
   you will only need to copy SoftVelocity.Clarion.ClarionCodeProvider.dll

*) If you don't have the SoftVelocity.Clarion.*  files in the GAC, then
   copy all of the following DLLs located in the Clarion.NET root BIN to the webapp BIN directory:

    SoftVelocity.Clarion.ClarionCodeProvider.dll
    SoftVelocity.Clarion.CompilerMessages.dll
    SoftVelocity.Clarion.FileIO.dll
    SoftVelocity.Clarion.Runtime.Classes.dll
    SoftVelocity.Clarion.Runtime.Procedures.dll
    ClarionDrv.dll

4) To run your Web application, assuming you have a local IIS

Open your Browser and enter the url
   something like:
   http://localhost/MyFirstWebSite/default.aspx
   where 'MyFirstWebSite' is the name of your virtual directory

So you have to do bin folder in your project folder for example ...\Clarion Projects\MyFirstWebsite\
and copy SoftVelocity.Clarion.ClarionCodeProvider.dll to it. I don't have my web service yet running, but this is first hint.

Regards

Matti

   Report 
Clarion Communi... » Clarion.Net » General » Re: CodeDom provider Error

Powered by Community Server, by Telligent Systems