Cypry's Q&A profile
Visual Studio Different namespace for DDEX compact framework provider
Hi, I am writing a DDEX package that should work with both a provider for the .NET Framework and with another provider for the .NET Compact Framework. I want to have a single VSPackage dll for both data providers. The problem I have is that I want to use another namespace when I generate code for the Compact Framework provider. Under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\PocketPC\DataProviders\{my .NET provider GUID} I have to specify the InvariantName of the .NET provider namespace, but I would really like to use the Compact Framework namespace (I think). Can anyone point me in the ...Show All
Visual Studio Team System What is the best way to migrate the Pinning and Sharing project of VB6 to TFS
We are planning to migrate more than 400 forms and 1000 class from the VB6 in VSS to the VSTS. After the migration, can the development team still work in VB6 or they have to move to VB.net Besides that, pinning and sharing of the existing project will be broken after migration. Somebody mentioned that some freeware software can help out on this issue. Do you know the name of the software. OR. You have better solution for that Tim Wong Tim HK Wong wrote: We are planning to migrate more than 400 forms and 1000 class from the VB6 in VSS to the VSTS. After the migration, can the development team still work in VB6 or th ...Show All
Visual Studio Express Editions Problem isolating COM reference...
Warning 1 Problem isolating COM reference 'MSWinsockLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{248dd896-bb45-11cf-9abc-0080c7e7b78d}\Implemented Categories\{0DE86A52-2BAA-11CF-A229-00AA003D7352}' was not imported. EB_Launchpad how can i resolve this warning/error http://msdn2.microsoft.com/ms228225.aspx ...Show All
Visual Studio Team System Updating Assembly Version Information
Hello, I am looking for a way to automatically update the version information for all projects in a TFS Build. I have downloaded the AssemblyInfoTask from GotDotNet to take a look at it. Although it works fine for local builds I'm not sure how to use it with TeamBuild - or if it can even be used with TeamBuild. Since the AssemblyInfo.vb (or .cs) file has to be checked out first I'm not sure how to implement this in a TeamBuild script. Has anyone had any success with getting this custom task (or any other task for that matter) to update assembly version information in TeamBuild --- Thanks, Jeff O ...Show All
Visual Studio Team System TFS single security console
Hi, In the beta versions of TFS, and admin will need to set security in a number of different places (Team Exlporer, Sharepoint, SQL Server Reporting Services). It would be nice if an admin could set all these premissions from a single console. Are ther any plans to provide this functionality in RTM or future versions Thanks. ...Show All
.NET Development How to properly deserialize a property with type "Object"
Hi all, I have a class which is serialized to XML as part of custom serialization of a dictionary. The class has several properties, one of which which returns an Object type. The actual types that the property can hold are String, Integer, etc. Serialization and deserialization of the dictionary does not cause any exceptions to be thrown. However, when deserializing, the property contains a two-item array of XmlNode objects (one XmlAttribute and one XmlText if the original type was String) instead of the value it held when serializing. I've come up with a workaround, but I am fairly certain that there is a proper way to handle t ...Show All
Windows Forms Error when opening, Administrator, click once, .net 2.0
hello all, I have a click once application. my users are not administrators in their computers, I do not know if it is relevant just mentioning. The recent change was that we moved all user profiles to the server. The users has a sevre error, and the application load failed. here is the error description PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : file ...Show All
Visual Studio Express Editions Search
Ok i was wonderin. Can I, and if so, how do you search or if you like 'Scan' a hard drive with vb for a filename such as lala.exe or what eva. I'd love to know! Directory.GetDirectories and Directory.GetFiles can be used to recurse over a directory structure and apply a search string. ...Show All
SQL Server Writing data from multiple tables to a single flat file
I have a package that contains three database tables (Header, detail and trailer record) each table is connected via a OLE DB source in SSIS. Each table varies in the amount of colums it holds and niether of the tables have the same field names. I need to transfer all data, from each table, in order, to a flat file destination. I have created a flat file connector containing all the necessary fields that need to be transferred from the above three records. Header record contains 1 row of data. 4 colums Detail record may contain numerous rows. 28 columns. Trailer record contains 1 row of data. 4 columns. I need to write the row of data ...Show All
Visual Studio Team System Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" You can call the same web service methods that gssutil.exe uses. The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to see what's involved. If you decide to do it, let us know how it goes. Buck ...Show All
SQL Server Merge Replication Using RMO
i have done web synchronisation using RMO, where replication is happening on both ends, i want to perform one way synchronisation where a sales guy wants to update only his details to the server , and not to update the data from the server, can anybody help me on this task , the code for synchronisation i have taken out from msdn for Merge Replication using RMO programming .. Thanks Take a look at merge agent parameter -ExchangeType, you can set this to do upload only. Only caveat is that in SQL 2005, to download a snapshot you have to reset this to bidirectional value, which will then download the snapshot and upload/d ...Show All
Visual C++ CRecordSet ReadOnly in C++ Dll called from .NET
We are moving our existing VC++ V6 app to .NET using Visual Studio 2005 beta. To save on time we have been able to wrap up a lot of our existing base code into a separate C++ project within the .NET application. The main .NET application uses ADO.NET to connect to our SQL Server DB, the old C++ code uses ODBC via classes derived from the MFC classes, CDatabase and CRecordSet. We have completed some initial coding of the application and have been able to execute our old C++ dialogs from within the .NET application and can view the correct data in them (returned via CDatabase/CRecordset). However, we have been unable to update any data using ...Show All
SQL Server Uninstall SQL 2005 Beta CTP
Anyone come up with a cleanup of the CTP that keeps the RTM version from installing when even after the vs_uninst_betas.exe is run and doesn't remove it all. The SQL 2005 RTM won't install if it still detects any of the CTP left. Jeff, I have the DVDs for VS2005 Pro & VSTS, Beta 2 (July 2005 CTP) and I cannot find the file sqlbuw.exe that you mentioned. Where does it live Thanks. ...Show All
Visual Basic Resources Files...
Hi, i have created an application that use some external files. These files, when i build the application, go in Resources Folder. I can add these files in the .exe program Thanks, Bye!! Hi, This article might help - How to: Create Embedded Resources http://msdn2.microsoft.com/en-us/library/e2c9s1d7 . Also there are helpful topics on managing application resources at http://msdn2.microsoft.com/en-us/library/9za7fxc7(en-us,VS.80).aspx . Best regards, ...Show All
Smart Device Development Smart Device application for windows CE. NET and java web Service
Hello, I’m trying to develop a smart client application for Windows CE.NET using Visual studio. This application invoke a jax-rpc web service deployed in Sun Application server edition 8. When i invoke one method that returns a boolean, gives me this error: error: "An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in System.Web.Services.dll Additional information: JAXRPC.TIE.01: caught exception while handling request: unexpected encoding style: expected=http://schemas.xmlsoap.org/soap/encoding/, actual=" What is the problem Thank you. Rute NETCF does not like ...Show All
