Tagged Questions
The workgroup tag has no wiki summary.
3
votes
4answers
149 views
Handling multi-user work on Version Control Systems [closed]
I can imagine system of how can multiple programmers work intensive on same codebase in same time.
I think the Version Control System on server should be able to lock one file for editing when one ...
3
votes
3answers
199 views
Using SVN alone or in small workgroups - workflow approach?
I have spent some months working on a web application and we're come close to production stage. It's soon time to expand the development group with 1-3 people on this project.
I have not too much ...
1
vote
3answers
102 views
how to connect to sql server 2008 (R2) on same workgroup on intranet [closed]
I am trying to connect to sql server R2 instance on same workgroup but I get
(error: 26 - Error locating server/instance specified).
please Assume I have pc pc1 and pc2 with windows 7
network ...
1
vote
1answer
56 views
Accessing networked computers using C#
I have built an application with a tree view showing the file structure of the server the application is running on. I want to be able to include in the tree the file structure of machines connected ...
1
vote
1answer
539 views
Why does MSMQ think I'm on a workgroup computer?
My computer is connected to a domain, but when I go to create a public queue:
MessageQueue.Create(@".\testqueue");
I get this error:
A workgroup installation computer does
not support the ...
1
vote
0answers
257 views
Connecting to VS2010 Remote Debugger from a domain?
I'm trying to set up a remote debugger connection from my dev box on a domain to a web server (SERVER) in a workgroup with no success and I'm hoping for the some insight.
---------------------------
...
1
vote
3answers
855 views
In C# how do I get the list of local computer names like what one gets viewing the Network in windows explorer
There are a lot of questions about getting the name and IP addresses of the local machine and several about getting IP addresses of other machines on the LAN (not all answered correctly). This is ...
1
vote
1answer
382 views
Enumerate pc's on a workgroup using WMI (c++)
I'm trying to enumerate all the pc's in my workgroup lan (not a domain) using WMI.
I can't figure out which class to use or if there is any class that offers this functionality?
I've tried several ...
1
vote
5answers
1k views
How can I get the Workgroup name of a computer using C#?
I've read about getting it with the Environment class, but can't find it.
Thanks guys.
0
votes
0answers
46 views
How to set explicit NetworkCredential for authenticating to a workgroup computer instead of domain
I am using the following form of the NetworkCredential constructor to set explicit credentials before invoking a webservice that requires a specific identity:
myWebService.Credentials = new ...
0
votes
0answers
53 views
Make a folder shared for anonymous login
I have a folder on a windows server 2003 machine in a workgroup that I want to share with a server 2008 machine that is in a domain. I want that to be accessed without prompting for logon credentials.
...
0
votes
1answer
113 views
Move TFS2010 to a domain
I am trying to move my TFS2010 server to a domain and keep getting "TF246017" database error. I followed the instructions on:http://msdn.microsoft.com/en-us/library/ms404883%28v=VS.100%29.aspx
I shut ...
0
votes
0answers
91 views
opencl local memory crash or work
i write one opencl kernel for compute the mv(motion vector) with blocks.
i use the group id to divide one image into different blocks into local
but the code crash in the step of reduction
as ...
0
votes
1answer
172 views
OpenCL order of work-group processing
I have question about work-groups processing in OpenCL. If I have 10 work-groups and every work-groups has 8 work-items. Is there an strictly order of work-group processing on GPU? Are the work-groups ...
0
votes
1answer
450 views
Access Denied when using system.management for shutdown
I'm trying to create a small program in C# -MVC# 2008 Express- that will let me turn on and off the 15 computers I'm in charge of, remotely. Turning them on was easy but turning them off seems to be a ...
0
votes
1answer
947 views
SQL Server 2008 express R2 logon problem after switch from workgroup to domain
My network just passed to domain from workgroup and my SQL Express 2008 R2 refuses to start saying that the logon is not correct.
Thank you for your help
0
votes
1answer
202 views
How do I create a script to switch between a Domain and my Workgroup
I am searching for a way to switch between my home's workgroup and my work's Domain.
I am sure that it can be done with some commands in batch/python language but I have no idea how to do it...
I'll ...
0
votes
1answer
2k views
MSMQ on a domain controller defaults to workgroup mode, how to switch to Domain mode?
I have a Windows Server 2008 machine acting as Domain Controller for a test domain and I have installed MSMQ on this server including the "Message Queue Server", "Directory Services Integration" and ...