Jump to content
Xtreme .Net Talk

PureMorning

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by PureMorning

  1. I don't believe that that is possible because I have went back to the site since I have restarted my computer several times and I also cannot find the .rpt file anywhere on the server.
  2. My knowledge of crystal reports is little to none but like everything else in the .NET world, I thought that if I change the .rpt file and replace the .rpt file that is running on the server then the changes would be effective immediately. However in attempting this I am finding that the file that I am uploading is not working. In fact I have even deleted the original .rpt file from the server but the website is still using it somehow. Can anybody give me some kind of explanation for this? Thanks.
  3. Thanks Hey that worked! Thanks. You're a life saver.
  4. I'm taking over a project for somebody and have added a new form to it. When I compile it and upload the 3 files(.aspx, .aspx.cs, and aspx.resx) and try to run the page it's giving me a parse error and referencing the first line of code. Here is the link that will bring up the annyoying error: http://www.directaccesslegal.com/dals/AdminEdit.aspx?id={910C8C65-8644-4FC8-BDBE-FB09A9A163E3} If anyone has any suggestions, this would help me greatly. Thanks.
  5. the connection string is to the remote server.
  6. This is not the case because the other PC is my other PC hooked up to the same network that I am on. I'm told that I might need to install some type of SQL desktop engine on the PC for the app to function. Thanks.
  7. I've written a program for connection to a sql database over the internet and it works just fine on my computer which has .net visual studio installed on it. Updates, Inserts, Deletes, everything works. However, when I try to run it on another machine which has XP and the .NET framework package installed on it, I get the Application Error message: 'The application failed to initialize properly (0xc0000135). ' If anyone could point me in some direction to fix this, that would be greatly greatly greatly appreciated.
  8. I'm trying to place a C# app for updating a sql database directly on the server and executing the app over the web but when I try it out I get the following exception. It works fine when I run it off my PC. Also, you can type this url in to get the program error directly: http://www.directaccesslegal.com/dals/DALS_Update_App.exe any help would be greatly appreciated. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Security.SecurityException: Request failed. at DALS_Update_App.Form1.SQLTester() at DALS_Update_App.Form1.btnTest_Click(Object sender, EventArgs e) in c:\documents and settings\space_monkey\desktop\dals_update_app\form1.cs:line 124 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  9. I'm taking over a project for somebody and have downloaded all of the files from their server and installed them into a virtual directory on my computer and will be running it as localhost for testing before uploading to the server. However, I cannot get the thing to run on my machine. I can open the project in .NET but everytime I try to run it, it gives me the Application Error in big red letters. I think that it may have something to do with the Web.config file. I've tried changing the application source equal to localhost but nothing seems to be working. If anybody has any advice or a few lines of code that I can try then that would be greatly greatly appreciated.
  10. Thank you Thanks a million for that. So simple and so many problems out the window. You Rock!!!
  11. I'm working on a final project for school using c++, c#, and vb combined. For this I needed to create a vb.net form that will pop up and display movie clips. So I downloaded dx9 and am brand new to it. The audio was extremely simple as was getting a movie clip to play. However, putting the movie where I want it (Inside a vb form) is not so easy or maybe I'm just blind, which is a definite possiblity. Or if embedding it in a form is not an option or a difficult one that nobody can answer then how can I maniputlate the window that the movie automatically plays in(ex: make it topmost, set the size, position, etc.) Any help would be greatly appreciated. 'It's only after we've lost everything that we're free to do anything.'
×
×
  • Create New...