CodeDom provider Error

General

CodeDom provider Error


kskartha 07-23-2008, 4:45 AM

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

Re: CodeDom provider Error


Matti K 08-16-2008, 10:59 AM
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
SoftVelocity Inc.

Powered by Community Server, by Telligent Systems