Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Form.fc.LoadFromString Unsupported Method (Read 2935 times)
alfadata
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Jun 7th, 2006
Form.fc.LoadFromString Unsupported Method
Jun 7th, 2006 at 8:24pm
Print Post  
Object doesn't support property or method: 'Form.fc.LoadFromString'

When simply running the sample ClientSvr_VB application the HTML code does not seam to be retrieving the correct "fc" object.

We believe we have followed the steps correctly and have the dll appropriately licensed for run-time.

Windows XP, Visual Studio.NET 2003, FlowChartX .NET
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3169
Joined: Oct 19th, 2005
Re: Form.fc.LoadFromString Unsupported Method
Reply #1 - Jun 8th, 2006 at 8:21am
Print Post  
That usually means IE could not load the flowchart.net dll or could not download it at all. The problem might happen because by default IIS tries to execute dlls instead of sending them to the browser when it gets a GET request for a dll file. Change the IIS Execute Permissions in the Home Directory property page from "Script and Executables" to "Script only", that should allow IE download the dll.
  
Back to top
 
IP Logged
 
ScubaNet
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Jul 3rd, 2007
Re: Form.fc.LoadFromString Unsupported Method
Reply #2 - Jul 3rd, 2007 at 7:07am
Print Post  
I have exactly the same problem.

Object doesn't support property or method: 'Form.fc.LoadFromString'

I've tried to put "Script Only" in IIS without success.

is there another way to resolve this issue?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Form.fc.LoadFromString Unsupported Method
Reply #3 - Jul 3rd, 2007 at 8:44am
Print Post  
Can you see a Flowchart.NET.dll copy in the "temporary internet files" folder after trying to load the page?
  
Back to top
 
IP Logged
 
ScubaNet
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Jul 3rd, 2007
Re: Form.fc.LoadFromString Unsupported Method
Reply #4 - Jul 3rd, 2007 at 9:30am
Print Post  
yes, i can see flowchart.Net.DLL in temporary internet files.

I can also see this dll in Global Assembly Cache when I run "gacutil /ldl"
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Form.fc.LoadFromString Unsupported Method
Reply #5 - Jul 3rd, 2007 at 10:22am
Print Post  
Have you created a ".licenses" file and referenced it from a LINK tag? You might check the ClientSvr sample project for details.

<link href="main.aspx.licenses" rel="licenses">
  
Back to top
 
IP Logged
 
ScubaNet
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Jul 3rd, 2007
Re: Form.fc.LoadFromString Unsupported Method
Reply #6 - Jul 3rd, 2007 at 10:31am
Print Post  
I've made a new test and now it works.

I've delete Global Assembly cache before and after it has worked.

Thanks for help.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint