Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:871089
More Search Options
RSS Available
Matching Posts
Re: iTextSharp and PDFSharp BOTH cause security errors when deployed on NetworkSolutions
That's what I figured, thanks. Does anyone know of any third-party controls (free or cheap) that generates PDF's that can be executed under Medium Trust level ? I'm currently trying to get PDF-Writer.NET v2.7 to work, but can't get that to work even on my local machine yet, and I don't even know if it will run under Medium Trust. Not a whole lot of info on this tool that I can find.
Posted to
Configuration and Deployment
(Forum)
by
kschuelke
on 7/3/2009
Can't get PDF-Writer.NET v2.7 from dbAutoTrack working...
and I can't find much info or help. I'm just trying to get one of their simple samples to run on my local PC, once that's working I'll move it to my host and see if it will run under their setting of 'Medium Trust'. But, I can't get it working on my local PC. I get no errors, and I know it's executing as I follow it through debug, but when it gets to the _document.Generate(FileStream) command, it executes that command without throwing an exception, but no PDF is generated
Posted to
Component Discussions
(Forum)
by
kschuelke
on 7/3/2009
Re: Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
Found a way to reference server controls in Javascript: // get reference to 'select' control holding the matching makes arr = document.getElementsByTagName( var arr = new Array(); '*' ); for ( var i = 0; i < arr.length; i++) { var t_matchingMakesTextBox = document.getElementsByTagName( '*' ).item(i); if (t_matchingMakesTextBox.id.search(/matchingMakesTextBox_TB/) == -1) { //alert("row 'myresultrow' not found"); } else { // found it i = arr.length + 1;
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 7/1/2009
Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
ASP.Net newbie here. I’ve got a js page to group a bunch of javascript together, name of the page is makeprefill.js. In the pageload event of the page I want to use this javascript, I’ve include: if (!this.Page.ClientScript.IsClientScriptBlockRegistered(typeof(Page), "MyScript")) { this.Page.ClientScript.RegisterClientScriptBlock(typeof(Page), "MyScript", "<SCRIPT language='Javascript' src='makeprefill.js'></script>", false); } That appears
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 6/30/2009
Re: Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
Thanks for the reply, but I'm at a loss. I know it's failing to get the control ID, how do I get this to work?
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 6/30/2009
Re: Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
Made those changes, and although it's passed as 'ctr', I still get the "Microsoft JScript runtime error: 'makeTextBox' is undefined".
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 6/30/2009
Re: iTextSharp and PDFSharp BOTH cause security errors when deployed on NetworkSolutions
Talked to the hosting company, and all I could get out of them is that they 'are restricted', "don't allow the 777 type trust (whatever that is)", and "what you are trying to do we don't and won't allow". Also, he had NO idea of any tool that I could use that would actually work on their site. So, back to square one. :-( Any one know of any tools I can use to generate PDF's in a medium security environment? :-) Actually, I'd settle for generating the
Posted to
Configuration and Deployment
(Forum)
by
kschuelke
on 6/30/2009
Re: Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
Yep. All references to makeTextBox in the 'pressed' function were changed to ctr, and I still get the 'makeTextBox' reference in the error message. In fact, I changed all other references in the .js file to BmakeTextBox, an ID that really doesn't exist, just to make sure. And still the reference to 'makeTextBox'.
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 6/30/2009
Re: Js problem, “Microsoft Jscript runtime error: ‘makeTextBox’ is undefined”
Progress! Putting the script on the aspx page did the trick, thanks! Now, to get the complete functionality I need, within the function 'pressed' I need to reference a different control that is on the page, it's id is "matchingMakesTextBox". Do you know how I would add a reference to that field in the call to 'pressed'? Text='<%# Bind("make") %>' Width="225px" onKeyUp="pressed(this,"matchingMakesTextBox")" onChange
Posted to
Client Side Web Development
(Forum)
by
kschuelke
on 6/30/2009
iTextSharp and PDFSharp BOTH cause security errors when deployed on NetworkSolutions
I'm trying to dynamically create PDF documents using Visual Studio Express 2008. I've tried both iTextSharp and PDFSharp, both work on my local machine, but when deployed to the hosting site I keep getting security errors (can't run in a 'partially trusted' site kind of errors). I've done mega searching for both iTextSharp and PDFsharp to resolve this. I've downloaded the iTextSharp code, added the "[assembly: AllowPartiallyTrustedCallers], recompiled, redeployed
Posted to
Configuration and Deployment
(Forum)
by
kschuelke
on 6/28/2009
Page 1 of 2 (17 items) 1
2
Next >
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online