Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi guys I am using nunit v2.1.4, when I run nunit on the file which is part of project on my computer it works very fine!

 

 

??????But when access files by nunit on LAN from other comp the Nunit does noy do test case (it ignores i.e yellow light).

 

Can any one help me in this matter?

  • Administrators
Posted

Can you access this remote component through code normally? If not the problem could be with permissions. Under .Net code running from a remote machine is restricted in what it can do. If you look under your administrative tools you should see a tool for Framework Configuration - you can use this to alter the access remote code has. If you search these forums you should find more information on changing these permissions.

Just to check though - is there anything preventing you copying the assembly to your local machine during testing? Just curious as I've never personally run tests against remote assemblies.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...