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

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

SSAS_STUDENT

Member List

Mojosound
kesim
moveit
soconne
hari krishna panda1
Wahl04
Michael Vanhoutte
Freqy
Ekta
NBaig
Rhubarb
orent
EricSmith
Devin
ItsMe!!!
micha12
Santhosh Pallikara
nhaas
Jehan Badshah
papadi
Only Title

SSAS_STUDENT's Q&A profile

  • Commerce Server Another error when trying to use catalog or marketing manager refersh site cache option

    hi, Error message from event viewer listed (below): System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> There was an error generating the XML document. ---> Instance validation error: '0' is not a valid value for System.Net.HttpStatusCode. at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy) at Microsoft.CommerceServer.Internal.Marketing.MarketingServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters) at Microsoft.CommerceServer.Internal.Marketing.MarketingServiceProxy.RefreshCache(String cacheName) at Microsoft.CommerceServer.Internal.Marketing.AgentMarketingSystemImpl.RefreshCache(String cacheName) at Microsoft. ...Show All

  • Windows Live Developer Forums Humongous Javascript Api File.

    Hi, I am using v4 of the virtual earth control. But each time I open the page to view the map, it takes an age to load. I've used fiddler to detect the file sizes, and it seems the main file with the core script in it is 436,179 bytes, which seems huge. http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js -- 168 http://maps.live.com/veapi.ashx v=1.3.1115150037.31 -- 436,179 Also the files are set to not cache, which means the files have to be downloaded each time! I checked the files for maps.local.live.com and it does not download one big file, but instead multiple small files. Ive summed the bytes for the whole page, which comes to about 582,228, but the actual mapping components only seem to add up to ~178,000 bytes, which ...Show All

  • Visual Studio Express Editions variabels in a name

    I 've got a question: is it possible to set a variable in a name I 'll give an example of what I want! I want to add some text in textbox5. and variable x = 5... Textboxx.text = "example" You see I know this code isn't working but I wanted to give an example of my problem. Is there anyone who know (if it is possible) how you can get variables in a name thx It is good, but it isn't exactly what I want. I'll give a new (and better) example: I have 10 textboxes. In 5 of them I want to set a number. So I want this Dim x as Byte = 1 Do until x = 6 Textboxx.Text = CStr(x) x += 1 Loop In that example, Textboxx is successively: Textbox1, Textbox2, Textbox3, Textbox4 and Textbox5. Do you understand it better Is there someone w ...Show All

  • Visual Studio Team System AssignedTo names in reports

    For importing items from our existing tracking systems into VSTS, we created local users on the server for all members defined in the previous Tracking system. This was necessary in order to be able to re-create the items in VSTS with the "Created By" field set to the initial creator of the item (before import). After the import we removed all local accounts (from the server and from the TFS groups) and added the domain-accounts. This seems to work fine for querying, but not for reporting. Whenever I filter on the AssignedTo dimension in a report, I get the full list of accounts that ever existed on this server. Even those that never imported any events. Some accounts are listed twice (domain + local account ). Is it possible to ...Show All

  • Windows Forms combo box

    any kind soul can help me, i really appreciated. i am using c#. and access DB. i have a table with 3 columns: ID, NAME, AGE. is it possible to have the 3 colunms in one combobox what is the code and let say i have a combobox which shows the ID. it is possible to have 2 textbox that shows the NAME and AGE for example when a person choose an ID from the combobox, the 2 textbox will change accordingly to the selected ID how do i do that. pls help me urgently. i sincerely thanks in advance. Hi Yeodon, well Part II not only consists of ddlstTeacher_se.... that method but also some code in Page_Load event, that I included in my earlier reply also. //--- Part II //--- i have a combo ...Show All

  • Windows Forms Saving user preferences

    Hello all, I have an application which needs to store the user preferences and configuration settings somewhere on the disk so that it could load them when the application starts up. I am supposed to use SQL server authentication which means more than one person can launch the application from the same windows login account. This means that I cant use IsolatedStorage, isnt it I thought of creating xml files for each user but I dont know where to store them on the disk !! Any pointers on this would be appreciated. Thanks a lot! Or if you are in the .NET 2/VS2005 world, you could use visual studio's built-in support for application and user settings. For windows forms projects (not sure about other types) t ...Show All

  • SQL Server Dynamic dimenssion security

    I am trying to pass the username to a vb function in the allowed members set of a dimenssion. For some reason it is not getting to the function. All of the other parameters are being received as I am logging them in the event log. Any ideas on why it looks like the username is not being picked up at all would be great. Thanks in advance. Chris Hi Michael, Thanks for the reply. I have since found the problem. It seems accoring to this article http://support.microsoft.com/kb/913667 that we needed to run sp1 and the hotfixes. It is now passing the correct username :) Chris ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3D Mesh Object does not exist...and Spacewar is using new "swm" format?

    Looking at the SpaceWar sample...I am wondering if there is somewhere a converter from .X or .XBF to the SWM format. Looking at the loader in the Simplemesh.cs class, it looks like the SWM is using a propriatary header and than the binary .X format.. Can anybody help with this format I would love to use 3D Max and export to .X than read it into my game...but without a code converter to SWM...hard:-) It was mentioned in another thread that the guys that did the Spacewar game had a utility that converted from .x to .swm, and they were going to see if we could get a copy :) http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=683102&SiteID=1 ...Show All

  • .NET Development msWebBrowser..again and again and again: memory problem

    Hi all. I read a lot about this topic and i found that there are many people like me having problems with the memory usage of the ms WebBrowser component. First i was using the AxWebBrowser component and had problems with the memory usage. With every new page-load the memory usage increased by some megabytes. As a result, it is almost IMPOSSIBLE to build a automated browser for complex operations (cause after 10 minutes, the programm uses 250 MB Ram...). When i noticed that ms has added a webbrowser-control to their base Windows-Forms NET classes in visual 2005, i thought this wrapper class would handle this problem, but as it seems, nothing has changed. I read a lot in the web and this is a very well-known problem. Some guy said calling t ...Show All

  • Visual Basic sort datagridview

    I notice automiatc sort of datagridview only allow sorting one column. I I have a table with columns viewname, code, sequence and values and want to sort by viewname, code and sequence, how do I go about it Do I have to create a virtual column and sort on that Oh, I want the datagridview automatically keeps database source updated. Apparently when I naively add an order by query to the datagridview, changes are longer propagated to the database source. ouch! The BindingSource component has a Sort property that can be set for complex sorting scenrios. Applying a sort should have no affect on your ability to update the underlying datasource... If it does, it implies that you aren't editing ...Show All

  • Windows Forms dynamic checkboxes.

    Dear All, Would appreciate any help. I have a list of properties stored in an array like, p[0].text, p[0].bgcolorm p[1].text, p[1].bgcolor etc.. I want to dynamically create buttons/checkboxes on the form with the properties as specified in the array. If possible I want to put the buttons/checkboxes in a panel (or something else to keep them together as an entity in the form ) can someone tell me how to do that and BTW, I should we manually specify the position of the buttons there is anything that will hold them together and arrange them nicely in rows Thank you all so much in advance, prasad.. Hi, there's a FlowLayout control, which would help you arrange your checkbox's in rows [without having t ...Show All

  • Visual Studio Express Editions FTP TO MainFrame

    Hi, Does anyone know how to upload and download files from mainframe using FTP from vb.net 2005 (Mainframe does have username and password) You will have to use one of the network classes to do this. But in the mean time I will move the post to the VB groups as this group is for registration and install problems. Also you might want to have a search on www.codeproject.com or www.planet-source-code.com as there might be a complete example there for you to use. ...Show All

  • Visual Studio IronPython will not run after installing September SDK RTM 3

    Hello, I recently had the April SDK RTM2 installed. To run ironpython I had to open ironpython and F-5 as instructed to get the ironpython environment. I uninstalled the RTM2 and the installed RTM3 and cannot do anything related to ironpython once I build. Visual Studio just crashes. Steps done 1) Launch Visual Studio 2005 - with SDK RTM3 2) Open the IronPython solution in the 2006.09 tree 3) Click F-5 to build and launch to run python. 4) Open or create a console application project ** I see nothing in the solution explorer and when I click some more it Says that "Microsoft Visual Studio has encountered a problem and needs to close". and the details are: AppName: devenv.exe AppVer: 8.0.50727.42 App ...Show All

  • Visual Studio Diff Editor for VS2003/2005

    Hi Is it possible to use SuperDiff component from PowerToys suite as a part of another commercial product - extension for VS What is a legal possibilty to use it - licencing, ability to deploy independently from PowerToys distribution, source code Hi Ramil, Unfortunately, this is not possible under the current license. We license the Power Toys freely for end user's use, but you cannot redistribute them. thanks, James Lau Program Manager, VS Ecosystem ...Show All

  • Visual Studio Team System VCAdapter.processChangesets throws an Exception.

    I'm getting this error every time the Warehouse is trying to update. Can I do something to remedy this, like deleting the changeset Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 25-02-2007 Time: 00:35:01 User: N/A Computer: SYNDROME Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 24-02-2007 23:35:01 Machine: SYNDROME Application Domain: /LM/W3SVC/3/Root/Warehouse-3-128168330489652128 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0 ...Show All

©2008 Software Development Network