Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Visual Basic
  • Visual J#
  • .NET Development
  • Visual C#
  • VS Team System
  • Visual Studio
  • Visual FoxPro
  • Game Technologies
  • Windows Vista
  • Smart Device
  • Windows Live
  • Visual C++
  • Windows Forms

Software Development Network >> objecta's Q&A profile

objecta

Member List

wojtas_a
Arnold_HellBoy
pire
LeonardLay
aarron
mister_ray
sqldbapree
CaravanBill
Giri Nair
Alex Franke
lynnbt
VaibhavG
kke
BostjanK
eric788
XaiterRetiax
Mark Brady
ArgusLab
nsinghal
ChanKaiShi
Only Title

objecta's Q&A profile

  • SQL Server Transactional LOB replication error

    We are trying to replicate a varchar(max) column and receive the following error when trying to insert a record on the publisher: Length of LOB data (75679) to be replicated exceeds configured maximum 65536. The distribution agent is set up to use the oledb streaming profile so I can't figure out where this setting is. Yes, thank you. In the section on LOB replication in BOL it implies that this only affects text, ntext, and image data types and is also listed only under that heading. ...Show All

  • Visual Studio Zip task not given required parameter

    Hi, I'm trying to use the zip functionallity of Microsoft.VsSDK to zip my project files directly under VS. Similar to the IronPython project sample. But I'm getting the following error: Error 67 The "Zip" task was not given a value for the required parameter "ZipName". ProjectTest I've added the following to my csproj file: <Import Project="Tools\Build\Microsoft.VsSDK.targets" /> ANd <ItemGroup> <ZipProject Include="Templates\Projects\GameApp\TSApp.vstemplate" /> <ZipProject Include="Templates\Projects\GameApp\__TemplateIcon.ico" /> <ZipP ...Show All

  • Visual Studio Tools for Office Office.Core and Interop.Word, manipulating documents without opening word ?

    Hi, we are writing a server app that would check the validity of the signatures on incoming word documents. But apparently this needs Winword to run in the background (and hence it needs to be installed on the server) this results in quite a heavy load, and a potential for memory leaks and security issues. So is it possible to alter a word document without having word opened (so all processing is done by the application using the libraries, and not word in request of the application) We're using VS 2003 and the C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll and C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.W ...Show All

  • Visual Studio Team System Bad request error during Project creation

    Hi, I succesfully installed TFS beta 3 The TFS server is places into our DMZ. Creating projects is only possible localy on the server or on our intranet (only if i add the computername to my hosts file). When I try to create a project through our extranet the following error occurs 11/11/2005 9:23:43 PM | Module: Rosetta | Thread: 23 | Entering Initialize in RosettaReportUploader ---begin Exception entry--- Time: 11/11/2005 9:23:52 PM Module: Initializer Event Description: TF30207: Initialization for plugin "Microsoft.ProjectCreationWizard.Reporting" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unabl ...Show All

  • Visual Studio Express Editions Membership Provider..?

    Hi. I created an Login-Form in Visual Basic.NET Express edition. Now I want, that the Application validate the typed username and password in the login-form with an online MySQL database. I already found an tutorial from MS, but it wasn't usefull, becouse i needed MS Visual Studio. Can anyone help me Micronax What did the tutorial use that is not in the express edition, was it the database explorer You should find code to connect to mySQL easy enough using google, then it's a trival bit of SQL to check a username/password combination. ...Show All

  • Visual C# Casting an enumeration that has a defined type..

    public enum foo : ushort { foo, bar } ushort test = foo.bar; Cannot convert from 'Test.foo' to 'ushort' Sure, I can make variable of type foo, but I'm encoding the value to a network stream, so I want it as a ushort. The thing is, I specifically told the compiler the enum is of type ushort, so why do I have to typecast it You need to cast it :-) ushort test = (ushort)foo.bar;  Oh - you said *why* do I have to cast it Because C# is a strongly typed language, IMO it requires casting more often than it really should, but at least it's not VB :P   ...Show All

  • Visual Studio Express Editions problem with the installation of Visual C# 2005 express edition

    Hi, I downloaded the Visual C# 2005 express edition. When trying to install it, I got an error saying that setup has stopped because microsoft .net framework 2.0 could not be downloaded. Anybody could help me Thanks. Sherry Hi, Hmmm. You could try downloading a copy of .Net framework 2. Install it and run the express installation again. Here's the link . cheers, Paul June A. Domag ...Show All

  • .NET Development SQL MOBILE - Cannot find data source

    Hey everyone, Just wondering if anyone could answer a simple question for me. Here is a brief background on what I'm trying to do and my setup. I'm working with .net studio 2005 and Windows Mobile 2005. I'm just doing some testing with SQLCE for future projects that I plan to implement with it. I'm somewhat new to .net, however I have experience in VS6.0. I wrote a simple app that contains Data Binding and was attempting at Datasets on a Mobile device, but I ran across some error. However that error I'm not concerned with yet. The error that I'm concerned with is tring to implement the same project except connecting to a mobile database o ...Show All

  • Visual Studio Team System Feature request: Class name filters

    It would be very useful if we could create regexp-based filters that would tell whether a particular class should be analyzed. Here's an example: I don't want FxCop to analyze third-party code that is a part of my assembly (PowerCollections), nor do I want to analyze auto-generated xml serializers code that also resides in that assembly. If only I could set up couple of filters like "skip classes whose full name starts with "Wintellect.PowerCollection" and "skip classes whose full name ends with "Serializer"... Andrew, We have discussed this quite extensively before internall ...Show All

  • Visual Studio Express Editions Windows Media Player object

    Hello, I'm using the AxWindowsMediaPlayer-object to play sounds in VB.NET. Everything goes well, I can select sounds,play them, configure the balance, the volume, .., but I can't seem to figure out how to play the next sound in my listbox when the previous sound is over. I've tried .EndOfStream, but that doesn't seem to work. Anyone here who knows how to get this to work Any help would be appreciated. Grtz, Tom. Memory is fuzzy but the media player should have event that is triggered when a selection ends. You would then subscribe to this event by double clicking on it the property window and then get the next item in the listbox an ...Show All

  • Visual Studio Team System Is TSF Server included in Whidbey Beta2 DVD?

    I could not see the TSF Server install option when install Whidbey Beta2. Should I install Whidbey Beta2 on Win2003 to install TSF Server, or is it included in another installtion package Thanks! TFS Server is a separate download for MSDN Universal subscribers.  It should be listed as part of the Visual Studio 2005 beta 2 expando as one of the items underneath the team suite iso. --Oren ...Show All

  • Visual Studio API for browsing VS 2005 "Track Changes" (yellow/green editor margin)

    Hi, VS 2005 introduces a cool feature that allows the programmer to track changes in the text editor using the yellow/green line that VS draws on the left-hand side. Does anyone know if it is possible to browse those code areas (same as we browse manually added mark points) How can I program a macro / add-in / package that performs this task Thank you, Eyal The DTE object, the root of the automation model, is a service. You can get to an instance of this with code such as this in your package's class: GetService(typeof(EnvDTE.DTE)) Craig ...Show All

  • SQL Server Chart Labels at an angle??

    Hi, I have created a report with bar chart but the labels are too long and often go into next line. Is there any way to specify text orientation for labels of a bar chart I would like to show the chart labels at an angle. Is it possible Any help will be appreciated! This depends on which labels you are referring to. If you are referring to data point labels, then yes, it is possible to specifiy an angle. However, if you are referring to the labels on one of the axes, then no, it is not possible at this time to specify an angle. These labels are positioned automatically. The ability to manually set the angle for axis labe ...Show All

  • Windows Forms Datagrid row

    I'm working in datagrid in winform, I need to adding a new row while i click any cell of datagrid.Normally, we need to keypress the cell the datagrid juz add new row,but now i need click cell then the new row will adding... pls help me I post at asp.net last time.... I should post this at here again This can get a littl ...Show All

  • Windows Forms Click Once problem

    Hello Here is a sample project, you can see the project files and I publish with Click Once http://69.157.208.171/Sett/ 1. When the program is installed you can run it and set up some value. It will be setting in My.Settings .... 2. I run Scheduler Task for the same program from C:\Documents and Settings\Administrator\Local Settings\Apps\2.0 ...... I have only 1 account and I setup the password in the scheduler correctly... When you run the program the first time from the scheduler My.Settings are empty. If I put some value the first time I use scheduler everything is OK, but I want to use the settings that I se ...Show All

©2008 Software Development Network