Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have written an vb.net forms 2.0 application solution that runs fine on my laptop. It contains 5 projects. I have copied the .exes and DLLs over to the server. When I run my .exe (either by double click or from command line) it runs ok until the point it needs to create a new object. The code in Project1 => Dim x as new project2classpath.invoice (invoice class is in project2) At this point it doesn't get past my new instruction but eats up all the server memory until out of memory exception is thrown. Any ideas what could be causing this not to work on the server? Could it be a problem with my namespaces between the projects, the assembly version numbers of my projects etc.? Any ideas? thanks.
Posted
Comments
E.F. Nijboer 9-Mar-15 6:30am    
This is a little to vague to understand. Maybe some code example of what you are doing might help. You can use "improve question" for that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900