Software Development Network Logo
  • Visual Basic
  • Visual FoxPro
  • Audio and Video
  • VS Team System
  • Smart Devicet
  • Game Technologies
  • Windows Forms
  • Visual C#
  • Visual C++
  • Microsoft ISV
  • Visual Studio
  • IE Development
  • SharePoint Products
  • .NET Development
  • Windows Vista

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

kbradl1

Member List

thedodo
Alex Krapivin
JKountouroglou
Folyjon
GCDev
Ravencraft
Jessica Alba
dagjo
Raymundo Chapa94595
VFaul
ennisb
walter_verhoeven
Jarek Błaszczyk
Knoxford
Asaf W
tdcntt
Rui Rosa Mendes
N_John
Andy Wilbourn
Peter Mackay
Only Title

kbradl1's Q&A profile

  • .NET Development Consuming webservice method with custom object argument

    I have a webservice which takes a custom object (defined in a referenced dll) as an argument. The object is [ Serializable ] and [ CLSCompliant ( true )]. The consumer is able to create this object by referencing the same dll. However, the consumer is expecting a different argument type. The type it is expecting is ProjectName.WebRefName.ObjectName I have tried creating an object of the type the web service is demanding, but I lose functionality of the desired object (eg, collection members). Why is the consumer expecting a different argument type than what is defined in the webservice Thanks. I have also discovered that reference.cs has changed the generic list&nbs ...Show All

  • Windows Forms Exclude property of dependent files does not persist within .vdproj

    Within a .vdproj I add a number of files to install within the 'File System' editor within Visual Studio 2005. Various dependent files are automatically included. Some of these dependent files do not need to actually be installed and so I set the 'Exclude' property to 'True' for each. I then save the .vdproj and build. When I close the project down and re-open it, the dependent files once again appear within the 'File System' editor, with the 'Exclude' property reverted to 'False'. Setting the 'Exclude' property of these files does not seem to persist between shutting down and re-opening the project. This causes us a problem for successive builds of the .vdproj. Is this a known bug and how do we overcome this ...Show All

  • SQL Server Problem while deploying Report on server

    Deploying to http://localhost/ReportServer Deploying data source '/Report Project1/cnt_SDS_REQUEST'. The Report Server Web Service is unable to access secure information in the report server. Please verify that the WebServiceAccount is specified correctly in the report server config file. I have just installed the lastest version of "Microsoft SQL Server 2005 CTP" and anytime I try to reach the ReportServer website, I get the following error message: Reporting Services Error ...Show All

  • Visual C# Form Designer - multiple controls inside one single source file

    Is it possible to use the form designer with controls that exist in the same source file Or is the <ControlName>.cs + <ControlName>.Designer.cs mechanism strictly neccessary No, <ControlName>.cs + <ControlName>.Designer.cs is not necessary but just a good habbit to seperate codes accrding to behavior, this is new feature in C# 2.0 and is called partial types. using this you have a single class on multiple files. Its just the idea of isolation of presentation and behaviors. You can put all the code into a single file or even you can have 10 controls in a single file. Best Regards, ...Show All

  • Visual Studio 2008 (Pre-release) BindingList<T>, works via remoting but not via WCF

    I have a custom list EntityCollection<T> which inherits from BindingList<T> When I try and get one of these custom collections through WCF I get an error similar to that below; >> Type 'System.DelegateSerializationHolder+DelegateEntry' >> with data contract name is not expected. Add any types not >> known statically to the list of known types - for example, by using >> the KnownTypeAttribute attribute or by adding them to the >> list of known types passed to >> DataContractSerializer. Im not using a generated proxy, I am using the same assembly both on the client and the server (this is a closed system) this seems to work fine via .NET remoting - how can ...Show All

  • SQL Server Execute a flatfile source to oledb destination for each file in a folder.

    Hello, I wanted to do the following. Copy a full directory from source to destination (Done) then for each file on the destination directory,it must process that file and insert rows on the table. So I created a foreach loop, and created a varriable aclled CURRENTFILENAME, and assigned it into the foreachloop to index 0. Inside the foreachloop I created a dataflow task, in the dataflow task I dragged a flat file source and an oledb destination, but I noticed that the flat file source requires flat file manager, and the flat file manager requires a unique FILE NAME. I cant put this c:\copia\*.txt. I took a loot at flat file source properties and it has associated the flat file manager, but I can not assign the filename to ...Show All

  • Smart Device Development Register a dll on windows ce

    I use a com dll with my project on windows ce but I must register it.I try to do this with adding cab project to my project and I add the dll to the cab for registration but it didn't work it can not register it. And I didn't find the regsrvce.exe file on my system to register the dll. Is there any way to register the dll on windows ce. I'm having a simlar issue. I have written a managed ActiveX control in C# (Compact Fx 2.0) and would like to register it on a smart device. I would then like to use that activex control in internet explorer. So far I have tried created a smart device cab project and added the output of my activex control project, copied the install to the device, ran it. But ...Show All

  • Visual Studio 2008 (Pre-release) 8-like documentum's logo

    Can someone reproduce a blue 8-like figure (which comes along with 2 navy balls) , used in Documentum's logo (right to the Help at the top) using loose XAML, please I managed to create a similar one, using 4 Arcs, but it doesn't look smooth enough, especially when it gets scaled up (say to 200X600 px). I guess it can be done with beziers, in which I'm not really strong. The aim is to connect two circles with the *smooth*, narrowing to the middle link. Thanks. P.S. Apologies, if posted to the wrong forum. I don't have any specific suggestions, but you may feel more comfortable with Beziers if you use an interactive tool like Expression Blend: http://www.microsoft.com/products/expression ...Show All

  • SQL Server external image not rendering when generated from aspx page

    I'm having problems displaying images generated by aspx pages from a report. It works fine if I point the external value to a static image on the web. I can paste the url to the page into IE and it generates the image with no issues. What am I doing wrong I used a textbox to verify that the correct url is being generated (= Parameters!MYPROJECT_URL.Value & Parameters!MYPROJECT_NO.Value). Are there any issues with generating external images with reporting services I have installed SP1 for MS 2005...shouldn't I see some sort of visual confirmation in Management studio when I click the Help Menu->about saying the version is MS SQL Server 2005 how do I verify that the upgrade was successful ...Show All

  • Visual Studio Express Editions vb command line problem

    Hi, I'm starting out in C++ and using the command line prompt to compile my programs using the cl /clr [programname].cpp command. Unfortunately, whenever I have alot of errors in my code, the error list this command generates overruns and I can't scroll backwards through them far enough to get to the earliest code errors (they seem to be "cut off"). Does anyone know a way around this Thanks so much, Chris Try expanding you command prompt limit or just redirect the output into a file (e.g. cl /CLR a.cpp > temp.log). Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Express Editions no symbols are loaded for any call stack

    I get a no symbols are loaded for any call stack error when trying to debug my program, is there a way to make it create the .pdb Debug: 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\Client.exe', Binary was not built with debug information. 'Client.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\RakNetDebug.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\advapi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. max xfile plugin

    Anyone know where I can get hold of one of these nowadays Try this: http://www.andytather.co.uk/Panda/directxmax.aspx The panda directx export also supports earlier versions of Max. I've used this for several years on many projects and it has served me very well. ...Show All

  • SQL Server Incorrect parameter order - Months

    Hi to everyone,  Sorry if this has been asked before but I couldn't see anything similar from a search of the forums.  I'm trying to filter reports using two parameters set up in the data tab of report builder in VS 2005. I want to filter on month and year, and when I set these filters up in the data tab VS creates the two report parameters for me. When the report is previewed or deployed, the year parameter drop-down list is in the correct order, but the month parameter drop-down list is in alphabetical order (April, August, December, etc).  I have set the time dimension up, with the hierarchy year>month>date. Is there any way to force the months into their correct order I have created parameters of my own to do thi ...Show All

  • Visual Basic Parseing text file

    Hi All, I've serached the formums for this and have foudn the following links which is part of what I want to do http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.fileio.textfieldparser.aspx http://msdn2.microsoft.com/en-us/library/x710fk43.aspx The 1st of these two links is more what I want, however in the file I'm loading the delimeter may not always be the same for each row. The records will all follow the same format, for example --> Row1, Field1, Field2, Field3;Field4,Field5, Field6:Field7, Field8 Row2, Field1, Field2, Field3;Field4,Field5, Field6:Field7, Field8 As per the example here, between Fields 3 and Field 4 on every row there is a semi-colon ";" as a delimeter and between Field6/7 ...Show All

  • SQL Server Migrate SQL 2000 to New SQL 2005 Installation.

    Hi all, in my current environment, I have a single server SQL 2000 setup that's being replaced. I'm in the process of installing a new SQL 2005 cluster with the thought of taking advantage of 2005 mirroring and clustering, but have a few questions. 1. My thinking is that I can migrate my 2000 databases to 2005, but leave the databases in 8.0 (2000) mode. Are there any issues with this I know they won't take advantage of the 2005 performance boost 2. Some of the apps don't support 2005 yet so I need to leave them in 2000 mode until they do. Is SQL 2005 fully backwards compatible with a SQL 2000 database 3. Will mirroring work on SQL 2005 with a database that is still in 2000 mode Thanks for any assistance with this! ...Show All

©2008 Software Development Network