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

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

Austinsnana

Member List

RSUser08
Part Time Australian
Maxim Michtchenko
Jassim Rahma
mattdawg
chakravarthy_b
PublicError
me*
Helio D
TonyX852
Christopher Ireland
JR-XNA
Dhanya Ajith
ClarkMN
Al-Arabi
Pwint
JasonG271009
MartinMalek
Eric Anderson
asalcedo
Only Title

Austinsnana's Q&A profile

  • Visual Studio Express Editions [VB.Net] Error running my program on other systems (clr20r3)

    Hi, I'm a bit new to programming and I've made a program in VS2005 based on VB.Net. In this program I use a few components like windows mediaplayer and dirextX audio. When I run the (with ClickOnce) instaled program on the system I programed it, it runs fine. But on onther systems it gives a error at startup. I've already did some searching on the net and find out it could be the intergrated components. I have tryd to set all components to "include" but that did not make any difference. Still the error. My question is: How can I check what is missing on the other systems Or what else can be the problem you need to install the DirectX redistributable package http://www.microsoft.com/downloads ...Show All

  • Visual Basic Weired Problem VB 2005. Slow Datagridviews after working with the code

    Ok this one puzzels me to no end.  I have a datagridview that is bond to a dataset witch gets the data from a private SQL server(I'm the only on using it at this time).  At first the DGV pops up fast.  After working with the code for a while the DGV starts to lag at seting the datasoure property.  I can take this now slow code and copy paste into a new form and it runs fast again.  I've cleared the solution and rebuilt.  Closed VB2005 and reopened the solution, but it seems only moving it to a new form works.  Any one else out there having the same problem or any ideas on how to correct it cybertaz69, I suggest you to install the SP1 for Visual Studio 2005 with linked as follows: http://msdn2. ...Show All

  • .NET Development I can't get WebResponse from WebRequest on one server but I get it on others

    Hi I'm having a problem using webresponse on one server but my code works well on other servers. I get the following error: The underlying connection was closed: The remote name could not be resolved. at System.Net.HttpWebRequest.CheckFinalStatus() at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.HttpWebRequest.GetResponse() at magrosa.PubVars.ResizeImage(Int32 maxWidth, Int32 maxHeight, String picFile) The function below which gives this error on a particular server is for propotionaly resizing an image before its displayed on a page if its bigger than set maximum dimensions: -------------------------------------- Public Shared Function ResizeImage( ByVal maxWidth As Intege ...Show All

  • Visual Studio Express Editions Execute Problem

    Im trying to make a game launcher (MU launcher) that will launch the main.exe and conenct to some Ip+Port...i've done that in Vb6 but it seems its not same at all in C# that's 1 of the lots of ways i tryed. private void Form1_Load( object sender, EventArgs e) { System.Diagnostics. Process Soul_Launcher = new System.Diagnostics. Process (); Soul_Launcher.StartInfo.FileName = "D:\\SoulMU\\SoulMU\\Main.exe CONNECT /u82.102.64.11 /p44405" ; Soul_Launcher.Start(); } @ Vb6 it was Privet Sub Form_Load() Shell (App.Path & "\main.exe CONNECT /u82.102.64.11 /p44405"), vbMaximizedFocus End Sub anyone maybe know how to do it .. * ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Visual Studio 2005 Pro and XNA

    For whatever reason, I can't get XNA of any flavor to run with Visual Studio 2005 Professional. (A legal copy, before you ask.) I'm told when I try to install XNA that I need Express Edition. Surely XNA won't lock me out because I have a better program than the required edition Anyone What I meant is that you wont have any problems with your VS installation. Basicly as mentioned in ProfEclipse's post when uninstalling Express you would lose 3 things: ProfEclipse wrote: ... you won't have the project templates (no big deal) and you won't be able to use the content pipeline (big deal). Also, if you care about developing for and deploying to XBox, you won't be able to do that either. As for me I'm using both VS Pro an ...Show All

  • Windows Forms winforms 2005: designer error because I used a keyword..i fixed but i still get error

    hiya, I am getting the error: <error> Error 6 Cannot implicitly convert type 'string' to 'System.Windows.Forms.DataGridViewTextBoxColumn' </error> this was because I had named the winform "MainForm" So, I change the name to "frmMainForm" I then clean and rebuild. Same error, even though the name is no longer a keyword. Any ideas cheers, yogi I call my forms "MainForm" all the time and have never seen this. Are you using DataGridViewTextBoxColumn's somewhere in your app that might causing this I suspect something else is going on here. Alternately, can you post additional details so we can get a better idea what is going on ...Show All

  • Visual Studio Team System problems passing parameters to subreport

    hi, i want to pass parameters to a subreport. i followed the description of the following how-to: http://msdn2.microsoft.com/en-us/library/ms160348.aspx so i select in the properties - parameter tab of the subreport all the provided parameter name. actually there is just one. and i checked that the subreport really just need one parameter. that is ok. the parameter is the workitem id of a workitem. and i just wanted to pass the value 3. so i put 3 in the parameter value. i tried also to submit the id value of a work-item displayed in the main - report (=Fields!ID.Value) but i get always the same error. [rsErrorExecutingSubreport] An error occurred while executing the subreport ‘subreport1’: One or more parameters required to run the repor ...Show All

  • Visual Studio Team System Cannot send a content-body with this verb-type

    I had HTTP request with the following in the query string parameters: ProductAllocationIDs =3480 After executing the recorded web test, the request failed. The following was discovered in the details section System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type. at System.Net.HttpWebRequest.CheckProtocol(Boolean onRequestStream) at System.Net.HttpWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state) at Microsoft.VisualStudio.TestTools.WebStress.WebTestTransaction.Execute(AsyncCallback completionCallback, Object callerState) Has anyone encountered this problem before Tester Hi, If you have added any Form Post Parameter to the reques ...Show All

  • Visual Studio VSTA Teething issues

    Hi, I've downloaded the latest release of the SDK with a view to integrating VSTA in to one of our applications to allow our users to program against it. However, I've fallen at the first hurdle - trying to generate the proxy. I've tried to follow the help/samples on the MSDN website, but I'm getting some errors I can't deal with and would appreciate some help. I'm trying to use proxygen to create the proxy as per: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstasdk/html/93980f10-3906-45fa-a44e-f03eaf1f70ff.htm but get the following errors: ProxyGen.exe : ProxyGen.exe [Version 8.0.50727.146] c Microsoft Corporation. All rights reserved. ProxyGen.exe Information: 0 : Method Create__Instance__ of type MyForms contains generic paramet ...Show All

  • Visual Studio Express Editions Remote file directory.

    I am building a little utility I can use to connect to my home computer and download files. We have a bunch of firewalls at work and I can only connect through certain ports. I just want to be able to start up my client at work and connect to my home computer. It would be like windows explorer but showing my home computer instead of work. Is this possible Your biggest problem will be finding your home PC on the Internet. You'd normally use a static IP address but they are very hard to come by these days. Google for Dynamic DNS ...Show All

  • .NET Development Very slow to put breakpoints on 32bit Apps

    Hello, I have some applications that needs to be compiled in 32Bit and I found that putting breakpoints in code is very slow; from when I click to when the red symbol is displayed I have to wait 20 seconds... Thanks Andrea Visual Studio 2005 service pack 1 beta addresses some performance issues with visual studio 2005's ide. ...Show All

  • .NET Development Issue with Windows services

    HI, I have created a windows service which runs a batch file. I also set the "Allow service to interact with desktop" option on the log on tab of the service properties. This will open up the console when I start the service. Now when I install the service on Win XP and start the service it opens up a console ( the batch file is run when the service is started), but this does not happen in Windows 2003 server. Can someone tell me know what might be the issue Hi, The user with whose credentials I login has admin privileges ( the domain used for login is "this computer"). I install and start the service in this login only. I guess this will be the user that runs the service too. Will these privileges be not e ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Communicating with C++ DLL

    Hi, I am having some C++ code written that will create a triangulated model for me. I will be rendering this Model in managed DirectX , so I need to decide what is best way to communicate with this code. I will be using a Vertex and Index Buffer to render the model. The choices as I see are: 1) Use C++/CLI. Performance of the Model generation is of the utmost importance. As I understand it, with C++/CLI we can retain the power of native C++ but as the DLL ultimately created from the code will be managed, we can do what we want to communicate between assemblies. The author has no experience of C++/CLI, but may consider going this root. 2) Use Platform Invoke to communicate with a completely native ...Show All

  • .NET Development How do i use the Typed dataset i created?

    i created a new Typed dataset by these steps : 1. Added new item (XMLSchema) called XMlSchema1. 2. dragged a table to the xsd screen which created a dataset automatically. 3. called the dataset "ProductsDataSet" but how do i use it in the book i read i just write : ProductsDataSet pDataSet = new ProductsDataSet(); (SqlDataAdapter)sqlDAdapter).Fill(pDataSet.Products); but the compiler tells me that he can't find any 'ProductsDataSet', why Why can't he find it (the XmlSchema1.xsd is in the same namespace as the code i wrote). (In the book it is written to check the "GenerateDataSet" , i don't have that kind of property. from what i can see you created a schema file not a Dataset so if ...Show All

  • Windows Search Technologies Strange Bug With Windows Desktop Search 3.0

    I have a strange bug with windows desktop search 3.0 i am using windows XP Sp2 when i install windows desktop search that i downloaded form Microsoft site from here http://support.microsoft.com/kb/917013 windows desktop style looks as here u will notice this strange character before the word "Desktop" it seems like "n" How do i can Get rid of this bug thanks in advnace yes, u r correct this doesn't have aby impact on search but this is annoying and i wish to fix this in the next release and i want to know how to report this bug to be fixed in the next release thanks in advance ...Show All

©2008 Software Development Network