Topic: Where ProfileCommon is defined?

Hello, friends,

I download a .net version PunBB, however, when I tried to run it using vs.studio 2008, I had a compile error:

Error    96    The type or namespace name 'ProfileCommon' could not be found (are you missing a using directive or an assembly reference?)   

Any ideas?

Thanks a lot.

2

Re: Where ProfileCommon is defined?

I have just tried to download it and run using MS VisualStudio 2008. Everything works fine. Can you please describe in more details the way you do it?

3 (edited by Vbird2k 2009-09-02 01:42)

Re: Where ProfileCommon is defined?

alexp wrote:

I have just tried to download it and run using MS VisualStudio 2008. Everything works fine. Can you please describe in more details the way you do it?


I added it to our existing web application. Probably that is why. Do you have a version that can be added to web application?

Moreover, the database entities shown in the wiki do not have details, such as string length, etc. Do you have a detail one, or do you have the sql statements and we can just run them?

Thanks a lot.

4

Re: Where ProfileCommon is defined?

Vbird2k wrote:

do you have the sql statements and we can just run them?

You can find all the statements in Install.aspx.cs starting from line 253

5

Re: Where ProfileCommon is defined?

Vbird2k wrote:

Do you have a version that can be added to web application?

Making PunBB.NET easy to integrate with other applications is one of our purposes. But unfortunately right now we don't have a version that can be integrated with existing application without any changes...

Re: Where ProfileCommon is defined?

alexp wrote:

You can find all the statements in Install.aspx.cs starting from line 253

It worked now. Many thanks.

7 (edited by Vbird2k 2009-09-02 19:51)

Re: Where ProfileCommon is defined?

alexp wrote:

Making PunBB.NET easy to integrate with other applications is one of our purposes. But unfortunately right now we don't have a version that can be integrated with existing application without any changes...

I actually modified almost all of them except the Default.aspx. I had a compile error, saying

the name "MainGridView" does not exist in the current context.

And, I could not use Convert to Web Application to convert this page either, although I had no problem to convert other pages.

Any ideas?

Thanks again.