Problems after migrating from vs2008 to vs2013
-
Hi, I have a VB.NET winforms application which I distribute from my website and recently I am getting some issues reported which may be a build problem. The computer I use to create the application and installer (I use Inno Setup) is windows 7 with a .NET 4.5 framework and built with VS 2013. My application only targets the .NET 3.5 framework. The computer I used to build the application with used VS2008 but since I migrated to vs2013 there are some weird graphical problems, such as GDI not working properly (some lines are not being drawn properly), some file location issues and problems with My.Settings. Incidentally, I have vs2010 installed where I work and that doesn't have any problems. Any help would be greatly appreciated. I don't really want to go back to vs2008 but I will if it's the only option.
-
Hi, I have a VB.NET winforms application which I distribute from my website and recently I am getting some issues reported which may be a build problem. The computer I use to create the application and installer (I use Inno Setup) is windows 7 with a .NET 4.5 framework and built with VS 2013. My application only targets the .NET 3.5 framework. The computer I used to build the application with used VS2008 but since I migrated to vs2013 there are some weird graphical problems, such as GDI not working properly (some lines are not being drawn properly), some file location issues and problems with My.Settings. Incidentally, I have vs2010 installed where I work and that doesn't have any problems. Any help would be greatly appreciated. I don't really want to go back to vs2008 but I will if it's the only option.
Since we know nothing at all about your code it's impossible to tell you what's happening. What I can tell you is that it has nothing to do with the version of Visual Studio you're using.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak -
Since we know nothing at all about your code it's impossible to tell you what's happening. What I can tell you is that it has nothing to do with the version of Visual Studio you're using.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave KreskowiakDave Kreskowiak wrote:
Since we know nothing at all about your code it's impossible to tell you what's happening.
Yes I appreciate that, but it was more of a framework question rather than specific code. I'm relieved that Visual Studio isn't to blame (in this instance!).
-
Hi, I have a VB.NET winforms application which I distribute from my website and recently I am getting some issues reported which may be a build problem. The computer I use to create the application and installer (I use Inno Setup) is windows 7 with a .NET 4.5 framework and built with VS 2013. My application only targets the .NET 3.5 framework. The computer I used to build the application with used VS2008 but since I migrated to vs2013 there are some weird graphical problems, such as GDI not working properly (some lines are not being drawn properly), some file location issues and problems with My.Settings. Incidentally, I have vs2010 installed where I work and that doesn't have any problems. Any help would be greatly appreciated. I don't really want to go back to vs2008 but I will if it's the only option.