The cart pacakge that I am running is called VevoCart. It has multi language support built in and they use the token variables to manage the differences in translation. Now that I look at the admin pages they have a whole sysetem built to manage the token variables. I can add whatever tokens I...
I'm editing a shopping cart package and there are variables in the web form that appear like [$some name]. What kind of variables are these?
Here are some examples:
<ul>
<li><a href="Default.aspx">[$Home]</a></li>
<li><a...
I’m having an issue with a crystal report with an embedded image. The graphic location is set to a formula field that points to a URL. The URL is a webpage that dynamically generates an jpg.
The issue is that the graphic shows and prints properly when launched via Crystal. But when I try to...
Yeah it only took me half a day of goggling and piecing together bits of information from here ant there...
Ah, the joys of developing when you don't know what you’re doing...
How can I give myself a star? ;)
--Rick
I found a solution but I'm not sure I understand it?
Here code that get the results I'm looking for:
svgElem = SvgXml.CreateElement("use", "http://www.w3.org/2000/svg");
svgElem.SetAttributeNode("href", "http://www.w3.org/1999/xlink");
svgElem.Attributes["href"].Value = "#" + sheetName...
I'm working on code to generate SVG dynmically via the web. When I try to create an element to display one of the shapes in the <def> section of the SVG file I'm getting unexpected output.
Below I'm trying to create a node called <use> with the following attribute xlink:href.
svgElem =...
I have an xml file that has both textual and graphical information. I need to output the textual information as html and embed the graphical information into the html as svg.
Is it be possible to write an xsl file that would output an html file with embedded svg?
--Rick
Already added NETWORK SERVICE and NETWORK with full rights.
Also I know the accounts have access becuase I wrote a blank text file to c:\temp without any problems. So the app security is ok but the COM object can't write or there is something else causing problems.
The only thing that looks...
I'm using a COM object in a web app that needs to write temporary files to disk then delete them.
Once the COM object tires to write to disk I get the folloing message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access is...
We had a power failure and a few nights back. It appears the server shutdown incorrectly. Now the triggers in our ERP are not working correctly or at all.
What are some things to look for when trouble shooting this type of problem?
--Rick
--Rick
I'm planning on buying one dual processor server with 2 MSFT SQL Server Standard processor licences for publication on the net. I would like to replicate to the MSDE server for fault tolerance. If the more powerfull server goes down I would switch to the MSDE to limp along.
Is this possible...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.