Ultrawhack's Q&A profile
SQL Server Login failed for user ''. Reason: Not associated with a trusted SQL Server connection.
Hello, I have some problem here. I have a sql server installed on one machine and I have another development machine for my asp application. How could I actually access the asp application and sql server at the same time from another machine within the network. I kept on getting the error message above. Thank you for your help :) Hello oj, This is the connection string I use for the asp application ConnString = "Driver={SQL Server};Server=<servername>;Database=<dbname>;Uid=sa;Pwd=;" My development machine is actually connected to sql server using windows authentication. I had shared my asp application for the usage of the third machine. But the third machine can browse through the web application but unable to c ...Show All
Visual Basic hopefully a little problem with listbox/getfiles
dear ladys and gentlemen, i've got a maybe little problem with the path in an listbox, when i use this code: For Each foundfile As String In My .Computer.FileSystem.GetFiles( _ ( "c:\nuproject\txtfiles\komm" ), _ FileIO.SearchOption.SearchTopLevelOnly, "*.txt" ) ListBox1.Items.Add(foundfile) TextBox1.Text = "" Timer1.Enabled = True Next then i got a list of all txt-files in this directory. so far so good, but i don't want the path be in there. so c:\nuproject\txtfiles\komm\ should be hidden! thanks for your solution! Using the Sysytem.io.fileinfo provides you with access to a whole load of properties relating to the file such as ...Show All
Game Technologies: DirectX, XNA, XACT, etc. First Video Tut Create2DSprite
Hey, im currently trying to learn XNA myself and i thought the best way to learn and understand it would be to try and explain it to other people via videos, so here is my first tutorial video on how to create a 2d sprite. i know there are a lot of tuts around for this but i thought i would start on something simple. i know it not the best as well but its my first and i would like to know ways of improving apon this, also if see mistake please let me know. VIDEO SOURCE Good work on this first video. Next time try to explore more with the content manager. Actually bring up the properties window and show how filenames are linked together with asset names. Then, show how the asset names are connected to the ...Show All
Visual C++ Release version can't run
Hi, I encountered a problem with running a release version of my C++ program. Everything went fine with the compilation, link, and exacutable code generation of the program. But when I tried to run it either from Visual Studio or Windows explorer, a TODO error message poped up and the program was terminated. The debug version of the program runs properly from both VS and WE. Could anybody help provide advices on solving the problem Thanks a lot. Jason Find the TODO message in your code and see what code is executed after that message. If you do not see any errors show us the code. -- SvenC ...Show All
Visual C# Pass parameter from one program to another
I have 2 programs that I used clickonce with so it created a .application vs an exe. I was wanting to pass parameters from one program to another. Ever since I did this the command I use to grab that parameter from the first program does not work. It gives an error. Basically I need to have the first program pass a variable to the newly open application. How do I do this since it is an .application file If I kept everything an .exe it works great so the code seems to be ok. I am just thinking that you cannot pass parameters when it is an .application. If this is true i then need to know how to go about so. I tried the file situation and it works but I do not like the security of it. Meaning ...Show All
Visual Studio Team System DateTimePicker for a DateTime field
How could I use a DateTimePicker control for a DateTime field ...Show All
Visual Basic Sending unicode characters to an application
(This thread was "moved" to this forum) Hi, I'm creating an application that detects the pressed keystrokes and sends other characters in their place. Just like a key mapper. I'm using a keyboard hook to detect the keystrokes (the one from here , if you need to know) and and then send other keys to applications system-wide. My only problem is that I need to send non-latin characters, cyrillic characters to be more precise (in my case), and I have realized that I'm not able to simulate this the way I'm doing so far. I have researched a lot and the only thing I found was that I may have to use SendInput instead, or Windows Messages to send a WM_CHAR or something like that. My main objective is to be able ...Show All
Visual Basic Generating executables in visual basic 2005 express edition?!
I and a friend have been working on a project in visual basic 2005 express edition now that its complete we have a problem... we cant find how to generate an executable file we DO NOT want to have an installer we want a simple download and use no installation and .application isnot acceptable. If you dont want to use an installer or anything - you have to ensure that all the requirements and the .NET framework are in place for an application to work. Using ClickOnce to build and deploy an application is really extremely simple and results in a professional installer which will make sure that the requirements are on the client machine for your application to work. A great webcast showing just how sim ...Show All
Visual Studio Express Editions How to open a DOS-box in Visual Basic
In the VB-application I build, I need to open a DOS-box to execute a non VB program. Which code must I use to do this. See my post at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=534318&SiteID=1&PageID=1 ...Show All
SQL Server problem on loading data to db2 destination using oledb in ms-ssis.
hello i am performing the ETL on the as400 db2 database using ms- dts,ssis. i have built the connection b/w as400 and source to extract data from as400 to staging means in dataflow . when i have built the oledb connction for loading data to destination as oledb destination.then it will connct successfully to the db2 as destination but when execute the task then it not load data , and give provider error. what can be good solution for this. can u solve it. rep plz. You mean, your source and destination are AS400 DB2 I have no experience with DB2, but if you provide more details of your package (provider used in the OLE DB connection, error received) you will be more likely to get an answer. ...Show All
Visual C++ Visual C++ engine is not properly installed
Hi, Can someone help me please, I was working with my Visual Studio 2005. And the next day, It cannot build any project, I am using C++, when press the build menu, I got this error: 1>------ Build started: Project: Gui3, Configuration: Debug Win32 ------ 1>Error: the Visual C++ Project Engine is not properly installed. The build cannot continue. Please repair the Visual Studio installation. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== I have tried to uninstall and reinstall 3 times, but the problem remains. Please help me, My project dateline is very soon :( .... Thank you Please post this question on the Visual C++ forum: http://forums.microsoft.com/MSDN/default.aspx ForumGroupID=8&SiteID= ...Show All
SQL Server Parameters for OLEDB Oracle Source Query
Provider cannot derive parameter information and SetParameterInfo has not been called. (Microsoft OLE DB Provider for Oracle) I am getting the above error while opening the parameter box at OLEDB source for Oracle using SQL command option at Data Access Mode Can you any one please help me in this regard and trouble shoot this problem.. You could try using an expression instead of parameters: http://blogs.conchango.com/jamiethomson/archive/2005/12/09/2480.aspx -Jamie ...Show All
Visual Basic Reoppen form
hi all is there any command which doesnot let the form to open that is already opened / loaded. e.g. ( I Openned FORM1 form menu, now if I click on menu again, the FORM1 should not be openned again, as it is already openned.) thankyou is there any command which doesnot let the form to open that is already opened / loaded. e.g. ( I Openned FORM1 form menu, now if I click on menu again, the FORM1 should not be openned again, as it is already openned.) hi Vimal_Rupera do you mean, you do not want Form1 to receive focus again when you click the menu the second time ...Show All
Visual Studio Express Editions "Start Without Debugging" error?
i've been following this book step by step. it's called "Build a Program NOW!". im stuck on page 41. it tells me to us the "Start Without Debugging" command. everything seem to work right.. says at the bottom right "build started" immediately followed by "build succeded"... but nothing happens! there is no command prompt like there should be! what's going on 1.yes 2. customize dialog you mean closing the "program.cs" if so, i did that too. 3. did it 4. did it there is supposed the be a command prompt after i start without debugging. i see the little message at the bottom right as follows "build started" then "build succeeded" after that, ...Show All
Visual Studio Team System Cannot access the 'Reports' folder in Team Explorer
Hello, I cannot access the 'Reports' folder in Team Explorer; it has a red cross on it. I'm a Project admin, Team admin, and Reporting Services admin (as set in the Reporting Services Site Settings, site-wide security settings). This doesn't happen for users that are local admins on the server OS (which is Server 2003), but surely there must a better way best regards, /Tomas Kathirvel wrote: Check out in from Client side in Team explorer...... can you please log in as tfsreports id in the server or RUN AS "TFSREPORTS" id and run the following URL: http://<TeamfoundatioServerName>:8080/ReportServer/Pages/ReportViewer.aspx since this should display the report server pages .. ...Show All
