Advanced Forum Search Results
-
good work.thx a lot.
-
thx a lot, i think this is the right reason why i cann't rendering all plane,
i saw triangle many times.
-
thx a lot. in fact, before i use kit3D,i have read many file, contains using silverlight's plane, but there is little file about this,
so , i think it cann't be used to joined like a home ,because i want to rotate all plane one time.
and i want to view at the home's center. so , in my opinion , if it's a 3D model, i can ...
-
when i use kit3d to render a 3d cube ,and if i look it far , it rendering right,
but when i at the cube's center to look it, it seems rendering wrong, most time it will rendering one plane,
in fact , i want to create a building(3D) with 2D image, i use four plane to get a cube model(like a simple room),
and i want to view the room. ...
-
in fact , i tried to return Image Bytes to response stream ,
but always failed at client.
i think ,maybe IIS give a 404 error before i rewrite the image path.
at last, i add javascript code at every place needed.
... ...
-
in fact , IsIMG is follow:
private bool IsIMG(string url)
{
url = url.ToLower();
string con = ...
-
i have added try catch block,and catch nothing.seems it not occurs any exception.
and i use rewritepath("~/noimage.jpg"), i think it will works right , i often used it like this.
i have another module in the same website, it used it , works fine.
hope your reply . :)
-
...may be i should say more clear. i want to rewrite image path if the server doesn't exist the image.
and the result is when i debug it . it can get a right image if it's not exist.
but at server , seems it passed my code, but nothing happend.
what makes it not works at server? what should i do to make it works like what i want?
can u ...
-
why my httpmodule rewrite iamge path wroks right at debug, but failed after published?
follow is the code:
public void Init(HttpApplication context)
{
context.BeginRequest += new ...
-
seems lose something at remote server PC's enveirement.
at local server PC,it runs too.