﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » My.Application gone</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 04:00:04 GMT</lastBuildDate><ttl>20</ttl><item><title>My.Application gone</title><link>http://forum.strataframe.net/FindPost7399.aspx</link><description>I am in the process of reorganizing the application I've been working on, breaking it into multiple assemblies, changing the namespaces, etc.  (The app was getting unwieldy, as I didn't know enough initially to organize it).  This is a SF app w/security.&lt;br&gt;
&lt;br&gt;
In any case, my main app (the win app with sub main), which is a windows application, calls to My.Application are all failing.  The error is that "Application is not a member of My".  When I type "My.", intellisense only shows Resources. :pinch:&lt;br&gt;
&lt;br&gt;
Any ideas of what might be causing this or how to fix it?&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Mon, 12 Mar 2007 21:43:39 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7430.aspx</link><description>I figured it would....it sounded to me like your project was "jacked" :D Glad you got it going!</description><pubDate>Mon, 12 Mar 2007 21:43:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7428.aspx</link><description>Adding a new project and copying the code over worked :D  Thanks!</description><pubDate>Mon, 12 Mar 2007 16:39:02 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7427.aspx</link><description>:P&lt;br&gt;
&lt;br&gt;
Well, since you're still alive and able to laugh, I'll take hope in that and soldier on!  :w00t:</description><pubDate>Mon, 12 Mar 2007 15:39:57 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7424.aspx</link><description>:hehe: LOL...yup, pretty much. Sorry I laughed at your pain :D&amp;nbsp; It is just that I have been there before.</description><pubDate>Mon, 12 Mar 2007 14:29:08 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7423.aspx</link><description>so...&lt;br&gt;
&lt;br&gt;
rename the current project&lt;br&gt;
add a new one with correct name&lt;br&gt;
see if my.application (etc) exist&lt;br&gt;
if yes...move files and delete old project&lt;br&gt;
if no...:crying:&lt;br&gt;
&lt;br&gt;
I'll try that.</description><pubDate>Mon, 12 Mar 2007 14:27:29 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7422.aspx</link><description>Hmmm....well, this indicates that there is a fundamental project setup issue here.&amp;nbsp; Have you tried to create a new project and see if that project contains the My.* references.&amp;nbsp; This might be your safest (and quickest) road back to a working My.* reference.</description><pubDate>Mon, 12 Mar 2007 14:16:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7418.aspx</link><description>I have My.Resources only.&lt;br&gt;
&lt;br&gt;
Would you need the entire solution or just the one project?  I might be able to send the single project, as it has very little code in it (relative to the entire solution).</description><pubDate>Mon, 12 Mar 2007 12:35:20 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7417.aspx</link><description>[quote]&lt;SPAN id=_ctl1__ctl0_ctlTopic__ctl0_ctlPanelBar_ctlTopicsRepeater__ctl1_lblFullMessage&gt;That many ways to fubar a project, huh? &lt;IMG title=Whistling src="http://forum.strataframe.net/Skins/Classic/Images/EmotIcons/Whistling.gif" align=absMiddle border=0&gt;&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;Pretty much :D&lt;/P&gt;&lt;P&gt;In regards to your project, do you have any of the other "My" references such as My.Computer?&amp;nbsp; Without getting hands on I am not sure I can give you a very good answer here....sorry :ermm:</description><pubDate>Mon, 12 Mar 2007 12:30:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7415.aspx</link><description>That many ways to fubar a project, huh?  :Whistling:&lt;br&gt;
&lt;br&gt;
This is the startup project for the solution, it is a win form project. My.Application is being accessed from within the app it refers to (i.e. My.Application calls are in RAMS project and referencing the RAMS project).&lt;br&gt;
&lt;br&gt;
The structure is:&lt;br&gt;
&lt;br&gt;
  - Solution is RAMS&lt;br&gt;
  - startup project is RAMS (win forms app) (referencing My.Application here)&lt;br&gt;
  - BO library&lt;br&gt;
  - security library&lt;br&gt;
  - base library (common code, like headers, custom controls, shared classes, etc)&lt;br&gt;
  - couple of "module" (i.e. a module of my specific application, in a business sense, not a VB module) libraries</description><pubDate>Mon, 12 Mar 2007 12:23:56 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7412.aspx</link><description>This is kind of liking asking "how long is a string" :)&amp;nbsp; Which project are you trying to access teh My.Application from?&amp;nbsp; Is it the Application or Class Library?</description><pubDate>Mon, 12 Mar 2007 12:02:19 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7411.aspx</link><description>Thanks for the reply Trent.  It's probably out of the question to send you the app (NDA would be required, yada yada :( )&lt;br&gt;
&lt;br&gt;
Could you let me know some things to try/look for? &lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Mon, 12 Mar 2007 10:47:08 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: My.Application gone</title><link>http://forum.strataframe.net/FindPost7402.aspx</link><description>Greg,&lt;/P&gt;&lt;P&gt;You are smart to start separating your code into multiple projects.&amp;nbsp; This makes that development, deployment, and managability of your application much easier.&amp;nbsp; I have seen the My.APplication disappear before but the cause is generally from moving code from an application to a class library....but not always.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I would have to actually get my hands on teh project to give you a definitive answer.&amp;nbsp; One thing is certain though...pretty much everything given through the My.Application reference can be retrieved a different way.&amp;nbsp;</description><pubDate>Sat, 10 Mar 2007 12:15:56 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>