Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
I just bought the full version of your .net control. When I generated a key it told me to put some code in the global file application_start sub. In "web sites" in vs 2005 there is no Global.asax file anymore.
When I run the object I get a message that there is no license file. How do I get your control to work with a "web site" in visual studio 2005.
Thanks much, Patrick McKula
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you see the license file option? If you see that option you can download the license file and put it on your root folder. Otherwise you can right click your project, then select "Add New Item -> Global Application Class" to add global.asax to your project.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
thanks for your help - I ended up creating a global.asax file
|