Tagged Questions
1
vote
1answer
127 views
Structuremap Open Generic named instances
I must do the following:
var someType = ObjectFactory.GetNamedInstance("myNamedInstance");
where someType can be any implementation of ICommand.
so I registered some of them:
...
0
votes
1answer
2k views
SQL Server instance name with IP address
I have a very strange situation happening and I'm hoping someone here knows why.
I have TCP/IP enabled for all ports on the default port 1433.
All tests are consistent with SQL Server Management ...