| 
		
	 | 
	
	
	
		Rank: Member Groups: Member
 
 
Joined: 3/7/2017 Posts: 20 
	 | 
		   
	     
		    I've used EO components before and have a purchased license. However, in different VS project than I normally use, when I try to add any component to a form I get the error "Error Creating Control - Slider1 The type initializer for 'EO.Internal.am1' threw an exception." I have the eo compenent references added to the project, and I can't find any differences between this project and one that works just fine. What might I be missing?
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  You can try to run the page in this case and see if it gives you a more detailed error.
  Thanks!
		 
	 | 
 | 
	
	
	
		Rank: Member Groups: Member
 
 
Joined: 3/7/2017 Posts: 20 
	 | 
		   
	     
		    Ok, I got the slider component working. Thank you.
  So...when I move the slider, how do I launch into C sharp code in Visual Studios? The "Changed" method does not fire when I move the slider.
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  Changed event will fire when your page posts back. It does not fire when you move the slider. This is the same as Changed event does not fire for a TextBox when you type in it. The event is only fired when your page posts back because that's when server side code runs.
  Thanks!
		 
	 | 
 |