Lawrence Sutton's Q&A profile
SQL Server Cannot connect to SYNDIOMSVR. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor arc
I have the following mssql2005 error when I try to connect to the object browser.. [C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.SmoEnum\9.0.242.0__89845dcd8080cc91\Microsoft.SqlServer.SmoEnum.dll] InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified. (ObjectExplorer) Can anyone help me Thank you....god bless you all.. The .NET framework version has to match what SQL ...Show All
Software Development for Windows Vista Vista 5308 Media Center Extender issues
Does anyone know if the extender function in the Media Center module of the February CTP is compatible with the Xbox Media Center Extender (MCX) I have been attempting to set this up on my test system, and will get as far as the programming the device stage of the extender setup, but at this point the setup will sit there for over an hour without completing. Is there an update that will need to be obtained to allow this to function, or is this ...Show All
Visual Studio Express Editions Web Developer Express & Nunit?
How do you configure a web developer express project for Nunit integration I let WDE import my VS.Net 2003 code, figuring that I would continue to be able to use the TDD methodolgies, but it doesn't work. It throws a FileNotFoundException, because it can't locate the project dll. I can't even find the project assembly to manually load into nunit. It used to live in the bin folder, where the heck is it now Gac'ed I have googled and searched MSD ...Show All
Visual Studio 2008 (Pre-release) SelfHost WCF example on 2 machines
Hi, all ! I tried selfhost example to run different machines and client faild unless I added <identity><servicePrincipalName/></identity> to endpoint. So my questions in this case : 1) Why only "servicePrincipalName" work and not "userPrincipalName" ( this example run service as console application and not windows service ) 2) Why I don't need to add value attribute for "servicePrincipalName ...Show All
Windows Forms Static component - is it possible?
Is it possible to create a component that behaves like static - each time you put it into the designer's tray it is the same instance of the component For example, I have a collection of styles, brushes, etc., which is a component. I also have a couple of forms, each needs the collection. I put the collection for each form into it's components' tray. Each time a new instance of the collection is created. I want this collection to be the same in ...Show All
Visual Studio 2008 (Pre-release) WinFX Runtime Components 3.0 Beta2 Farked Up
[05/24/06,22:13:34] VS Scenario: [2] CPrevProductInstalledCheck failed : <font face=Verdana size=8pt> Thank you for participating in the Beta program. You must uninstall all pre-release products in a specific order before you can continue with setup. For detailed information, see the <a color=#3F4F7F HOVER-COLOR=#C3120C href="http://go.microsoft.com/fwlink/ LinkId=54981">uninstall support page</a> and the ...Show All
SQL Server Collation Conflict Error 368 (I think)
We just upgraded an instance of SQL Server 2000 to SQL Server 2005. When using our application to login, we are receiving an error 368, which refers to a collation conflict. Has anyone seen this I'm moving your thread to the database engine forum, where it may get more attention. Paul ...Show All
Visual FoxPro Two questions (about database structure & controls)
Hello. Today I've stumbled upon two problems I couldn't solve myself. 1. How can I get the structure of a dbf file (in order to make a query for creating the same table in MS SQL) 2. How can I address objects in a form by a cycle. For example for i=1 to 10 thisform.command(i).caption = str(i) endif Thanks a lot in advance Thanks very, very m ...Show All
.NET Development just in time debugger
Hello, we run a nighlty testsuite of hundreds of console applications, and if such an application crashes, it shall simply die and not create a popup window asking what program to use as JIT debugger. I unmarked Tools->Options->Debugging->Just-In-Time Debugging in VC8 and VC 2003. I run drwtsn32.exe -i so that the registry entries for Aedebug are set. I then get a popupwindow that the unhandled exception cannot be forwarded to a debugg ...Show All
SQL Server XmlSerialization with CLR
Hi, I have created the CLR Trigger Project. In that Project i'm refering one external.dll which is also deployed in the same database. This external.dl uses one method to serialize the data and send it to the server through socket.(The connection for the socket is already established). For this to work i know i need to turn on the Generate serialization assembly from the Build of Project Properties. After i ...Show All
.NET Development threading and debugging?
Hi there. Sorry for posting a daft Q, my apologies. I was wondering if it is at all possible in VS.NET 2005/.NET 2.0 to still step through the debugger when a thread has been started I would like to see what is actually happening in that thread. Or is it best to not implement threading until I have made sure that a method is meant to do what it should do, then implement a threading on that thread Another Q I have is this: when you do a "thread. ...Show All
Visual Studio Express Editions atlbase.h
While trying to convert com projects from VC6.0, I get: LINK : fatal error LNK1104: cannot open file 'atlthunk.lib' This is from atlbase.h . There is no way I can just comment out the #include for that, as some lucky programmer here said he did. It causes many projects to err out. Is there any way to get around this linkage error something like "#pragma error disable: 1104)" (wild stab in the dark here) Note that atlthunk.lib ...Show All
.NET Development is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server
i wan to know : 1. is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server i wan to do the authentication/authorization 2. how to implement it , can u give me the related hyperlink or some source code samples what i wan is : login.aspx --> login.aspx.cs --> iplanet directory -->login.aspx.cs i need to develop a security module , which can work on window(c#.net) platform and unix (java) p ...Show All
Windows Forms Adding Image to the DataGridView editing column
Hello all. I'm trying to add an image to the first column of a DataGridView. I mean - the column in which we click to allow selection of the row (I don't know its exact name), not the the grid.Columns[0] column. How can I had create custom ...Show All
Visual Studio problem deploying a new project type
I've created a new project type for the Pascal language. I have deployed and registered the VSPackage in the target computer, along with the project files, but, when trying to create a new Pascal project, I get the following error in a popup dialog: value cannot be null parameter name: type In my development machine, which contains VS SDK, the error doesn't occur... Can anyone help me please Thanks, -- AFurtado Do you have a PLK ...Show All
