Re: Using PinEdit in Visual Studio?

pinEdit WP

Using PinEdit in Visual Studio?


lasse 06-10-2008, 5:22
Hello

I was wondering which version to install when going to build asp.net pages in visual studio 2008. I tried to install pinEdit Asp.Net 20 Web development edition, And it didnt install on my Vista SP1 machine. How can I get it to work?

Re: Using PinEdit in Visual Studio?


Pintexx Support 06-11-2008, 8:12
Hello,

which problems do you have with Vista ?

In this case just download pinEditASpNet.zip and create a virtual folder in IIS.
Unzip and run index file.

Regards,
Hans-Peter

Re: Using PinEdit in Visual Studio?


Bo Johansen 06-11-2008, 9:21
<BLOCKQUOTE><table width="85%"><tr><td class="txt4"><img src="/Themes/default/images/icon-quote.gif">&nbsp;<strong>Pintexx Support wrote:</strong></td></tr><tr><td class="quoteTable"><table width="100%"><tr><td width="100%" valign="top" class="txt4">Hello,

which problems do you have with Vista ?

In this case just download pinEditASpNet.zip and create a virtual folder in IIS.
Unzip and run index file.

Regards,
Hans-Peter</td></tr></table></td></tr></table></BLOCKQUOTE>

I have the same problem as Lasse. PinEdit doesn't show up in Visual Studio 2008 (I can't even add it to the tool box myself).

I have tries Hans-Peters suggestion, and when I run the index file, I get the following error:


Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'pinEdit' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 1:
Line 2:
Line 3:
Line 4:


Source File: /pintexx/samples/add_editor.aspx Line: 2

Assembly Load Trace: The following information can be helpful to determine why the assembly 'pinEdit' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434

Re: Using PinEdit in Visual Studio?


Pintexx Support 06-11-2008, 11:49
Hi,

could you please check if the web site is properly created in IIS ?

If you run a asp.net simple file that just ouputs a string does it work ?

If add pinEdit to VS toolbar by selecting pinEdit.dll from evaluations bin folder what happens ?

Regards,
Hans-Peter

Re: Using PinEdit in Visual Studio?


Bo Johansen 06-11-2008, 1:20
I guess my web site wasn't properly created...
If I add pinEdit.dll manually to the VS tool box, I can use it in my web forms.

Thanks.

Regards,
Bo Johansen