Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
dorisf  
#1 Posted : Thursday, March 5, 2009 8:27:34 AM(UTC)
dorisf

Rank: Member

Groups: Member
Joined: 1/12/2009(UTC)
Posts: 11

HELP Please ...

~ Doris.
ChingYen  
#2 Posted : Friday, March 6, 2009 12:23:21 AM(UTC)
ChingYen

Rank: Advanced Member

Groups: Member
Joined: 3/3/2008(UTC)
Posts: 185

Thanks: 8 times
Hi,

Yes, I used Graphic Mills with VS 2008 almost for 1 year. They works together. But, do not install the DLL into GAC, it will give problem during design time.

I am not sure what that happened to you..... but wut I could confirm is they works with each other.
dorisf  
#3 Posted : Friday, March 6, 2009 11:39:04 AM(UTC)
dorisf

Rank: Member

Groups: Member
Joined: 1/12/2009(UTC)
Posts: 11

Hi,

Thank you so much for responding to my post.
May I ask you:
1. did you copy the dlls into your VS2008 project's bin directory
2. and you did not add 'references' right?

Im unclear as to why this doesnt compile for me. I am using Aurigma's uploader no problem in my VS2008 project.

~ Doris.










dorisf  
#4 Posted : Friday, March 6, 2009 11:56:34 AM(UTC)
dorisf

Rank: Member

Groups: Member
Joined: 1/12/2009(UTC)
Posts: 11

I just added 2 entries for Aurigma into my webconfig ... and that cleared up most errors!

Now I just have one: DOES Anyone know how to clear this?
The type or namespace name 'RemoteScriptingMethodAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\NovaTWebsite\CropIt1.aspx.cs 42 10

It is in reference to this Aurigma code snippet:
[RemoteScriptingMethod()]
public void Crop(int left, int top, int width, int height)
{
BitmapViewer1.Bitmap.Transforms.Crop(left, top, width, height, RgbColor.White);
}


Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.